Hi Nicolai, Thanks Nicolas, I tested quickly before leaving and I made a stupid mistake. Indeed, I get a morph. Maybe it would be a nice idea to put this information (how to integrate a spec ui into a morph) in the 0.1 section of the spec book? Thanks
Le 26 avr. 2017 à 12:23, Nicolai Hess <nicolaihess@gmail.com> a écrit :
2017-04-26 12:00 GMT+02:00 Christophe Demarey <christophe.demarey@inria.fr <mailto:christophe.demarey@inria.fr>>: thanks but the result is not a morph.
Are you sure ?
(TextModel new text: Morph comment; buildWithSpec) openInHand -> a Morph
Should I use yourModel buildWithSpec spec instance?
Le 26 avr. 2017 à 11:55, Esteban Lorenzano <estebanlm@gmail.com <mailto:estebanlm@gmail.com>> a écrit :
yourModel buildWithSpec.
Esteban
On 26 Apr 2017, at 11:51, Christophe Demarey <christophe.demarey@inria.fr <mailto:christophe.demarey@inria.fr>> wrote:
Hi,
Does anyone know how to embed a UI component made with Spec into a UI expecting a morph? It looks like the only way to build a spec UI is to open it with #openWithSpec that will always embed the component in a window.
Thanks, Christophe