kohait00 Messages: 939 Registered: July 2009 Location: Germany
Experienced Contributor
Quote:
"Live" style changes would require too much work for too little _practical_ benefit.
my app unfortunately needs to change the appearance at runtime. (day / night view, it's a audio control app, working both backstage with dark light and also outdoors..)
but the problem was solved when i inspected the sources and properly adjusted the
Quote:
SColorHighlightText_Write(White());
because FileList recalculates stuff based on a bool dark flag, then using hightlight stuff..
nevertheless, the described method above works for me pretty fine.
together with setting global colors prior..i might post a topic on that later to indicate it complete.
the results are pretty nice though thanks to 'porting and overriding' the Ctrls.iml as well.