Incomplete, though EllipseMorph would be quite easy to implement. You would have to implement drawOnAthensCanvas: on EllipseMorph. It is currently just inheriting that from Morph.
Cheers,
Jeff
On Wed, Feb 12, 2014 at 10:09 PM, Torsten Bergmann <[hidden email]> wrote:
If I understand correctly #openInSceneView wraps a morph in an
Athens scene. I tried some examples:
"Smalltalk ui icons configIcon asMorph openInSceneView"
"BorderedMorph new openInSceneView"
First two work, but the third:
"EllipseMorph new openInSceneView"
brought up a yellow morph - but as rectangle not as ellipse
like in "EllipseMorph new openInWorld".
On 14 February 2014 15:57, J.F. Rick <[hidden email]> wrote:
Incomplete, though EllipseMorph would be quite easy to implement. You would have to implement drawOnAthensCanvas: on EllipseMorph. It is currently just inheriting that from Morph.
Right.
Cheers,
Jeff
On Wed, Feb 12, 2014 at 10:09 PM, Torsten Bergmann <[hidden email]> wrote:
If I understand correctly #openInSceneView wraps a morph in an
Athens scene. I tried some examples:
"Smalltalk ui icons configIcon asMorph openInSceneView"
"BorderedMorph new openInSceneView"
First two work, but the third:
"EllipseMorph new openInSceneView"
brought up a yellow morph - but as rectangle not as ellipse
like in "EllipseMorph new openInWorld".