08-08-2009 12:35 AM
Has anyone figured out how to insert non-functional separators into an xcontrol property list? Hyphens -, cause the separator to show up, but when expanding the property node (by dragging down) the "dummy" property, whos localized long name has the hyphen in it, still shows up, even though it can't be selected from the list.
As an added note, I discovered that leading spaces in the long name seem to get trimmed in the display, but can be used to shift the order of property displays.
08-10-2009 04:01 PM
Hello JimboH,
Which version of LabVIEW are you working with? Could you provide a screen shot of your project tree to demonstrate what you are seeing?
Thanks!
06-06-2016 11:43 PM
Thanks. Found it works with Class properties as well. You have to create dummy Property Definition Folders and property VIs to do it though.
Chief LabVIEW Architect, Testeract | Owner, Q Software Innovations, LLC (QSI)
Director, GCentral | Admin, LabVIEW Wiki | Creator, The QControl Toolkit
Certified LabVIEW Architect | LabVIEW Champion | NI Alliance Partner
06-07-2016 12:28 AM
I would suggest you consider not doing this. In principle, the separators mark where properties from different classes (different levels in the inheritence tree) come from. If you add fake ones, people who know this might think you have more layers in your hierarchy than you actually have. This isn't necessarily bad, but it is a point to consider.
If you have too many properties, you might consider putting them in nested menus (which I believe you can do by adding a colon to one of the name properties of the method in the class properties dialog).
06-12-2016 03:32 PM
Chief LabVIEW Architect, Testeract | Owner, Q Software Innovations, LLC (QSI)
Director, GCentral | Admin, LabVIEW Wiki | Creator, The QControl Toolkit
Certified LabVIEW Architect | LabVIEW Champion | NI Alliance Partner