Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transparent labels turn bold - bug?
Message
De
18/05/2005 09:01:13
 
 
À
18/05/2005 07:53:07
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
SAMBA Server
Divers
Thread ID:
01015270
Message ID:
01015290
Vues:
34
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform