Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with TreeView Control
Message
De
09/02/1999 17:22:13
Kenneth Downs
Secure Data Software, Inc.
New York, États-Unis
 
 
À
09/02/1999 16:07:44
Steve Summers
Pima County Superior Court
Tucson, Arizona, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00184965
Message ID:
00185720
Vues:
17
Steve,

When the TreeView loses focus, the highlight is gone.

There is a property that you can set that will allow the highlight to still be visible when the TreeView loses focus, although it's default background color is then grey instead of blue. I don't have it in front of me, but I think it's self evident when you bring up the property sheet (the ActiveX property sheet, not the VFP property sheet) and know that you're looking for it.

Treeviews can be pretty nice, but don't ever write code that does things like:

oNode= MyForm.MyTreeView.SomeNode
DO WHILE blah blah
oNode = oNode.Next
ENDDO

You will get the dreaded C5 error plus hanging forms if you do that. Just something we figured out on another thread last week.

Hope this helps!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform