B4J Question Is there way to know the events of MainForm?

Theera

Expert
Licensed User
Longtime User
Hi all,
Example is Sub MainForm_CloseRequest (EventData As Event)
 

prokli

Active Member
Licensed User
Longtime User
I was a little bit confused, since the "event name" of the root pane is also called MainForm.
Now everything is fine!
Thanks!
 
Upvote 0

cstangor

Member
Licensed User
Longtime User
These events seem to fire for me only when the mouse operates within the mainform (not when it is on the title bar). How do I get a mouse event to fire after the mainform is dragged to a new location?

Thanks.
 
Upvote 0
Top