can't copy off a text field in a standalone

Thomas Baehler toeloop at swissonline.ch
Thu May 5 15:28:56 EDT 2011


Thanks Mark, that did the trick.

on commandKeydown thekey
   if thekey is "c" then
      copy selection
   end if
end commandKeydown

> Well, Thomas, make sure to attend the Live LiveCode Code Event next time ;-)
> 
> http://www.ustream.tv/recorded/12034326
> http://livecode.tv
> 
> In short, I think that a commandKeyDown handler in your field will solve the problem, but a complete Edit menu would be much more elegant.
> 
> --
> Best regards,
> 
> Mark Schonewille



More information about the use-livecode mailing list