-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: Wed, 4 Aug 2010 17:18:56 +0200
> > Hi.
> >
> > If I choose to FileChooser or Di
> > Hi.
> >
> > If I choose to FileChooser or DirChooser, these show me the folder icons
> > to the theme of Gnome. By using Dialog.SelectDirectory, this shows me
> > the folder icons to the theme that the user has selected. Is there any
> > way to emulate this behavior in them?.
> >
> > Regards
-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: Wed, 4 Aug 2010 13:59:18 +0200
> -Mensaje original-
> De: Benoît Minisini
> Rep
> -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.
>
-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.SelectDir
> 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
--