[Gambas-user] Order forms events

Gian bagoneo at ...69...
Sat Nov 29 00:56:27 CET 2014


Hi all,
Normally the order of forms events is this:

Enter
1) _new
2) Form_Open
3) Form_Resize
4) Form_BeforeArrange
5) Form_Arrange
6) Form_Move
7) Form_Show
8) Form_Move
9) Form_Activate
10) Form_GotFocus

Exit
11) Form_Close
12) Form_Deactivate
13) Form_Hide

but sometimes in enter is this:

1) _new
2) Form_Open
3) Form_Resize
4) Form_BeforeArrange
5) Form_Arrange
6) Form_Move
7) Form_Show
8) Form_Activate
9) Form_GotFocus
10) Form_Move

Form_Move seems to be undisciplined, is correct or ...
Regards
Gianluigi




More information about the User mailing list