Dirk Lattermann <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> I just realized that validateMenuItem: (here for the Save... menu item 
> with the saveDocument: action) is called every time the mouse enters 
> or exits a TextField, a TableView, a Browser and several other UI 
> items. This is an awful lot! Is it really needed? In which cases does 
> it make sense to change the enabled-status of a menu item or pop up 
> cell based on the mouse entering or exiting an UI item?

IMHO just before a menu or submenu is being shown first.
Well, it could also be called every 500ms while a menu is open (to
dynamically enable/disable items) but then, menu items have to be
redrawn as well.

-- hns
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to