Format of pasted text

FlexibleLearning at aol.com FlexibleLearning at aol.com
Mon May 31 12:26:06 EDT 2004


>While I'm talking about 'paste', I put a button onto a card whose script was
>
>  on mouseUp
>    paste
>  end mouseUp
>
>With the browse tool active and some text on the clipboard, I clicked in a 
>field on the card and immediately clicked the button, but the paste didn't
>happen. OTOH clicking in the field and then doing CTRL-V did result in a 
>paste. It seems I lost my insertion point when I clicked the button. Why
>was that, and how can I make it work? After all, clicking the button is
>pretty much like choosing 'paste' as a menu item, isn't it?


Try setting the traversalON of the button to FALSE, Graham. That should 
enable focus persistence for the field.

/H


More information about the use-livecode mailing list