Il 29/11/2014 01:25, Benoît Minisini ha scritto:
> Le 29/11/2014 01:14, Gian a écrit :
>> Il 29/11/2014 01:06, Benoît Minisini ha scritto:
>>> Yes. Events like Show or Activate come from the window manager, and so
>>> you cannot know exactly when they are received.
>>>
>>> Regards,
>>
>> If I may a
Le 29/11/2014 01:14, Gian a écrit :
> Il 29/11/2014 01:06, Benoît Minisini ha scritto:
>> Yes. Events like Show or Activate come from the window manager, and so
>> you cannot know exactly when they are received.
>>
>> Regards,
>
> If I may ask, why two events Form_Move
>
> Thanks & Regards
>
> Gian
Il 29/11/2014 01:06, Benoît Minisini ha scritto:
> Yes. Events like Show or Activate come from the window manager, and so
> you cannot know exactly when they are received.
>
> Regards,
If I may ask, why two events Form_Move
Thanks & Regards
Gianluigi
Le 29/11/2014 00:56, Gian a écrit :
> 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
> 1
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)