New event

Started by velasquez, June 25, 2015, 12:31:08 PM

Previous topic - Next topic

velasquez

Hello Owen
You can include a OnMouseMovedOff type event on a modal form?
Thanks

owenwengerd

I'm curious how you would use it, i.e. for what purpose?

velasquez

Quote from: owenwengerd on June 25, 2015, 05:59:41 PM
I'm curious how you would use it, i.e. for what purpose?

I'm working with a Control Bar to navigate between modal forms.
If there was the event OnMouseMovedOff I could close the window by just moving the mouse off of it. No need to press the ESC key or click on any buttons.

owenwengerd

It seems to me an auto-closing form should always be modeless. What benefit do you gain by making such a form modal?

velasquez

Quote from: owenwengerd on June 26, 2015, 10:33:32 AM
It seems to me an auto-closing form should always be modeless. What benefit do you gain by making such a form modal?
For me OnMouseMovedOff event on a modal form has the same benefit of Modeless form.