Re: [Gambas-user] DatePicker and MessageLabel were disabled in revision #3084

2010-08-01 Thread richard terry
Hi Benoit Is DatePicker, the same as DateChooser - if so I use it all the time so I'd hate to see it deleted. Regards Richard On Sunday 01 August 2010 10:11:32 Benoît Minisini wrote: Hi, As the subject said, I have disabled DatePicker and MessageLabel in the gb.form component, to see if

Re: [Gambas-user] DatePicker and MessageLabel were disabled in revision #3084

2010-08-01 Thread Benoît Minisini
El 01/08/10 02:11, Benoît Minisini escribió: Hi, As the subject said, I have disabled DatePicker and MessageLabel in the gb.form component, to see if someone use them. These controls have problems, especially the DatePicker, and if their creator want to fix them, they should tell

[Gambas-user] Problem with ComboBox

2010-08-01 Thread craf
Hi. 1.Objective-: *Select an item from a ComboBox control and execute an action on your Change event 2.Actions---: *Load the ComboBox with the elements 1 and 2 *Create a message in the Change event of the ComboBox: PRIVATE ComboBox1_Change() Message(There was a change in the text) END

Re: [Gambas-user] Problem with ComboBox

2010-08-01 Thread Benoît Minisini
Hi. 1.Objective-: *Select an item from a ComboBox control and execute an action on your Change event 2.Actions---: *Load the ComboBox with the elements 1 and 2 *Create a message in the Change event of the ComboBox: PRIVATE ComboBox1_Change() Message(There was a change in

Re: [Gambas-user] Problem with ComboBox

2010-08-01 Thread Benoît Minisini
Hi. 1.Objective-: *Select an item from a ComboBox control and execute an action on your Change event 2.Actions---: *Load the ComboBox with the elements 1 and 2 *Create a message in the Change event of the ComboBox: PRIVATE ComboBox1_Change() Message(There

Re: [Gambas-user] Bug in gb3: save as

2010-08-01 Thread Benoît Minisini
You're welcome. Never mind, you must have tons of forgettable things... :-) Indeed :-). Anyway, the bug has been fixed in revision #3085. Regards, -- Benoît Minisini -- The Palm PDK Hot Apps Program offers

Re: [Gambas-user] signal#11 in Gambas3

2010-08-01 Thread Benoît Minisini
Hi, I have a dialog right at the start of a program, and if the user aborts the dialog, the program should quit. In gambas2 this worked: If Dialog.SelectDirectory() Then Quit Endif In gambas3 (v 3083) I get the signal#11 (for the program, not for gambas itself) at this

Re: [Gambas-user] signal#11 in Gambas3

2010-08-01 Thread Matti
Sorry, I think this was my fault. For reasons I don't remember anymore, I had this dialog in the _new() routine. Put it into Form_Open(), and everything is fine. Am 01.08.2010 20:53, schrieb Benoît Minisini: Hi, I have a dialog right at the start of a program, and if the user aborts the

Re: [Gambas-user] signal#11 in Gambas3

2010-08-01 Thread Benoît Minisini
Sorry, I think this was my fault. For reasons I don't remember anymore, I had this dialog in the _new() routine. Put it into Form_Open(), and everything is fine. No, it's not your fault if you have a crash. And if you give me a way to reproduce it, I will able to fix it. -- Benoît

Re: [Gambas-user] Problem with ComboBox

2010-08-01 Thread craf
-Mensaje original- De: Benoît Minisini gam...@users.sourceforge.net Reply-to: mailing list for gambas users gambas-user@lists.sourceforge.net Para: mailing list for gambas users gambas-user@lists.sourceforge.net Asunto: Re: [Gambas-user] Problem with ComboBox Fecha: Sun, 1 Aug 2010