[Gambas-user] Doesn't "_Resize()" resize in a secondary Form ?

Ru Vuott vuott at ...325...
Wed Jan 9 22:54:30 CET 2013


> I don't understand:
> If you resize FMain, why should the event Form1_Resize()
> being raised?
> 

Opsss, excuse me ! :-(

I wrote erroneously:
"...when I change manually (with the mouse) the dimensions of main Form (FMain)."

No, I want say:
"...when I change manually (with the mouse) the dimensions of *secondary* Form (Form1)."

However Benoît solved my problem: the name of the form of the sub-routine in secondary class, "Form1.class", must be "Form", not "Form1" (as my code).
So:

Public Form_Resize()

...etc...etc

End

Bye
vuott





More information about the User mailing list