Edit Controls Request

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #56270
    Support
    Keymaster

      You can use the Color property if SkinData.CustomColor is True. This is an easiest way, I think.

      Otherwise, you can change a used skin section to 'PANEL', for example. Or you can make own custom skin section for disabled edit controls especially.

      #56285
      TAZ
      Participant

        I have added a status bar with a notification when the read edit control has focus and the notification disappears when the read edit control loses focus.

        In the mean time, I tried setting the SkinData.CustomColor to true and setting the Color property to an arbitrary color. Did not work. No big deal any way. Moved on.

        #56287
        Support
        Keymaster

          Sorry, such code doesn't work?

          Code:
          sEdit1.SkinData.CustomColor := True;
          sEdit1.Color := 255;
        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.