Thang Nguyen Posted October 16, 2009 Report Share Posted October 16, 2009 Hi, I have never met this case and don't how to fix it. I have a ring control with a list of item but none of them have value 0. I did initialize the control by assigning a constant value for that control, but it displays [ <0> ] not the item in the list. Then I have to click on the control and select another value it will update to the new one. Could you please tell me why and how to fix it? Best regards, Thang Nguyen Quote Link to comment
Aristos Queue Posted October 16, 2009 Report Share Posted October 16, 2009 On the front panel, set your ring to the desired initial value and then popup and select "Data Operations >> Make Current Value Default". Now it will have the selected value as the default value. Quote Link to comment
Thang Nguyen Posted October 16, 2009 Author Report Share Posted October 16, 2009 Thank you so much, Actually I tried that, but at the same time I assign the first item of the list to the local variable of the control. Then this somehow forces the ring control display <0>. I delete the assign value module and it works. Have a nice weekend Quote Link to comment
Minh Pham Posted October 21, 2009 Report Share Posted October 21, 2009 Thank you so much, Actually I tried that, but at the same time I assign the first item of the list to the local variable of the control. Then this somehow forces the ring control display <0>. I delete the assign value module and it works. Have a nice weekend To work with ring controls (text ring and menu ring), the best way is to assign items for them using the String[] property node first before wiring 0,1 or 2... to the Value property node. That way the control always know which value (menu item or text item) it should display. Hope this help, 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.