[Cuis-dev] How do I get a form instance of a LayoutMorph instance? aMorph imageForm equivalent?
H. Hirzel
hannes.hirzel at gmail.com
Fri Feb 28 01:58:49 PST 2025
On 28/02/2025 10:18 am, H. Hirzel wrote:
> On 28/02/2025 10:33 am, Luciano Notarfrancesco via Cuis-dev wrote:
>
>> Maybe Morph>>imageForm:depth: ?
>>
>
> Interesting to note that I have to give the layout morph any initial
> extent so that it grows to the necessary morphExtent as needed by the
> submorphs added. If I do not do that I just get a morph of extent 50 at 40.
>
>
Found out that I have to do
row layoutSubmorphs
after adding the submorphs; then the proper extent is defined. I.e. this
is called after changing the morphExtent.
More information about the Cuis-dev
mailing list