Tagged Questions

0
votes
0answers
119 views

disable “Rename” menuitem in eclipse

I have defined my own project nature . I need to disable right-click->"Rename..." and Refactor->"Rename..." menuitems for projects which are associated with "MyProjectNature". Any clues as to how it …
0
votes
1answer
539 views

MDI Parent Menu and Child Menu

I am using VB.Net on Winforms Development developing an MDI application. In my Parent form, I have a menu strip. In my child forms, I also have a menu strip attached to each form, which invokes a …
0
votes
1answer
910 views

best way to generate and highlight menu items on server (asp.net)

I have an ascx component, that holds two-level menu, because there are several user types, and the menu needs to be computed on server. Anyways - I'm also doing the highlighting of current menu item …
3
votes
4answers
155 views

Should menu items always be enabled? And how do you tell the user?

So one of the things that has been talked about a few times on the podcast is whether menu items should always be enabled to prevent "WHY ISN'T THIS AVAILABLE!" frustration for the end user. This …