Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
Hello
Maybe these topics can help you?
http://www.alphaskins.com/forum/index.php?showtopic=4394
http://www.alphaskins.com/forum/index.php?showtopic=4450Works fine!
Norm
I have found I can set the gutter color and text color with code:
CODESYNEDIT1.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
I found a component which could be read for color:
CODESYNEDIT1.Gutter.COLOR := CoolBar1.COLOR;Now how to read a similar component for text color?
Norm
The alphaconvert utility converted all except the SynEdit.Gutter color and Gutter text color.
Is their a workaround?Turbo Delphi 2006
AlphaControls 6.65Norm
I have found I can set the gutter color and text color with code:
CODESYNEDIT1.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
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)