Page 1 of 1

Request : Keyword FONT for Dialog and Window

Posted: Sat Nov 05, 2022 8:27 am
by Jimmy
hi,

Child Control of a Dialog / Window need Keyword "OF" to identify Parent

now i must use FONT for every Control, which are same on Dialog / Window = same Parent
why when using OOP ...hm ... :idea:

---

when Parent have FONT, even when not use it, all Child will inherit it and can use it as Default
than Keyword FONT are only need for Control which want to use "other" Font

p.s. also FONT SIZE would be great

Re: Request : Keyword FONT for Dialog and Window

Posted: Sat Nov 05, 2022 8:33 am
by nageswaragunupudi
Yes.
By default all child controls use the parent window/dialog. by default.
We can use FONT clause to assign a different font to the control different from the parent's font.