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

2013-01-09 Thread Ru Vuott
Hello, my little project has (...besides the FMain form, obviously) a *secondary* form: Form1. This Form1 has a ScrollView. I 'ld like to change the dimensions of that ScrollView when I change manually (with the mouse) the dimensions of main Form (FMain). So, in secondary class Form1.class I

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

2013-01-09 Thread Matti
I don't understand: If you resize FMain, why should the event Form1_Resize() being raised? Maybe I'm completely wrong - could you provide a little example to know what you want to do? Matti Am 09.01.2013 17:46, schrieb Ru Vuott: Hello, my little project has (...besides the FMain form,

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

2013-01-09 Thread Ru Vuott
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