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

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

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

In the event structure, mouse down event will give you the cursor position.

You can use the invoke node of the table to convert cursor position to row/column number.

 

Use property node of the pulldown menu to move it.

 

 

George Zou
0 项奖励
11 条消息(共 18 条)
2,253 次查看

  现在我可以获得坐标值,并将坐标值赋予表格的“选择区域起始”属性节点。但是我不知道选择下拉菜单的哪项属性节点

0 项奖励
12 条消息(共 18 条)
2,245 次查看

〉“选择区域起始”属性节点

What are you try to do with this property node ?

 

 

〉是我不知道选择下拉菜单的哪项属性节点

For what ?

 

Please give more detail.

Don't understand.

 

Please show your VI.

 

 

 

George Zou
0 项奖励
13 条消息(共 18 条)
2,241 次查看

附件是我的VI,您看我理解对了吗

0 项奖励
14 条消息(共 18 条)
2,233 次查看

You used a wrong property node.

Use this invoke node instead:

 

 

to convert coordinate to row / column.

 

Use Value change event of the pulldown menu to read user selected value,

and pass it to the table.

 

George Zou
15 条消息(共 18 条)
2,225 次查看

您发的那个invork node图片打不开,不然您给我说下怎么找到那个节点吧(*^__^*) ……

0 项奖励
16 条消息(共 18 条)
2,221 次查看

Untitled.png

 

 

George Zou
17 条消息(共 18 条)
2,217 次查看

我的问题解决了,非常感谢您!高兴表情

0 项奖励
18 条消息(共 18 条)
2,205 次查看