kaly2002 0 Report post Posted January 10 Something's bothering me! Every time I need to replace the Modern style buttons with silver style buttons, I need to replace them one by one.If I want to replace in bulk, is there a quick way?As long as you don't change the properties of the original button Quote Share this post Link to post Share on other sites
smithd 148 Report post Posted January 10 (edited) https://forums.ni.com/t5/LabVIEW/Converting-Controls-to-Silver/td-p/1705536 https://forums.ni.com/t5/Quick-Drop-Enthusiasts/Quick-Drop-Keyboard-Shortcut-Silver-Conversion-Tool/gpm-p/3510319 as a general statement, I'd strongly recommend against doing this on all your code. UIs, ok, if you really like silver controls then by all means, but theres no point to changing subVIs and...its irritating. also, there are more attractive packages out there for UI. A reasonable but by no means complete starting point is here: https://forums.ni.com/t5/UI-Interest-Group-Discussions/bd-p/7116 For example drjdp's flatline controls (which is currently post number 2 in that link) are nice. Edited January 10 by smithd 1 Quote Share this post Link to post Share on other sites
Darren 184 Report post Posted January 10 You can also use Quick Drop Replace to replace multiple items at once. Select all the controls you want to replace > Ctrl-Space > Type name of new item > Ctrl-P to replace them all. 2 Quote Share this post Link to post Share on other sites
kaly2002 0 Report post Posted January 17 Thank you very much!I haven't seen anything else yet, but I've solved my current problem. I need the silver control now.Converting-Controls-to-Silve VI is good! Quote Share this post Link to post Share on other sites
kaly2002 0 Report post Posted January 17 @Darren thank you very much! It's nice!I like! Quote Share this post Link to post Share on other sites
hooovahh 699 Report post Posted January 17 If you prefer the reverse I made some code here that modernizes a front panel and attempts to replace all controls with the modern equivalent which I prefer for front panels not typically seen by the user. 1 Quote Share this post Link to post Share on other sites
kaly2002 0 Report post Posted January 18 @hooovahh Thank you!I like!After writing the underlying program is very helpful! Quote Share this post Link to post Share on other sites