- This topic has 6 replies, 2 voices, and was last updated 8 years, 6 months ago by
cbishop.
-
AuthorPosts
-
July 13, 2017 at 11:42 am #56897
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.
July 13, 2017 at 3:25 pm #56903I 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
July 18, 2017 at 2:21 pm #56916Ok, 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
July 20, 2017 at 5:41 pm #56924Thank 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.
August 22, 2017 at 4:14 pm #57000I 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.
September 8, 2017 at 1:20 pm #57031I 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
-
AuthorPosts
- You must be logged in to reply to this topic.