On 28 March 2014 14:42, Tudor Girba <[email protected]> wrote: > I also tried based on a Moose 5.0 image on OS X 10.9.2: > > Gofer new > smalltalkhubUser: 'Pharo' project: 'Athens'; > configuration; > loadDevelopment. > > AthensSceneView new scene: [ :canvas | |s| > canvas setFont: (LogicalFont familyName: 'FreeSans' > pointSize: 20). > s:= String newFrom: ($A to: $Z),($a to: $z), ($0 to: $9). > > canvas pathTransform restoreAfter: [ > canvas pathTransform translateX: 0 Y: 50. > canvas setPaint: Color black. > canvas drawString:s ] > > ];openInWindow > > And I still get the problem: >
by 'still' you mean you loaded up-to-date version of Athens into your moose image and it still doesn't works? because Moose 5.0 image which i downloaded earlier today has very old Athens version. > [image: Inline image 1] > > Doru > > > -- Best regards, Igor Stasenko.
<<inline: an AthensSceneView(824442880).png>>
