[Cuis-dev] Erudite and DrGeo

Hilaire Fernandes hfern at free.fr
Thu Oct 27 15:17:27 PDT 2022


Yep. I did something a bit similar to embed the Debugger too.

Thanks

Hilaire

Le 27/10/2022 à 15:10, Mariano Montone via Cuis-dev a écrit :
>
> There's a hack you can try for this:
>
>
> | panel reader |
>
> panel := LayoutMorph newColumn.
> reader := EruditeBookReaderMorph new.
> reader     model: EruditeManual new; buildMorphicWindow.
>
> panel addMorph: reader layoutMorph.
>
> panel openInWorld.
>
>
> Not pretty, but it works.
>


More information about the Cuis-dev mailing list