Zou Posted December 1, 2016 Report Share Posted December 1, 2016 VI Properties Dialog remembers which Category was selected last time. For example, if you select Documentation from the Category pull down menu, next time the dialog will show up with the Documentation. Is there an option to make LabVIEW not remember last selection? Among all the categories, Documentation is different from all others: VI description gets focus; for all other categories, Category gets focus. It's difficult to automate the dialog. Quote Link to comment
smithd Posted December 1, 2016 Report Share Posted December 1, 2016 Sounds like it would be easier to script the behavior you want http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/enabling_vi_scripting/ an example for the 2015 pop-up menu feature: http://forums.ni.com/t5/LabVIEW-Shortcut-Menu-Plug-Ins/Add-SubVI-Description-llb/ta-p/3524700 Quote Link to comment
Zou Posted December 1, 2016 Author Report Share Posted December 1, 2016 (edited) Thanks for reply. But I want to automate the whole VI properties Window, not just documentation. I want to change the settings programmatically. And I want to use the built-in VI properties window, because not all properties available in property node, for example the Front Panel Grid Size. I got everything working if the last Category selection was NOT Documentation. Edited December 1, 2016 by Zou add more info Quote Link to comment
hooovahh Posted December 1, 2016 Report Share Posted December 1, 2016 53 minutes ago, Zou said: for example the Front Panel Grid Size. Really? This doesn't exist still? I was sure it was there but I go and look and I couldn't find it. I did find a thread 9 years ago that talks about it. Sorry I can't help with the original issue. 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.