cut & paste error

Paul Salyers ps1 at softseven.org
Wed Apr 27 08:50:46 EDT 2005



Dear Rev Programmer

This may be already discussed, but if so I missed it, so please help.

when I copy text and try to paste into a text field in a program it will 
not paste, I can copy using

on tabKey
   select text of the target
   -- for good ergonomics
   -- you might prefer to put this handler in the card script:
   --  on tabKey
   --  select text of fld "MyField"
   --  end tabKey
end tabKey


Thos is the code I found from Rev help for paste.

   paste
if the clipboard is "text" then paste



is it correct?

Paul Salyers
PS1 - Senior Rep.
PS1 at softseven.org
Http://ps1.SoftSeven.org  




More information about the use-livecode mailing list