I have a locked field with the following handlers:

on mouseDown
  set the dragdata ["text"] to me
end mouseDown

on dragStart
   beep
  pass dragStart
end dragStart

I never get a beep. In the Message Watcher I see
mouseDown
dragLeave
dragEnter
dragMove

What do I do to get the dragStart to be sent?

(What are the numbers in parentheses at the end of each line in the Message Watcher?
What are the messages types and are they handled differently?)

Thanks,
Michael
_______________________________________________
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