Re: menu entries are not getting enabled

2016-11-22 Thread Dr. Hawkins
Hmm. It appears that it isn't even setting the menubar to active *switch* the platform *case* "MacOS" *set* the defaultMenubar to stMen *break* as I step through in the IDE, though, the menu doesn't change to stMen (which holds the name of my master menu). So I assume the IDE entries get

menu entries are not getting enabled

2016-11-22 Thread Dr. Hawkins
openStack and resumeStack both send a setMenus message Inside setmessage, I have *repeat* with i = 1 to 5 *enable* menuitem i of menu "Window" *end* *repeat* I step through, and it executes these. Nonetheless, all menu items of Window are greyed out. Is there something I'm missing? thanks -