Re: [Gambas-user] Code snippets

2015-05-10 Thread Benoît Minisini
Le 03/05/2015 20:16, Charlie a écrit : > I have been looking at the Code Snippets in Gambas. I found these > instructions http://gambaswiki.org/wiki/ide/idesnippets > but I can't get the "Insert > points" to work. > > I have even copied the code and c

[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

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