Sujet : Re: Androwish Label Font
De : wortkarg3 (at) *nospam* yahoo.com (Harald Oehlmann)
Groupes : comp.lang.tclDate : 27. May 2025, 14:12:02
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <1014dn2$2ggip$2@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
Am 27.05.2025 um 14:40 schrieb Michael Niehren:
Hi together,
i played around with Androwish to build an TCL-App for Android.
I got it running, compiled my own version with some extra modules,
everything fine.
In my program code i set the used text font for the Label-Widgetes with
ttk::style configure TLabel -font Labelfont
in the same way as TEntry or TButton, but this font setting on the
ttk::labels is not applied, all other's are running as expected.
If found an entry in the wiki from 2014 (http://wookie.tcl.tk/39493) which
describes the same problem, but no solution.
Does anybody know (11 years later), what is going on here and maybe howto
solve the problem ?
best regards
Michael
I don't have this issue. It just works. This may be a style issue. I use AWDark on Androwish. My font definition is like this:
option add *TLabel.font LabelFont
I don't remember, why I use the option data base and do not use the style configuration. Maybe, to be style agnostic.
Harald