Re: [Gambas-user] Different behaviour of dialog

2013-10-13 Thread Randall Morgan
IMHO I do think this should be addressed as Willy says it will lead to confusion. Adding a component shouldn't changed the behavior of something as routine as opening a file unless the component specifically deals with that behavior. On Sun, Oct 13, 2013 at 9:03 AM, Willy Raets wrote: > On Sun,

Re: [Gambas-user] Different behaviour of dialog

2013-10-13 Thread Willy Raets
On Sun, 2013-10-13 at 17:13 +0200, Benoît Minisini wrote: > > If you don't use gb.form.dialog, the standard dialog of the underlying > GUI component is used. > > Can you provide a little project that reproduce the behaviour you describe? > Added, a source archive that shows the difference in b

Re: [Gambas-user] Different behaviour of dialog

2013-10-13 Thread Benoît Minisini
Le 13/10/2013 14:52, Willy Raets a écrit : > On Mon, 2013-10-07 at 00:37 +0200, Willy Raets wrote: >> Hi all, >> >> Someone on the GambasForum stumbled upon a problem with dialog. >> When trying to help him with an example, the code that worked for me, >> did not work for him. >> >> To explain: >>

Re: [Gambas-user] Different behaviour of dialog

2013-10-13 Thread Willy Raets
On Mon, 2013-10-07 at 00:37 +0200, Willy Raets wrote: > Hi all, > > Someone on the GambasForum stumbled upon a problem with dialog. > When trying to help him with an example, the code that worked for me, > did not work for him. > > To explain: > Assume you have a folder test in your User.Home: >

[Gambas-user] Different behaviour of dialog

2013-10-06 Thread Willy Raets
Hi all, Someone on the GambasForum stumbled upon a problem with dialog. When trying to help him with an example, the code that worked for me, did not work for him. To explain: Assume you have a folder test in your User.Home: Dialog.Path = User.Home & "/test" If Dialog.SaveFile() Then Return