10-01-2008 04:07 AM
hello,
I had hide all the buttons like run, run continuous, abort vi and others by navigating to VI Properties and unchecking the corresponding options.
when i run the vi, all becomes hide except pause button and i didn't find any option for hiding it manually as well as programatically.
can any one tell me how to hide pause button. i have an urgent requirement for same.
Thanks & Regards,
Samriddh Sarbalhi
Solved! Go to Solution.
10-01-2008 05:05 AM
Hi,
You need...
VI Properties --> Execution
Disable "allow debugging"
Rod.
10-01-2008 05:45 AM
hello Mr Rod,
Thanks for the solution. I tried and it worked.
Have a nice time.
Thanks & Regards,
samriddh sarbalhi
10-01-2008 05:59 AM
Rod wrote:Hi,
You need...
VI Properties --> Execution
Disable "allow debugging"
Rod.
Or, simply uncheck the "Show toolbar while running" option in VI Properties > Execution category.
07-13-2011 10:17 AM
@parthabe wrote:
Or, simply uncheck the "Show toolbar while running" option in VI Properties > Execution category.
There is no such option in LabVIEW 9.0 or higher.
07-13-2011 10:24 AM
I'd like to hide the toolbar with the Run - Run Continuously - Stop button during run-time. I have disabled the Allow Debugging option in File > VI Properties > Exection, however the tool bar is still showing.
Any suggestions? My version of LabVIEW is 9.0.
07-13-2011 10:42 AM - edited 07-13-2011 10:44 AM
Why would you disable debugging instead of unchecking 'Show toolbar when running'? It's easily seen in 'Window Appearance>Customize'
07-13-2011 10:58 AM
@Dennis Knutson wrote:
Why would you disable debugging instead of unchecking 'Show toolbar when running'? It's easily seen in 'Window Appearance>Customize'
I just found that the option called "Show Toolbar When Running" is located under VI Properties > Windows Appearance > Customize. I disabled it and it worked. Thanks!
07-13-2011 12:26 PM
@wprice wrote:
I just found that the option called "Show Toolbar When Running" is located under VI Properties > Windows Appearance > Customize. I disabled it and it worked. Thanks!
So, the option I mentioned is still available, but only at a different place. ![]()
I was shocked on seeing your earlier reply, "There is no such option in LabVIEW 9.0 or higher.". ![]()
07-13-2011 12:40 PM
As far as I know, the option has never been selectable under the 'Execution' category. Attach a screen shot that shows that it was ever different.