Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Label with Windows background
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00928846
Message ID:
00928919
Views:
26
>Set the BackColor property value through Property Dialog with it's form's or page frame's value:
>
>=thisform.backcolor
>&& or
>=thisform.opageframe.backcolor
>
>Of course, you initialize this in the Init event of label by:
>
>this.BackColor = thisform.backcolor
>&& or
>this.BackColor = thisform.opageframe.backcolor
>
I understand the concept and I might use it. However, I have a problem. At design time, I can clearly see that the label is having a backcolor a little bit darker than the page backcolor. However, in the property sheet, they both represents the same backcolor value. So, when I run the application, it doesn't change anything. What is causing this?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform