Re: [Gambas-user] Minor dialog bug.

2009-10-21 Thread BenoƮt Minisini
> Hi! > > With Qt3 everything works as expected, but not with GTK+. > > Dialog.Path = User.Home &/ "NonExitsFile.dat" > ... Dialog.SaveFile() ... > > With Qt3 that code shows dialog, that suggest name "NonExitsFile.dat" > to file being saved. > With GTK+ it works only if "NonExitsFile.dat" alr

[Gambas-user] Minor dialog bug.

2009-10-21 Thread Jussi Lahtinen
Hi! With Qt3 everything works as expected, but not with GTK+. Dialog.Path = User.Home &/ "NonExitsFile.dat" ... Dialog.SaveFile() ... With Qt3 that code shows dialog, that suggest name "NonExitsFile.dat" to file being saved. With GTK+ it works only if "NonExitsFile.dat" already exist. So, thi