QUOTE (normnet @ Jun 5 2010, 11:52 PM)
The alphaconvert utility converted all except the SynEdit.Gutter color and Gutter text color.
Is their a workaround?
Turbo Delphi 2006
AlphaControls 6.65
Norm
I have found I can set the gutter color and text color with code:
CODE
SYNEDIT1.Gutter.Font.Color := clBLUE;
SYNEDIT1.Gutter.Color := clGREEN;
However attempts to read similar components to get a current skin color always results in the same non skinned color.
How to get a current skin color?
Norm