Re: Menu item issues when programmatically updating an application's main menu

2008-09-29 Thread Mattias Arrelid
On Wed, Sep 24, 2008 at 02:32, Kyle Sluder <[EMAIL PROTECTED]> wrote: > Your best bet might be to file a bug report at http://bugreport.apple.com . Done, see rdar://problem/6253819. Thanks Mattias ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Re: Menu item issues when programmatically updating an application's main menu

2008-09-23 Thread Kyle Sluder
On Tue, Sep 23, 2008 at 4:23 PM, Mattias Arrelid <[EMAIL PROTECTED]> wrote: > Does anyone have a clue what I could do debug this? I'm really puzzled > after having tried to figure out the cause this afternoon... Sounds like it's related to Leopard's new Spotlight for Help feature -- which, disappo

Menu item issues when programmatically updating an application's main menu

2008-09-23 Thread Mattias Arrelid
Hi list, We have some code in an application of ours that replaces the main menu using NSMenu's setMainMenu:. This has been working just fine since day one but ever since the introduction of Leopard we have noticed some strange behavior with the "Help" menu. I have also noticed this behavior in Re