From: Ray C. <rc...@gm...> - 2006-07-17 12:37:07
|
Hi, thanks for pointing that out, it has been fixed. On 7/17/06, thomas mery <tho...@gm...> wrote: > Hi all, > > > shouldn't the call to setRoot menu in the setMainMenu function in > NSApplication in the first part of the function > > if (m_menu != null && m_menu != m) { > m_menu.close(); > m_menu.window().setLevel( NSWindow.NSSubmenuWindowLevel); > m_menu.setRoot(false);//here ... > } > > be > > m_menu.setRoot(false,this); > > since NSMenu setRoot checks if the second argument is an instance of > NSApplication > > i've had pblems with the ASTestMenu.as so I dug a little and adding 'this' > made the second menu (of the second window) appear as it should (and did ... > ) > > any one on this ? > > tia > > thomas > > -- > ---------------------------------------------------------- > http://www.myspace.com/thomasmery > http://www.thomas-mery.net > http://www.shif-t.net > http://www.doradorovitch.com > ---------------------------------------------------------- > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________ > actionstep-core mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/actionstep-core > > > -- Cheers, Ray Chuan |