--- Andre Rombauts <[EMAIL PROTECTED]> wrote:
> If I use:
> 
> on mouseUp
>       put empty into field "Dummy"
>       select the text of field "Dummy"
>       copy
> end mouseUp
> 
> The clipboard is not emptied because no text was
> selected since the field
> �Dummy is empty... So how do I proceed?...
> 
> Andr� Rombauts
> 

Hi Andre,

There's no real way of doing that as far as I know.
Besides, it's not really user-friendly is it?
The question is: what are you trying to accomplish?
If you want to prevent the user pasting data into a
field, check out the 'pasteKey' command.
If you want to prevent the user copying data from a
field, check out the 'copyKey' command.

Hope this helped,

Jan Schenkel.

=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La 
Rochefoucauld)

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to