12-06-2009 07:57 PM
如图所示(为省略图,每一行有很多参数,现只展示前面的部分),我想要实现一种功能:我设定第一行的参数,然后选定1,选择开始,程序就按照第一行的参数运行,同样,选择其他行就会按照其他行的参数运行,本来想用Multicolumn Listbox来实现,可是因为我每一行的每一个参数都是有设定其范围的,而且彼此之间存在约束关系,而Multicolumn Listbox好像不能实现设定里面的值吧?而且我的参数都是number形式,它的值应该是string形式的,所以我不知道是不是就不能用了。如果不行,我实在是不想在前面板上列N个numeric control控件,有没有别的控件可以实现我说的功能呢?
简单点说:我想在列表中输入参数,这个参数是有限定其取值范围和彼此关系的(同列的取值范围一样),输入完毕后,选定某一行,再选定开始键,程序就会按照该行的参数运行。
请高手指点迷津!!!
Solved! Go to Solution.
12-06-2009 09:56 PM
12-07-2009 12:04 AM
It's my fault, i'm sorry for that.
Actually I wanted to post my question at NI chinese discussion forum, but i didn't konw i was in the wrong place at first, then i didn't know how to delete this question, so i'v been waiting for someone answer something that can let me close the question.
I have already got my answer at NI chinese discussion forum this morning. Sorry for everything, and i promise i won't make the same mistake anymore.