[Gambas-user] Dialog.SaveFile() and Dialog.Path problem

Demosthenes Koptsis demosthenesk at ...626...
Thu Oct 6 11:19:44 CEST 2011


On Thu, 2011-10-06 at 08:23 +0200, Rolf-Werner Eilert wrote: 
> 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?
> 

No, that i said at the begining. The path with Greek letters is
irrelevant with the Dialog.Path.
Any path, also /home/user/Project141 will show one folder up,
as /home/user.

i think this is a bug.

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

Is this true? Is there an issue with label's font?
I think i can't change the Dialog Font.
This can be done by developers







More information about the User mailing list