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.


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to