On Sat, Apr 29, 2017 at 09:24:28PM +0200, Denis Kudriashov wrote: > 2017-04-29 20:36 GMT+02:00 Peter Uhnak <i.uh...@gmail.com>: > > > > > > > You can set the bindings on the class side, but I currently don't see a > > way > > > to say "open this spec using these bindings." In other words, something > > > like: > > > > > > MyApplication new openWithSpecAndBindings: MorphicAdapterBindings. > > > > #openWithSpecLayout: > > #buildWithSpecLayout: > > and in layout #add:withSpec: > > > How it will allow open MessageBrowser (based on Spec) on cocoa backend?
You would need to add cocoa-based layout for every model in the chain and then cross-reference them via #add:withSpec:, annoying, but should be possible. Peter