10-11-2012 07:34 AM
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
Solved! Go to Solution.
10-11-2012 07:54 AM
When you enter the shortcut menu editor, do you only see your user items? There are no application items listed?
10-11-2012 07:56 AM - edited 10-11-2012 07:57 AM
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.
10-12-2012 07:50 AM
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
10-12-2012 08:10 AM
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).