Re: Binding NSMenu to NSArray

2013-02-04 Thread Keary Suska
On Feb 4, 2013, at 11:15 AM, Geoffrey Holden wrote: > In the same way that it is possible to bind NSTableView to an NSDictionary, > is it possible to bind NSMenu to an NSArray? I have an array of > dictionaries. The dictionaries contain the menu name, and may contain a > further array of diction

Binding NSMenu to NSArray

2013-02-04 Thread Geoffrey Holden
In the same way that it is possible to bind NSTableView to an NSDictionary, is it possible to bind NSMenu to an NSArray? I have an array of dictionaries. The dictionaries contain the menu name, and may contain a further array of dictionaries, to a potential level of eight deep. I'd like to be ab