09-27-2017 07:58 AM
Hejka, did you manage to download the 2015 version? Does it work?
09-27-2017 05:35 PM
Hello Piotr,
I downloaded attached zip file and when tried to open the project, unfortunatelly couldn't open correctly. Most of all messages are structure error and so on. Please see the attached file. Thanks in advance!!
09-28-2017 12:14 AM
Thanks for letting me know. There is a bug in LV2016 with saving to previous versions. Its should be fixed by f2 patch which I installed today. I saved it again to 2015 and uploaded ZIP. Please try again.
09-28-2017 09:01 PM
Hello again, Piotr
Successfully made and installed package into my environment with no issue.
Thanks again and if I have question, contact to you again as many times as I can. 🙂
Best regards,
Dooyoung
10-12-2017 01:34 AM
Hi Piotr and thanks for this great piece of LabVIEW-Code. I'm used to Python coding and ever missed in LabVIEW something like a dictionary-class. Your Tree API is a great substitution, and even a little bit more.
Special thanks for your quick response and updates regarding the XML on LinuxRT support. That helped us a lot. The actual version 1.6.1 works great on the cRIO 9039.
Best regards,
Manu
10-12-2017 07:02 AM
Im glad 🙂 please keep me up to date on how your cool project is going 🙂
12-06-2017 07:52 PM
Piotr,
I've only been using the API for about an hour, so I feel bad posting this. It seems like there's a bug, the API vi to read the meta data of a tree, calls into the private vi. There however, it seems like you are using the read name instead of the read meta data. Am I completely off??
What is the use of the meta data, mostly to assign any string data to the tree item? That's at least how I was planning to use it. Let me know, and sorry to assume there's a bug if I'm wrong.
Jorge.
12-07-2017 03:20 AM
You are correct. I will fix it right away. Thanks for catching this.
12-07-2017 08:38 AM
Piotr,
Thanks for the update. Regarding the API, is it possible to work with a tree that has an array data type, meaning that the user can select multiple items at once? If I choose this, then the show tree reference has a class conflict.
Also, what is the best way to color a tree item differently based on an attribute, should I do that outside of the tree api and only use the api to read the attribute?
Thanks, Jorge.
12-07-2017 09:10 AM
1. I didn't implement it like this in the example but i don't see a problem. You just need to logically separate data items from tree items and you're good to go... I hope 😄
2. Correct, do this with property nodes outside of tree api by getting the values from it and applying them yourself.