Re: Converting a MenuRef to a NSMenu

2008-06-08 Thread Uli Kusterer
Am 08.06.2008 um 05:11 schrieb Felipe Monteiro de Carvalho: I just meant that maybe, this is possible. AFAIK, no. There's (undocumented, Apple-private) SPI to get the MenuRef used for showing an NSMenu, but since an NSMenu is (sort of) a superset of a MenuRef, going the other way round is

Re: Converting a MenuRef to a NSMenu

2008-06-08 Thread Felipe Monteiro de Carvalho
I just meant that maybe, this is possible. -- Felipe Monteiro de Carvalho ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.a

Re: Converting a MenuRef to a NSMenu

2008-06-06 Thread Kyle Sluder
On Fri, Jun 6, 2008 at 10:32 AM, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > Is this maybe impossible? Maybe. Why don't you wait and see if someone has an answer for you? --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com

Re: Converting a MenuRef to a NSMenu

2008-06-06 Thread Felipe Monteiro de Carvalho
Is this maybe impossible? thanks, -- Felipe Monteiro de Carvalho ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Converting a MenuRef to a NSMenu

2008-06-05 Thread Felipe Monteiro de Carvalho
Hello, I need to convert a MenuRef to a NSMenu, how can this be done? I am searching and I found some material about the other way around, but nothing in this direction. I am implementing the status item part of a carbon library, so I get the menu already ready in MenuRefs and I need to recursive