normnet

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Skin SynEdit Gutter #42756
    normnet
    Participant

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

      Works fine!

      Norm

      in reply to: Skin SynEdit Gutter #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

        in reply to: Skin SynEdit Gutter #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

        Viewing 3 posts - 1 through 3 (of 3 total)