Francois Normandin Posted July 24, 2009 Report Share Posted July 24, 2009 Hi LAVAs, I'd like to automate the creation of controls from an icon list using a template (*.ctt) control VI. I couldn't find any way to access the references to the different components that are editable in "Customize Mode". Are these properties/methods exposed? For now, I'm using the great Boolean XControl from Ton, but I'd prefer not to rely on XControls at all. Quote Link to comment
Rolf Kalbermatter Posted July 26, 2009 Report Share Posted July 26, 2009 Hi LAVAs, I'd like to automate the creation of controls from an icon list using a template (*.ctt) control VI. I couldn't find any way to access the references to the different components that are editable in "Customize Mode". Are these properties/methods exposed? For now, I'm using the great Boolean XControl from Ton, but I'd prefer not to rely on XControls at all. I very much doubt it. The Control Editor predates the VI server by several LabVIEW versions and it is a rather archaic piece of code. One of the original writers of that code has once stated that she felt rather bad that it was still in LabVIEW unchanged. Also newer controls do not always support customization by the control editor. In my opinion this all points to one conclusion. Accessibility of Control Editor functionality through VI server is not only not visible but likely almost impossible to implement. Rolf Kalbermatter 1 Quote Link to comment
Francois Normandin Posted August 6, 2009 Author Report Share Posted August 6, 2009 I very much doubt it. The Control Editor predates the VI server by several LabVIEW versions and it is a rather archaic piece of code. One of the original writers of that code has once stated that she felt rather bad that it was still in LabVIEW unchanged. Also newer controls do not always support customization by the control editor. In my opinion this all points to one conclusion. Accessibility of Control Editor functionality through VI server is not only not visible but likely almost impossible to implement. Rolf Kalbermatter Thanks Rolf, Somehow I had missed your reply. Great insight. I'll see if I can add this to the LabVIEW idea exchange... Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.