Hi, I have two menu items menu _CommandMenu,_runmenu,_enable, "Run.../R" menu _CommandMenu,_stop,_enable, "Stop.../." how can I get it so that when Run is selected only the Stop menuitem appears and only the Run menuitem appears when Stop is selected I know this is a really dumb question, but it slipped my mind In REALbasic (sorry to bring up a competitor product) I can set the menu visibility like this Menuname.visible=true or menuname.visible=false Brian