Re: [Pharo-users] Put FTTableMorph layout into ComposableModel lyout

2017-05-03 Thread Stephan Eggermont
On 03/05/17 00:25, Peter Uhnak wrote: you can look at chapter 9.1 in the Spec Booklet http://files.pharo.org/books-pdfs/spec/2017-01-23-SpecBooklet.pdf it shows how to integrate any morph inside a Spec Model. But did you look at FastTabelModel? It uses FTTableMorph underneath, so maybe it can al

Re: [Pharo-users] Put FTTableMorph layout into ComposableModel lyout

2017-05-02 Thread Peter Uhnak
Hi, you can look at chapter 9.1 in the Spec Booklet http://files.pharo.org/books-pdfs/spec/2017-01-23-SpecBooklet.pdf it shows how to integrate any morph inside a Spec Model. But did you look at FastTabelModel? It uses FTTableMorph underneath, so maybe it can already do what you need. Peter

[Pharo-users] Put FTTableMorph layout into ComposableModel lyout

2017-05-02 Thread chrismihaylyk
Hi! I need to display my FTTableMorph window content inside of ComposableModel window. Please tell me, is it possible? Thanks, Khrystyna. -- View this message in context: http://forum.world.st/Put-FTTableMorph-layout-into-ComposableModel-lyout-tp4945202.html Sent from the Pharo Smalltalk Use