--- Begin Message ---
Hi Hilaire,
You are right, we cannot have real Morph widget inside of Bloc element.
Cheers,
Juraj
> On Oct 2, 2018, at 14:38, Hilaire <hila...@drgeo.eu> wrote:
>
> Thanks for the tips. It works, the view is not interactive though
>
> Hilaire
>
>
> Le 30/09/2018 à 16:18, Juraj Kubelka via Pharo-users a écrit :
>> You can create extension similar to one you have
>> here: DrGeoCanvas>>#gtInspectorCanvasIn:
>>
>> DrGeoCanvas>>#gtCanvasIn: aView
>> <gtView>
>> ^ self view
>> ifNil: [ aView empty ]
>> ifNotNil: [ :aMorph | aMorph gtMorphFor: aView ]
>>
>>
>> Then you can obtain Documenter views like this:
>
> --
> Dr. Geo
> http://drgeo.eu
>
>
>
--- End Message ---