[Gambas-user] SelectDirectory does not use Dialog.Path correctly

2012-02-02 Thread John Rose
I confirm that this 'bug' has been fixed in version #4445 of Gambas3. -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual

Re: [Gambas-user] SelectDirectory does not use Dialog.Path correctly

2012-01-31 Thread Benoît Minisini
Le 30/01/2012 17:57, John Rose a écrit : > Project is attached. To check it just 'Click Directory' button. > > Code fragment: > Dialog.Title = "Please select a directory to record to..." > Dialog.Path = User.Home > If Dialog.SelectDirectory() Then Return > OK, the bug is fixed in revision #4438.

Re: [Gambas-user] SelectDirectory does not use Dialog.Path correctly

2012-01-30 Thread Benoît Minisini
Le 30/01/2012 18:22, Jussi Lahtinen a écrit : > There seems to be difference between qt4 and gtk+. > With qt4 path is opened in dialog, and with gtk+ path is only selected in > dialog. > I think qt4 way is more logical, since it allows you to direct the user > directly to right set of sub folders.

Re: [Gambas-user] SelectDirectory does not use Dialog.Path correctly

2012-01-30 Thread Jussi Lahtinen
There seems to be difference between qt4 and gtk+. With qt4 path is opened in dialog, and with gtk+ path is only selected in dialog. I think qt4 way is more logical, since it allows you to direct the user directly to right set of sub folders. Benoit? Jussi On Mon, Jan 30, 2012 at 18:57, John R

[Gambas-user] SelectDirectory does not use Dialog.Path correctly

2012-01-30 Thread John Rose
Project is attached. To check it just 'Click Directory' button. Code fragment: Dialog.Title = "Please select a directory to record to..." Dialog.Path = User.Home If Dialog.SelectDirectory() Then Return System info: [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.32-37-generic Distributi

Re: [Gambas-user] SelectDirectory does not use Dialog.Path correctly

2012-01-30 Thread Jussi Lahtinen
Works here. Send your code and system information. Jussi On Mon, Jan 30, 2012 at 16:16, John Rose wrote: > > SelectDirectory function does not display the 'Directory Chooser' popup > with the initial path set to Home.User when Dialog.Path has previously > been set to Home.User. > > > > --

[Gambas-user] SelectDirectory does not use Dialog.Path correctly

2012-01-30 Thread John Rose
SelectDirectory function does not display the 'Directory Chooser' popup with the initial path set to Home.User when Dialog.Path has previously been set to Home.User. -- Try before you buy = See our experts in action! The

Re: [Gambas-user] SelectDirectory does not use Dialog.Path correctly

2012-01-22 Thread Benoît Minisini
Le 22/01/2012 07:58, John Rose a écrit : > SelectDirectory function does not display the 'Directory Chooser' popup > with the initial path set to Home.User when Dialog.Path has previously been > set to Home.User. Please give some details. Which GUI component do you use? Which desktop? Do you use

Re: [Gambas-user] SelectDirectory does not use Dialog.Path correctly

2012-01-22 Thread bbruen
uppercase??? Quoting John Rose : > SelectDirectory function does not display the 'Directory Chooser' popup > with the initial path set to Home.User when Dialog.Path has previously been > set to Home.User. > -- > Try befor

[Gambas-user] SelectDirectory does not use Dialog.Path correctly

2012-01-21 Thread John Rose
SelectDirectory function does not display the 'Directory Chooser' popup with the initial path set to Home.User when Dialog.Path has previously been set to Home.User. -- Try before you buy = See our experts in action! The mo