Hi Folks, TL;DR; How do I get a RSBalloonMorph to open up inside the extents of The World? If we fix this, then the majority of Roassal3 examples are working examples. For Roassal3
I have a class named RSExampleDoits which has class side methods that allow easy access to the various examples a healthy majority of which are "semi-working". For example:
The basic problem is that the example shows up mostly off-screen in the World off to the right and must be pulled in by the mouse to see it. the 'open' and 'createMorph' send are to RSCanvas
your insights are much appreciated. |
Hi Folks, I found the Morph >> position: aPoint method and then I modified the RSCanvas >> open method to set position:10@10. I also to the liberty to make the size 1000@1000 . cheers, t ---- On Tue, 27 Oct 2020 08:20:35 -0400 gettimothy <[hidden email]> wrote ----
|
Hi Timothy. > How do I get a RSBalloonMorph to open up inside the extents of The World? morph bounds: (morph bounds translatedToBeWithin: self currentWorld bounds). morph openInWorld. Best, Marcel
|
Free forum by Nabble | Edit this page |