RE: pasting text from clipboard

2005-02-24 Thread Signe . Sanne
Quoting Dwayne Rothe <[EMAIL PROTECTED]>:

> Thanx Frank,
> Your suggestion worked perfectly, I used a slight variation so I could also
> retain the original textFont...
> 
> lock screen
> if the clipboard is text then paste
> set textFont of char 1 to (the number of chars in fld "Field") of fld "Field"
> to Tahoma
> set textSize of char 1 to (the number of chars in fld "Field") of fld "Field"

Just a small thing to save typing:

char 1 to (the number of chars in fld "Field") of fld "Field" = char to -1 of
fld "field"

Signe Marie Sanne
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: pasting text from clipboard

2005-02-24 Thread Dwayne Rothe
Thanx Frank,
Your suggestion worked perfectly, I used a slight variation so I could also 
retain the original textFont...

lock screen
if the clipboard is text then paste
set textFont of char 1 to (the number of chars in fld "Field") of fld "Field" 
to Tahoma
set textSize of char 1 to (the number of chars in fld "Field") of fld "Field" 
to 11
unlock screen

This was something that annoyed me more than anything, I mean it wouldn't stop 
the app from function properly but it screwed with the aesthetics, and we can't 
have that now, can ;?)

Anyway thanx again for pointing me in the right direction it was the finishing 
touch on my app, now I can have my head up ass down instead of head down ass up.

 Cheers Dwayne Rothe.

-- Original Message 

You could also trap the paste request somehow and execute something 
like this (untested code):

paste
set the textSize of char 1 to (the number of chars in field "Field") of 
field "Field" to empty


On Feb 23, 2005, at 4:52 AM, [EMAIL PROTECTED] wrote:

> i wrote a bugzilla about this... There's more than one clipboard 
> problem
> in Rev...
>
> In there cases, just try to put the clipboarddata into your field 
> instead
> of the usual paste.
> But you will loose all the styles...
>
> -=-
>Hello,
>I have come across a strange occurance when pasting text from the 
>clipboard of Win XP to a field in Rev.
>The text is pasted with a much larger font size than the properties of the 
>field, also it doesn't change when 
>you try setting the text size of the field after pasting the text. The 
>field is set to font type: Tahoma with font size:11,
>when pasting the text looks more like size 16+, this obviously screws up 
>the line height aswell.
>
>This really messes with the look of things, does anyone know of a 
>solution?
>
>Cheers Dwayne

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: pasting text from clipboard

2005-02-23 Thread Frank D. Engel, Jr.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
You could also trap the paste request somehow and execute something 
like this (untested code):

paste
set the textSize of char 1 to (the number of chars in field "Field") of 
field "Field" to empty

On Feb 23, 2005, at 4:52 AM, [EMAIL PROTECTED] wrote:
i wrote a bugzilla about this... There's more than one clipboard 
problem
in Rev...

In there cases, just try to put the clipboarddata into your field 
instead
of the usual paste.
But you will loose all the styles...

-=-
Xavier Bury
Clearstream Services
TNS NT LAN Server
ext 36465
Voice: +352 4656 43 6465
Fax: +352 4656 493 6465

"Dwayne Rothe" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
23.02.2005 10:43
Please respond to How to use Revolution
To: 
cc: (bcc: Xavier Bury/CLEARSTREAM/GDB)
    Subject:pasting text from clipboard
.
Hello,
I have come across a strange occurance when pasting text from the
clipboard of Win XP to a field in Rev.
The text is pasted with a much larger font size than the properties of 
the
field, also it doesn't change when
you try setting the text size of the field after pasting the text. The
field is set to font type: Tahoma with font size:11,
when pasting the text looks more like size 16+, this obviously screws 
up
the line height aswell.

This really messes with the look of things, does anyone know of a
solution?
Cheers Dwayne
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


-
Visit us at http://www.clearstream.com
IMPORTANT MESSAGEInternet communications are not secure and 
therefore
Clearstream International does not accept legal responsibility for the
contents of this message.The information contained in this e-mail 
is
confidential and may be legally privileged. It is intended solely for 
the
addressee. If you are not the intended recipient, any disclosure, 
copying,
distribution or any action taken or omitted to be taken in reliance on 
it,
is prohibited and may be unlawful. Any views expressed in this e-mail 
are
those of the individual sender, except where the sender specifically 
states
them to be the views of Clearstream International or of any of its
affiliates or subsidiaries.END OF DISCLAIMER
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


- ---
Frank D. Engel, Jr.  <[EMAIL PROTECTED]>
$ ln -s /usr/share/kjvbible /usr/manual
$ true | cat /usr/manual | grep "John 3:16"
John 3:16 For God so loved the world, that he gave his only begotten 
Son, that whosoever believeth in him should not perish, but have 
everlasting life.
$
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFCHKKQ7aqtWrR9cZoRAunwAJoDulVSrV7GE5LeZ7NBjHKwrRc10QCggM6s
dd9Owcy+gWvgJcgL1bNIQNg=
=T9Tp
-END PGP SIGNATURE-

___
$0 Web Hosting with up to 120MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: pasting text from clipboard

2005-02-23 Thread xbury . cs
i wrote a bugzilla about this... There's more than one clipboard problem 
in Rev...

In there cases, just try to put the clipboarddata into your field instead 
of the usual paste.
But you will loose all the styles...

-=-
Xavier Bury
Clearstream Services
TNS NT LAN Server
ext 36465
Voice: +352 4656 43 6465
Fax: +352 4656 493 6465




"Dwayne Rothe" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
23.02.2005 10:43
Please respond to How to use Revolution

 
To: 
cc: (bcc: Xavier Bury/CLEARSTREAM/GDB)
    Subject:    pasting text from clipboard

.

Hello,
I have come across a strange occurance when pasting text from the 
clipboard of Win XP to a field in Rev.
The text is pasted with a much larger font size than the properties of the 
field, also it doesn't change when 
you try setting the text size of the field after pasting the text. The 
field is set to font type: Tahoma with font size:11,
when pasting the text looks more like size 16+, this obviously screws up 
the line height aswell.

This really messes with the look of things, does anyone know of a 
solution?

Cheers Dwayne


___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution





-
Visit us at http://www.clearstream.com
IMPORTANT MESSAGEInternet communications are not secure and therefore
Clearstream International does not accept legal responsibility for the
contents of this message.The information contained in this e-mail is
confidential and may be legally privileged. It is intended solely for the
addressee. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance on it,
is prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically states
them to be the views of Clearstream International or of any of its
affiliates or subsidiaries.END OF DISCLAIMER
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


pasting text from clipboard

2005-02-23 Thread Dwayne Rothe
Hello,
I have come across a strange occurance when pasting text from the clipboard of 
Win XP to a field in Rev.
The text is pasted with a much larger font size than the properties of the 
field, also it doesn't change when 
you try setting the text size of the field after pasting the text. The field is 
set to font type: Tahoma with font size:11,
when pasting the text looks more like size 16+, this obviously screws up the 
line height aswell.

This really messes with the look of things, does anyone know of a solution?

Cheers Dwayne


___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution