it seems easy however i've still not succeeded in programming the desired behaviour.
I want to overrule the right-click on a control and generating a popup
(menu) without the seeing the default menu (reinit to default copy
data... en so one)
Is there a way to achieve this?
I guess you're dealing with a event structure.
If it's so you have to add a mouse down? event (notice the question mark) on the control (or controls) you desire and wire a TRUE costant to Discard?.
It should be enough.
As noted in the previous reply, the functionality you want was added in LabVIEW 8.0. You can configure the shortcut menu statically (at edit time) or dynamically (when running). If you search online help for "Customizing Run-Time Shortcut Menus for Controls" you will see the two topics which explain how to do this. There's also an example called "Run-Time Shortcut Menus.vi".