[futurebasic] Menu visibility

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 2010 : Group Archive : Group : All Groups

From: Brian Heibert <heibert@...>
Date: Sun, 17 Jan 2010 22:29:24 -0500
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