Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Treeview ref from node
Message
De
28/03/2001 14:40:19
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
À
28/03/2001 12:55:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00487033
Message ID:
00489586
Vues:
19
I'm sorry I didn't read your message thoroughly. This maybe a stupid question, but cant you pass a reference to the tree along with the node.



>that gets you to the top node (node.root is quicker) but NOT to the treeview object itself
>
>>If I remmeber correctly, you can use the node.parent and recursively move up the tree to the root object.
>>
>>
>>
>>
>>>>can you give more information on what you are trying to do? some code??
>>>>
>>>>>>>Hi,
>>>>>>>
>>>>>>>How can I get a ref to the treeview object from a node object ref? 'Parent' only returns the parent node.
>>>>>>>
>>>>>>>TIA,
>>>>>>
>>>>>>
>>>>>>If you need the key of a node it is node.key. Any node can be ref by the unique key. An example of the treeview is on my web site as well as a programmers help file that will have tons of code examples in it..
>>>>>>
>>>>>>http://www.semo.net/suburb/thornton/visual.html
>>>>>
>>>>>John, thanks for replying, but perhaps you shoud re-read my question. I don't need keys, indexes, or other node references - I need the ref to the TREEVIEW OBJECT from a node object reference.
>>>>>
>>>>>Thanks,
>>>
>>>OK - suppose you have a method that receives a node object as a parameter. The node can be from one of several treeviews on your form. Now - you need to do something to the treeview object itself (expand it's width as a silly example) in your method. So my Method Is:
>>>lparameters toNode
>>>toTreeView = MagicGetTreeObjectFromNodeFunction(toNode)
>>>to.Treeview.width = toTreeview.width + 100
>>>
>>>Hope this explains it,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform