Peter Brigham wrote:

Could someone try setting the dragData["text"] to "finally got it to work!" and give me a recipe?

I was able to do it with a single "dragStart" handler in the source field. No handlers in the target field were required.

on dragStart
 set the allowableDragActions to "copy"
 set the dragData["text"] to "got it to work!"
end dragStart

That's all it needs in my simple test, which is just a blank stack with two unlocked fields.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
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