听起来像一个有趣的应用程序;-)当您的VEE程序完成/停止时,这是vxe退出时的解决方案是保持程序运行。
作为一个简单的例子(在文本中!我可以附加一个VEE示例,如果它不清楚)直到Break [流程 - >重复对象] --->你的程序代码--->确定/测试下一个[按钮]将停在
确定按钮(因为它听起来像你现在一样,可能显示结果),然后在按OK后开始。
通常,您可能在直到中断之前有一个“初始化”块,只需要在开始时运行一次。
然后你添加第二个OK按钮(没有附加到其他任何东西),重命名为Close或Quit或任何你喜欢的:关闭[重命名的OK按钮] --->停止[Flow - > Stop object]显然必须添加关闭按钮
到您的用户面板。
当测试足够的变压器时,这将关闭vxe。
以上来自于谷歌翻译
以下为原文
Sounds like an interesting application ;-)
When your VEE program finishes / stops, that's when the vxe exits so the solution is to keep the program running.
As a simple example ( in text! I can attach a VEE example if it's not clear )
Until Break[Flow -> Repeat object] --->
your program code ---> OK/test next[button]
that will stop at the OK button ( as it sounds like you have at the moment, probably to show the results ) and then start at the beginning after you press OK.
Typically you might have an 'initialisation' block before the Until Break that only needs to be run once at the start.
Then you add a second OK button ( not attached to anything else ), rename it Close or Quit or whatever you prefer:
Close[renamed OK button] --->
Stop[Flow -> Stop object]
Obviously the Close button must be added to your user panel. This will close the vxe when enough transformers have been tested.
听起来像一个有趣的应用程序;-)当您的VEE程序完成/停止时,这是vxe退出时的解决方案是保持程序运行。
作为一个简单的例子(在文本中!我可以附加一个VEE示例,如果它不清楚)直到Break [流程 - >重复对象] --->你的程序代码--->确定/测试下一个[按钮]将停在
确定按钮(因为它听起来像你现在一样,可能显示结果),然后在按OK后开始。
通常,您可能在直到中断之前有一个“初始化”块,只需要在开始时运行一次。
然后你添加第二个OK按钮(没有附加到其他任何东西),重命名为Close或Quit或任何你喜欢的:关闭[重命名的OK按钮] --->停止[Flow - > Stop object]显然必须添加关闭按钮
到您的用户面板。
当测试足够的变压器时,这将关闭vxe。
以上来自于谷歌翻译
以下为原文
Sounds like an interesting application ;-)
When your VEE program finishes / stops, that's when the vxe exits so the solution is to keep the program running.
As a simple example ( in text! I can attach a VEE example if it's not clear )
Until Break[Flow -> Repeat object] --->
your program code ---> OK/test next[button]
that will stop at the OK button ( as it sounds like you have at the moment, probably to show the results ) and then start at the beginning after you press OK.
Typically you might have an 'initialisation' block before the Until Break that only needs to be run once at the start.
Then you add a second OK button ( not attached to anything else ), rename it Close or Quit or whatever you prefer:
Close[renamed OK button] --->
Stop[Flow -> Stop object]
Obviously the Close button must be added to your user panel. This will close the vxe when enough transformers have been tested.
举报