Lite vs Full

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #56897
    Support
    Keymaster

      Hello

      The TsLabel component have the UseSkinColor property.

      If this property is False then you can use any color in the standard Font.Color property.

      The COMPANY_TITLE is an additional section in your skin? Label uses parent color if skinsection is transparent.

      This behavior has been made for a good readability of text which placed on controls with different bg colors.

      PS. Both packages should have an equal behavior. If you have differences then I need to check it more closely if possible.

      #56903
      cbishop
      Participant

        I don't have time right now but I'll make a note to create a project that demonstrates it.

        I'll try to get it working with what you suggested.

        Chris

        #56916
        cbishop
        Participant

          Ok, I got a project where it is not working as expected and sort of working as expected.

          Before looking at this I should get from you the proper why of uninstalling and installing between trial and lite.

          All I did was uninstall the package and then build the acnt*_R.dpk, acnt*.dpk and install. With trial in one folder and lite in the other.

          Is there any clean up I should have done in between?

          So I have screen shots of the output. The Trial 12.06 should what I expected in the Delphi IDE but when I ran it the font color was changed. It was overriden by another color in the skin.

          I created a brand new skin, selected the default colors and created a new section.

          I gave the new section a font color of bright green. It only should up in Trial 12.06 while working with the form. I used the section on a TsLabel.

          I called the skin TEST and the section TEST2.

          Chris

          #56924
          Support
          Keymaster

            Thank you for files.

            I see that v12.12 have equal unexpected behavior in Full and in Lite packages.

            This behavior has been changed in the v12.13 which was released yesterday.

            Please, try this latest release, I think labels will have an expected behavior there.

            #57000
            cbishop
            Participant

              I got it to work making one change. The text would not change color if the transparency was set to 100 but when I changed it to 0 the color came through.

              I assumed transparency only affected the background color. It appears to affect both background and text.

              I am using Lite 12.14.

              #57031
              cbishop
              Participant

                I thought this was working but without the transparency what I want to happen is not working.

                I have a 2 labels overlaying a button. The top label has one text color then bottom is the default.

                If I set the transparency to 0 I get the top label button in a custom section to work but if I change the button back color then the label back color overrides.

                Of course setting transparency 100 fixes that but for some reason I lose the text color.

                Issue still exists in: 12.16 lite

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