> 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
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