On Wed, 11 Nov 1998 MAWRPh@... wrote: // >Can someone tell what the toolbox call/calls is/are for obtaining the // >state of a menu item (enabled or disabled)? // // The MenuInfo record has a field called enableFlags that has bits set // for each item in a menu 0=disabled and 1=enabled. // // I am not very good at getting this kind of thing so I just set my own // flags if I need to know this information. Mark, Thanks for the pointer. Looks like a trip to Inside Macintosh is in order---which means I'll probably end up putting in my own flags :| Thanks again, _Chris