01-14-2009 09:51 AM
Can I restrict the index values of a 2-d array to increase only upto certain limit, on front panel?
after the limit though user tries to increase the index values, he should not be able to do that.
01-14-2009 10:16 AM
Right click the control and select properties/data range and untick Use Default Range.
/Y
01-14-2009 10:32 AM
I think your solution do not work Yamaeda. I tested it. But you can control the index with a control and a property node. If you apply the solution from Yamaeda on this control your problem should be solved
01-14-2009 11:55 AM - edited 01-14-2009 11:59 AM
This'll work. I'm looking at the Pane and VI events because this was the only way I could come up with to catch the event where a user clicks into the index, changes it with the keyboard and clicks out. Otherwise, it works with the control's events. This may be unacceptable overhead for your application.
01-14-2009 01:34 PM
thanks a lot to all of you
i found the solution with controls and put them exactly at the place of index of an array and hiding the original indexes.