scls19fr Posted April 5, 2009 Report Share Posted April 5, 2009 Hello, I need to hide the general STOP button which is present on the LabVIEW toolbar at runtime (beside the RUN icon) when running a VI inside LabVIEW. I know there is a way to hide all this toolbar because I've ever found a vi that had such a feature. Unfortunately, I haven't the fineast idea how to achieve this. I really need it because I want that my vi's user press a STOP button on my vi... but not press the general STOP button because pressing my VI STOP button also close connection to my data acquisition card. If a user uses the general STOP button the connection with the hardware is not correctly closed and it fails when I want to run my VI again. There is probably a way to do it using exe deployment with LV runtime but I don't want such a solution because I want to deploy LV source code... not binary ! Kind regards Sorry for noise... I think the solution is here http://zone.ni.com/reference/en-XX/help/37..._appearance_db/ Select File»VI Properties, select Window Appearance from the Category pull-down menu, and click the Customize button to display this dialog box. By default, the settings take effect when the VI runs. Quote Link to comment
jcarmody Posted April 5, 2009 Report Share Posted April 5, 2009 QUOTE (scls19fr @ Apr 4 2009, 03:49 AM) I think the solution is herehttp://zone.ni.com/reference/en-XX/help/37..._appearance_db/ Select File»VI Properties, select Window Appearance from the Category pull-down menu, and click the Customize button to display this dialog box. By default, the settings take effect when the VI runs. You're right. You can set it at design-time using that method, or you can set it during run-time using a property node. or Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.