Skin SynEdit Gutter

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #33799
    normnet
    Participant

    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

    #42732
    normnet
    Participant

    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

    #42734
    normnet
    Participant

    QUOTE (normnet @ Jun 6 2010, 09:38 PM)
    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

    I found a component which could be read for color:

    CODE
    SYNEDIT1.Gutter.COLOR := CoolBar1.COLOR;

    Now how to read a similar component for text color?

    Norm

    #42752
    Support
    Keymaster
    #42756
    normnet
    Participant

    QUOTE (Support @ Jun 12 2010, 06:09 AM)

    Works fine!

    Norm

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.