Re: Window menu a la PB
Re: Window menu a la PB
- Subject: Re: Window menu a la PB
- From: Carl Norum <email@hidden>
- Date: Tue, 03 Jun 2003 10:56:26 -0600
On Monday, June 2, 2003, at 06:09 PM, Bryan Blackburn wrote:
What I've done, and seems to work well, is to register for
NSMenuDidAddItemNotification from [ NSApp windowsMenu ]. When the
menu updates, I remove those entries which need to be moved, in one
loop,
then add them back in a second.
Seems like the only way to to do it, yup.
http://www.withay.com/macosx/ciphsafe.html
where source if available if you want to see the exact code used.
I looked at your code, and 10 minutes later I had my own working.
Thanks a bunch for the help!
--
Carl J Norum
5th Year Electrical Engineering/Computer Science Student
University of Saskatchewan
Saskatoon, Canada
http://norum.homeunix.net/~carl/
_______________________________________________
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.