NI LabVIEW,CVI,数据采集等产品讨论区

取消
显示结果 
搜索替代 
您的意思是: 

xcontrol的问题

做了一个很简单的xcontrol控件,可是发现控件的值无法输出,麻烦帮忙看一下。
 
还有请问一下怎么样能做出一个多列列表框,其中每列都可以显示不同的变量,比如第一列显示字符串,第二列显示图片,第三列显示颜色选项卡等。
 
谢谢!
0 项奖励
1 条消息(共 5 条)
5,853 次查看
While not looking at your VIs... one way that you might wanna consider is to use "Cluster" of controls.
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 项奖励
2 条消息(共 5 条)
5,835 次查看
我用cluster做了,然后将cluster放到数组里面,做成了一个控件
但是我现在需要象多列列表框一样高亮选择行,还需要知道鼠标点击的是哪一行,请问这个要怎么解决?
0 项奖励
3 条消息(共 5 条)
5,791 次查看
one possible method is...
 
To have multicolumn listbox to display parameters in text only... and upon double-clicked a row (of the list), a subVI (the editor) containing all necessary controls is opened for editing. The double-clicked row parameters are updated upon closing the editor.
 
I hope you can "see" the picture of the idea/ concept.
 


帖子被ian fung在05-30-2008 02:20 PM时编辑过了

帖子被ian fung在05-30-2008 02:20 PM时编辑过了
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 项奖励
4 条消息(共 5 条)
5,787 次查看

你好  你的问题解决了吗 ? 我现在也碰到同样的问题

0 项奖励
5 条消息(共 5 条)
4,220 次查看