Re: [Pharo-users] Athens question - #openInSceneView

2014-02-14 Thread J.F. Rick
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 asta...@gmx.de 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.

 Havent looked deeper. Incomplete or a bug?

 Thx
 T.










-- 
Jochen Jeff Rick, Ph.D.
http://www.je77.com/
Skype ID: jochenrick


Re: [Pharo-users] Athens question - #openInSceneView

2014-02-14 Thread Igor Stasenko
On 14 February 2014 15:57, J.F. Rick s...@je77.com 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 asta...@gmx.de 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.

 Havent looked deeper. Incomplete or a bug?

 Thx
 T.










 --
 Jochen Jeff Rick, Ph.D.
 http://www.je77.com/
 Skype ID: jochenrick




-- 
Best regards,
Igor Stasenko.


[Pharo-users] Athens question - #openInSceneView

2014-02-12 Thread Torsten Bergmann
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.

Havent looked deeper. Incomplete or a bug?

Thx
T.