09-25-2023 08:02 AM
it seems doesn't work if cluster contain map or set
09-25-2023 08:15 AM
Check if the elements in your cluster constants have non-null labels.
09-25-2023 08:19 AM
map cann‘t be null???
09-25-2023 08:30 AM
I don't have the OpenG Toolkit, but when I use the built-in functions, it works for me.
09-25-2023 08:33 AM
thank you,but i use lots of OPENG VI,This troubles me
09-25-2023 08:39 AM
@yanzhanglin wrote:
thank you,but i use lots of OPENG VI,This troubles me
Look inside the OpenG code. See if you can find where things are going wrong.
09-25-2023 08:40 AM
As far as I know, the OpenG VIs are older than maps and sets and therefore cannot handle maps and sets.
09-25-2023 08:41 AM
I don't know how to fix
09-25-2023 09:10 AM
@UliB ha scritto:
As far as I know, the OpenG VIs are older than maps and sets and therefore cannot handle maps and sets.
This is true, but on the other hand the Label.Text property is rather basic, implemented in the Control class.
And Maps are undoubtedly controls.
09-25-2023 09:26 AM - edited 09-25-2023 09:45 AM
Hi,
This question has been asked and resolved many times already like in this post:
Simply use the VIs present in the Data Type Parsing palette:
Not that simple, if you look at the implementation of "Get Data Name from TD__ogtk.vi", the Pascal string containing the name of the data starts at different offsets in the type descriptor, depending on the data type. The Map/Set case is clearly not implemented (at least in the last OpenG version for LV2021, which I have tested).
Regards,
Raphaël.