[Gambas-user] Dialog.SaveFile() and Dialog.Path problem
Rolf-Werner Eilert
eilert-sprachen at ...221...
Thu Oct 6 08:23:49 CEST 2011
Am 06.10.2011 00:26, schrieb Demosthenes Koptsis:
> The Project141 is attached if anyone want to check it out.
> i have a path with Greek-Latin characters but this is not the problem.
> i moved the project's folder to /home/user and the problem is the same.
>
> 1) What is the problem.
> When i run the code
>
> Dialog.Path = Application.Path
> If Dialog.SaveFile() Then Return
>
> The Save dialog shows but it point to a folder upper than
> Application.Path
>
> for example if
> Application.Path="/home/user/Project141"
>
> the dialog shows /home/user
Try "/home/user/Project141/" - does it help?
> 2) second problem.
> The path at the top of dialog is not shown correctly. Some characters or
> whole words are missing.
>
> Is this because of Greek letters in path?
>
>
> See screenshots from Open File and Save File dialogs
>
In the GUI you use, can you change the standard font for dialogs? It
looks as if the font for the trees offers greek letters, the one for the
labels in the dialogs does not.
Regards
Rolf
More information about the User
mailing list