B4J Question Capture windows resize event...

stefanoxjx

Active Member
Licensed User
Longtime User
Hi,
I would like to capture window resize event for manage directly the objects.
I did a lot of research to find the solution, but I haven't found it.
Exist this event?
Have you an example code?
Thanks.

Stefano
 

stefanoxjx

Active Member
Licensed User
Longtime User
Hi Erel, thanks for help.
I had tried it, but I had omitted the parameters (Width AsDouble, Height AsDouble) and therefore didn't work.
With your help now work fine :)

Stefano
 
Upvote 0

helveciofneto

Member
Licensed User
Longtime User
See the IDE tips link in my signature. You should let the IDE auto complete the event subs.

When autocompleting Sub (then pressing TAB to insert event declaration), Resize does not display under Form (it only displays Closed, CloseRequest, FocusChanged and IconifiedChanged).

I know I can manually insert the signature, just reporting it may be missing in autocompletion.

Using B4J 4.70 here...
 
Upvote 0
Top