-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
> 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
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
--
> 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
> 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
-
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
>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,
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
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