use-revolution Digest, Vol 55, Issue 24

Colin Holgate coiin at rcn.com
Sat Apr 12 18:53:43 EDT 2008


It's easy to show the problem:

on dragStart
   set the dragData["text"] to the dragData["text"] && "hello"
   --pass dragStart
end dragStart

No matter what you drag, it should get there as the data plus "hello".  
As shown above it gets there as " hello", a space followed by hello.  
If you uncomment out the pass line, then the original dragdata text  
gets there ok, but it doesn't have hello attached.

I haven't figured out a solution yet.





More information about the use-livecode mailing list