vote up 1 vote down star

When I set the Label's color e.g. on value clRed, the red on it only blink for a while. The color property still has clRed value, but in fact it has default clBtnFace color.

Screenshot discribes the problem better.

flag

2 Answers

vote up 1 vote down check

Set Transparent to False. :-)

Edit: assuming it's a TLabel, as shown in the screenshot.

link|flag
vote up 1 vote down

Do you mean a TLabel or a TPanel? Your screenshot shows a label, but it should work for both components.

Make sure that the ParentColor property is set to false.

link|flag
Yes, sure, I thought Label, not Panel. :-) – LuckyNeo Jun 12 at 17:37
It's fixed now. – LuckyNeo Jun 12 at 17:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.