Hi,

In DrGeo, I add this code snippet to:

browser := Browser
        newOnClass: DrGeoUserScripts
        selector: mathItem script.
browser addDependent: self domain.
browser codeTextMorph owner owner extent: 450@350.
browser topView setProperty: #morphicLayerNumber toValue: 5.




1. open a minimal browser
2. set a dependency so DrGeo is noticed when the user edited and compile
its script (so Drgeo can update the sketch)
3. rescale the browser so the user can still see his sketch
4. set the minimal browser in a permanent top position.

As Browser is broken and not gonna be fixed, I need to redo the same
with Nautilus, but this one is a big beast. Any tips how to do it?

Thansk

Hilaire


-- 
Dr. Geo http://drgeo.eu


Reply via email to