Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transparent labels turn bold - bug?
Message
From
18/05/2005 09:01:13
 
 
To
18/05/2005 07:53:07
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
SAMBA Server
Miscellaneous
Thread ID:
01015270
Message ID:
01015290
Views:
33
This message has been marked as a message which has helped to the initial question of the thread.
Dorin,

I see exactly what you see. Also happens with checkboxes.

Here's a fix that works for me. This fix from a former UT thread on this topic.

Set label properties as follows:

Backstyle=1-Opaque
ColorSource=1-Form's Color Scheme
Style=4-Themed Background only

Here is my solution for checkboxes - place in InteractiveChange() event:

local lbLockScreen
lbLockScreen = ThisForm.LockScreen
ThisForm.LockScreen = .T.
keyboard '{tab}{backtab}'
ThisForm.LockScreen = lbLockScreen

You'll get the bleeding bold effect when you check/uncheck the checkbox, but this effect will be fixed as soon as you release your mouse button or space key.

Hope this helps,
Malcolm

PS: Thanks for pointing out your Outlook listbar in my thread on hiding pageframe pages.
Malcolm Greene
Brooks-Durham
mgreene@bdurham.com
Previous
Reply
Map
View

Click here to load this message in the networking platform