LabVIEW Project Providers

cancel
Showing results for 
Search instead for 
Did you mean: 

Project explorer right-click menu issue

Hi All,

I have an issue with a Provider I developed recently. It activates in Project explorer, when two or more classes are right-clicked. New entries are added to right-click menu (as as you can see in the picture). However, when I attempt to right-click individual classes afterwards, same items remain in the menu. I would not like to see them in this case. Do I have to remove them manually? If so, I would be glad for an advice on how to do this.

0 Kudos
Message 1 of 2
(2,885 Views)

You probably need to modify XXX_OnPopupMenu.vi

Add code analyzing number of classes selected in the project.

 

This is only a guess of course

_____________________________________
www.azinterface.net - Interface-based multiple inheritance for LabVIEW OOP
0 Kudos
Message 2 of 2
(2,882 Views)