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

2010-08-04 Thread Benoît Minisini
-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] Access only to the user's folder Fecha: Tue

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

2010-08-04 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] Access only to the user's folder Fecha: Wed, 4 Aug

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

2010-08-04 Thread Benoît Minisini
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 Do you have

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

2010-08-04 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] Access only to the user's folder Fecha: Wed, 4 Aug

[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] 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 dialog with

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

2010-08-02 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] Access only to the user's folder Fecha: Tue, 3 Aug