Re: Images in NSPopupMenu items when binded to a NSArrayController

2008-05-05 Thread Hamish Allan
On Mon, May 5, 2008 at 5:03 PM, Pierre Chatel <[EMAIL PROTECTED]> wrote: > So, what do you think is the best option for me to populate an NSPopupButton > with text and images while still using cocoa bindings ? Have a look at what DragNDropOutlineView does for NSOutlineView (using ImageAndTextCe

Images in NSPopupMenu items when binded to a NSArrayController

2008-05-05 Thread Pierre Chatel
Hi List, I need to populate a an NSPopupMenu with items having both a title and an image attached. This NSPopupMenu is binded, via InterfaceBuilder, to an NSArrayController managing instances having both a "title" (NSString *) and "image" (NSImage *) property. Problem is, there is only one "Conte