Jump to content

Tree View


Recommended Posts

Posted

Hello Friends,

I want to implement a Tree Control with for loop (N=3),

In my first iteration the tree control should be updated with Tag "Demo"

Second Iteration: "Demo/Measurement"

Third Iteration: "Demo/Measurement/Converter"

Thank you

Posted

Hello Friends,

I want to implement a Tree Control with for loop (N=3),

In my first iteration the tree control should be updated with Tag "Demo"

Second Iteration: "Demo/Measurement"

Third Iteration: "Demo/Measurement/Converter"

Thank you

I suggest you take a look at the Tree Control API.

Hope this helps

  • Like 1
Posted

Can anybody help me in developing a Tree Control with Parent in Col 0, Child in Column 1

You can only have a tree in column 0. But you can put data in the other columns

Posted

with a little bit of imagination ;)

tree.vi

Hello Mr.Antoine Chalon. Thanks for your vi.. I am facing a little problem with the vi.

Please see to the attached image of what exactly is required.

Please help me in order to get the Preferred Output in the Image

post-18674-0-87383000-1294748586_thumb.j

Posted

Hey... well... True I went a bit fast and forgot to check if a child already exists before creating it , but really it's not a lot of work.

Each time, before creating a child item, you just need to check if it already exists. That's what the first bit of code is doing (tree function "check").

Give it a try and post what you came up with if you still have trouble.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.