Re: [Gambas-user] Form Open code skipped when using Form1 = New Form syntax.

2015-05-10 Thread Tobias Boege
On Sun, 10 May 2015, Martin McGlensey wrote: > Hello, > > I have a form (form) that has several controls on it. They are comboboxes, > textboxes and buttons. The comboboxes are initialized in the form open > procedure. > > If I open a new form using "Form1 = New form" and call it from another for

[Gambas-user] Form Open code skipped when using Form1 = New Form syntax.

2015-05-10 Thread Martin McGlensey
Hello, I have a form (form) that has several controls on it. They are comboboxes, textboxes and buttons. The comboboxes are initialized in the form open procedure. If I open a new form using "Form1 = New form" and call it from another form the dropdown list of the comboboxes as well other vari