cmcurtis Posted March 16, 2005 Report Share Posted March 16, 2005 :headbang: Hi to All, I am new to this forum and new to LabVIEW 7.1. I am trying to figure out how to programmatically add items to a Text Ring Control. Can anyone here show me an example of how this might be done? The Text Ring Control has the "Allow Undefined Values at run time" option. When checked there is an extra value in the text ring named <OTHER>... When you click on the <OTHER>... selection it will diplay the Digital Display to allow for a new Item Value. What I want is to be able to input a text string and have the control updated with the new entry Text Value (Label) and the new Item Value (Digital Display). Any assistance in this matter would be appreciated. Thanks, Charlie Quote Link to comment
FLX Posted March 16, 2005 Report Share Posted March 16, 2005 hi, the ring control has a property node strings[]. With this node you can add additional string values. happy new vi alex Quote Link to comment
cmcurtis Posted March 16, 2005 Author Report Share Posted March 16, 2005 Hi Alex, Thank you for the help! Will give it a try. Charlie hi, the ring control has a property node strings[]. With this node you can add additional string values. happy new vi alex 4242[/snapback] 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.