Window Menu Display Problem
Window Menu Display Problem
- Subject: Window Menu Display Problem
- From: Philip Weaver <email@hidden>
- Date: Wed, 6 Mar 2002 05:10:24 -0600
I am seeing window menu display strangeness if I assign (in IB)
NSWindow.makeKeyAndOrderFront from a static Window menu item.
Issue: the static menu item is renamed to match the name of the
window. Then, when I close the window, the static menu item
disappears or is relocated within the Window menu.
But, if I use NSWindow.orderFront, there is no menu display
problem, however the window opens without focus. If I use
NSWindow.makeKeyAndOrderFront from a menu item that is not part
the Window menu, I have no problems with the Window menu display.
I haven't written any code here - this occurs when run the way
things are created in Interface Builder.
Philip
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.