Re: applicationDockMenu: woes
Re: applicationDockMenu: woes
- Subject: Re: applicationDockMenu: woes
- From: Eric Schlegel <email@hidden>
- Date: Tue, 6 Jul 2004 20:36:27 -0700
On Jul 6, 2004, at 3:45 PM, David Watanabe wrote:
Firstly, the separator item is not drawn as a separator, but rather as
regular item that is empty (not good).
As mentioned already, that's a known bug.
The second problem is that the menu items' images are not shown at
all (not a major problem, but aesthetically problematic).
Arbitrary NSImages can't be passed across the app->Dock boundary. The
only images that can be displayed in a Dock menu are IconRefs and
images located in your app's bundle that are specified by name. I'm not
sure if NSMenu supports either of these types of images (I do know they
can be specified in Carbon).
-eric
_______________________________________________
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.