01-08-2018 09:06 PM
Hi Piotr,
I am trying to use Tree API in my application,
Current i can able to add new item in Tree using CreateTree.vi .
My Question is How to delete that Particular item in tree?
Thanks,
Saran
01-08-2018 09:18 PM
Sorry, i found how to it 🙂 ignore my previous message.
Very good API
03-07-2018 10:18 PM
Hi,
Tree control makes labview Crash, any advice ?
03-09-2018 08:23 AM
1. Explain on a forum exactly what the problem is (NOT HERE). Ask for help.
2. Contact NI technical support via. email.
3. Reinstall LabVIEW.
I hope this helps.
03-22-2018 09:04 AM - edited 03-23-2018 04:21 AM
Hi,
I would like to use the tree API and store a serialized xml object as metadata and serialize the tree to xml. The serialization works just fine but if i try to deserialize it with XML as metadata, then it gives me an error stating the opening and closing tag is not the same. I suspect it doesn't ignore the Metadata string <Child MetaData="<Object>....</Object>"> and thinks the closing tag for Child is in the metadata string. Please help me to resolve this issue!
Thank you!
Update: It is a better approach to create a custom data type for the object (inherit from Tree Data class, create mandatory overrides) and store it that way as Tree Data. Using that method it works flawlessly. Thank you for the awesome API!
04-23-2018 07:27 AM
Hello,
Thank you for this API, it's really impressive.
I had a look at the examples and i'd like to use it in an application, but i want to be sure of something. Is there a way to handle glyphs with it? I don't find anything for that.
04-26-2018 09:19 AM
I did not implement a glyph handling mechanism for this... yet. It is on my list of features to do in the future, but for now it will stay like this. I'm figuring out the best way to do this.
05-16-2018 08:59 PM
Hi Piotr,
I need to use Symbols in Tree, is there a way to do?
Thanks in advance
05-16-2018 10:03 PM
Hi Piotr,
I have found the temporary solution to solve symbol in tree
05-24-2018 04:40 AM
Hejka! In the newest version of the API the interaction with tree control is different, which enables users to change the glyphs directly. I included a code snippet showing how this can be done.