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

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

在电子表格中嵌入下拉表单

哪为高人知道如何在LABVIEW 的电子表格中嵌入下拉表单功能或单选功能.见附图.
0 项奖励
1 条消息(共 18 条)
7,756 次查看
电子表格与下拉菜单都是控件,不能把一个嵌入另外一个中。
0 项奖励
2 条消息(共 18 条)
7,718 次查看
表格控件关于Cell的属性就那么几个,找了半天也没找到,估计LabVIEw没有这样的功能
期待高手中.......
 
0 项奖励
3 条消息(共 18 条)
7,701 次查看
  如果不怕丑的话可以用簇数组的方法。极度高兴的表情
Using LabVIEW 8.0.0 on Windows XP
0 项奖励
4 条消息(共 18 条)
7,675 次查看

同问,LABVIEW这么强大,主要就是界面友好,这个功能肯定能实现的,求高手赐教

0 项奖励
5 条消息(共 18 条)
5,867 次查看

Use event structure to detect the mouse down event.

When mouse down on the table, move the pulldown menu to the cursor position, and make it visible.

Use the event structure to detect pulldown menu value change event.

When value change event occur, copy the value to the table cell.

 

 

George Zou
0 项奖励
6 条消息(共 18 条)
5,848 次查看

Thank zou so much!

T'll take a try,maybe a example can help me more眨眼表情 

0 项奖励
7 条消息(共 18 条)
5,826 次查看

Try it.

If doesn't work, post your VI here.

We'll fix it for you.

 

 

George Zou
0 项奖励
8 条消息(共 18 条)
5,804 次查看

    zou:

         您好,如何获得光标位置呢?是获得光标在前面板的坐标值 还是 获得光标处于表格的哪一行那一列?

 

0 项奖励
9 条消息(共 18 条)
5,777 次查看

how to  move the pulldown menu to the cursor position?

0 项奖励
10 条消息(共 18 条)
5,764 次查看