Hello all,
when I use a own font in the main window, all dialogs are also with this font painted. Ok! But when I use a folder in a dialog, the dialogs from folder use not this font, the parent dialog is ok. Bug?
bug in folder in dialog?
-
- Posts: 824
- Joined: Thu Oct 13, 2005 7:39 am
- Location: Germany
Günther,
The window font is not used by standard in the folder class, but you can use
to change the font of all dialogs in a folder.
Or you include the font object in the folder definition. (redefine folder .... font oFont)
The window font is not used by standard in the folder class, but you can use
Code: Select all
AEVAL(oFld:aDialogs, {|x| x:oFont := oFont})
Or you include the font object in the folder definition. (redefine folder .... font oFont)
kind regards
Stefan
Stefan
Danke
Danke Stefan, wäre für mich nur logisch gewesen!