ad_dekkers Posted April 22, 2007 Report Share Posted April 22, 2007 Hello, I am trying out the treeview in labview 7.1 and can't get back the "Child text" for a selected tag. Does anyone know if it's possible to get it back? http://forums.lavag.org/index.php?act=attach&type=post&id=5571 Thanks! Quote Link to comment
Ton Plomp Posted April 22, 2007 Report Share Posted April 22, 2007 There is a property 'Cell string' for trees, tables and listboxes which does what you want. I use this piece of code: http://forums.lavag.org/index.php?act=attach&type=post&id=5573 The collumn is zero based, so you can read the text of the tree item Ton PS this is 8.x code I think 7.1 works the same! Quote Link to comment
ad_dekkers Posted April 22, 2007 Author Report Share Posted April 22, 2007 QUOTE(tcplomp @ Apr 21 2007, 02:17 PM) There is a property 'Cell string' for trees, tables and listboxes which does what you want.I use this piece of code: http://forums.lavag.org/index.php?act=attach&type=post&id=5573''>http://forums.lavag.org/index.php?act=attach&type=post&id=5573'>http://forums.lavag.org/index.php?act=attach&type=post&id=5573 The collumn is zero based, so you can read the text of the tree item Ton PS this is 8.x code I think 7.1 works the same! Yes ! Thank you very mutch. :thumbup: Quote Link to comment
Norm Kirchner Posted April 23, 2007 Report Share Posted April 23, 2007 I suggest you check out the tree control API within the LAVA code repository http://forums.lavag.org/CR-Tree-Control-API-t5962.html Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.