LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Right click menu disabling default strings

Solved!
Go to solution

I created a right click menu with some Menu items . When i entered into that event along with my menu items some default items are appearing like copy data , description and tip, smooth updates . 

 

The question is how to disable this default items 

0 Kudos
Message 1 of 5
(2,947 Views)

When you enter the shortcut menu editor, do you only see your user items?  There are no application items listed?

 

 

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
0 Kudos
Message 2 of 5
(2,934 Views)
Solution
Accepted by topic author Nagaa

If you want to completely remove those items from the list, you can create your own custom menu.  Just select custom on the drop down list as shown below and recreate your menu.

 

Shortcut Menu Editor.png

0 Kudos
Message 3 of 5
(2,933 Views)

Thank you SumTumWong

I have one more question 

When i Run the attached vi

 

I found that if i selected id 1 i can get item tag and item id correctly . but when i clicked on id 2 item path is still showing with prefix as id 1 :_ _ _

 

How to solve this problem

0 Kudos
Message 4 of 5
(2,900 Views)

The path does not appear right because your second submenus tags are not unique.  You have to make each menu tag unique (show path, show image, and load image).

0 Kudos
Message 5 of 5
(2,893 Views)