shoneill Posted July 13, 2018 Report Posted July 13, 2018 I wanted to create a shortcut menu entry for finding a VI / sub-VI in the current project context but I can't find any methods to help me accomplish such a thing. I can get the current project context, but is there even a way to control what is selected? Or to highlight an entry in the tree? Quote
jacobson Posted July 13, 2018 Report Posted July 13, 2018 If you get a reference to the specific ProjectItem in the project, there is a private method in the ProjectItem class which allows you to select/highlight items in the private tree. It works for the simple case I tried. Send me a message if you can't find the method. Quote
Darren Posted July 13, 2018 Report Posted July 13, 2018 You can also press Ctrl-Shift-E from an open VI to select that VI in the project explorer. 1 Quote
hooovahh Posted July 17, 2018 Report Posted July 17, 2018 On 7/13/2018 at 2:12 PM, Darren said: You can also press Ctrl-Shift-E from an open VI to select that VI in the project explorer. Yes I use this all the time. I do wish this extended to Libraries not in an open project, vote here if you feel the same. Quote
shoneill Posted July 19, 2018 Author Report Posted July 19, 2018 Aah, private. No Problem, time to edit my INI file. Thx. Quote
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.