PDA

View Full Version : Dashcode: onMouseDown handler problem


dgmul
2009.11.02, 07:43 PM
Hey there! =)

So, I'm in the process of developing a dashboard widget that has a button that ideally responds instantly as the user mouses down on it. (It's a custom button, not Apple's Dashcode button.) However, after assigning an event handler to the "onMouseDown" event of the button, and test-running it, the event handler is only called upon the release of the mouse button, oddly.

Can anyone help me get my widget to respond properly to an onMouseDown event?

Any help is much appreciated.