08-11-2009 09:57 AM - edited 08-11-2009 09:57 AM
I believe I have found a bug with XControl properties. It is illustrated in the attached image.
Selecting the Style property results ina Style ID property node on the block diagram. I also renamed the property to Color Style, and got the same behavior. I have not noticed any issues with the other custom properties.
08-11-2009 10:33 AM
11-17-2016 12:30 AM
I have the same problem now with an XControl written in LV2015SP1 ;-(
11-17-2016 02:38 AM
There are a set of specific names for property nodes which should NOT be used for custom properties in XControls (like "Label"). I also ran into the exact same problem before where I named a Property and then when trying to access it, got a completely different property (and datatype) back. It seems there can be some serious name collision issues with XControl properties which are not documented anywhere.
I requested this to be either changed or at least documented before.