I'm developing my first app using TideSDK. I have some toolbar-like buttons, and I want them to fade out when mouse left the window.
Unfortunately looks like TideSDK does not fire mouseout
or mouseleave
events on window
object, and I cannot detect it using mousemove
because obviously mousemove
events are not fired when cursor is out of the main application window.
I didn't found any mouse related event for Ti.UI.UserWindow
in TideSDK official documentation.
Anybody got some ideas?
Thanks.