Re: [Gambas-user] Access only to the user's folder

2010-08-02 Thread craf
-Mensaje original- De: Benoît Minisini Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] Access only to the user's folder Fecha: Tue, 3 Aug 2010 00:22:18 +0200 > Hi. > > I want the user to select the Dialog.SelectDirectory () only cou

Re: [Gambas-user] Access only to the user's folder

2010-08-02 Thread Benoît Minisini
> Hi. > > I want the user to select the Dialog.SelectDirectory () only could > choose or create folders within the folder /home. > > It can be done with Dialog.Path = User.home, but this does not stop so > you can select the root directory / > > Regards > You have to implement your own file di

[Gambas-user] Access only to the user's folder

2010-08-02 Thread craf
Hi. I want the user to select the Dialog.SelectDirectory () only could choose or create folders within the folder /home. It can be done with Dialog.Path = User.home, but this does not stop so you can select the root directory / Regards --

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

2010-08-02 Thread Benoît Minisini
> Ok, here you have a demo. You should get signal #11 if you abort the > dialog. Move all the code from _new() to Form_Open(), and the crash is > gone. > > Am 01.08.2010 22:00, schrieb Benoît Minisini: > > No, it's not your fault if you have a crash. And if you give me a way to > > reproduce it, I

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

2010-08-02 Thread Benoît Minisini
> Sounds good. Many thanks for it. -the future Datebox :-)) > > Just for curiosity, this popup is a kind of floating panel in QT4? > > If yes, could it be detached from its parent? Well, you know what I > mean: docking panels. > Not at all. "Just" a popup window. -- Benoît Minisini -

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

2010-08-02 Thread EA7DFH
El 02/08/10 19:37, Benoît Minisini escribió: >>El 01/08/10 16:37, Benoît Minisini escribió: >> >> 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

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

2010-08-02 Thread Benoît Minisini
>El 01/08/10 16:37, Benoît Minisini escribió: > > 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,

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

2010-08-02 Thread EA7DFH
El 01/08/10 16:37, Benoît Minisini escribió: 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 cre

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

2010-08-02 Thread Matti
Ok, here you have a demo. You should get signal #11 if you abort the dialog. Move all the code from _new() to Form_Open(), and the crash is gone. Am 01.08.2010 22:00, schrieb Benoît Minisini: > No, it's not your fault if you have a crash. And if you give me a way to > reproduce it, I will able