已解决! 转到解答。
Hi,
You'd find one of my earlier example of calling subVIs
VS_Call_Subvi.zip (42 kb) |
非常感谢!!
我这里还有一个小问题:问什么你的子程序在执行的时候任务栏上是看不见的?我怎么找了半天也没找到这个选项呢
That is because that the VI's property: Allow User To Minimize (under Window Appearance) is unchecked.
That means, user is unable to Minimize that sub-VI during runtime. To view it in the task-bar, simply enable that item 😉
不客气! 互相切磋 😉
PS: In the Main caller VI, please set the Auto Dispose to True as well 🙂
(I did not set it at when I upload that VI, and it was pointed out by our friend in my previous post)
thanks again!
我想进一步问一下 我想把你示例中的三个子vi做成main的子窗口 就像vc编辑器窗口那样,可以停靠的而且当主窗口最小化时子窗口也随着最小化。在我的第一个帖子附件中有个示例,但是该程序还存在着不足,就是子窗口弹出时需要更改下子窗口属性它才能正常显示。请问有什么方法改进下么
O(∩_∩)O~