I added the code in the mail precisely to leave out any ambiguities :). The first part of the snippet (as also listed by Vincent) loads the very latest development version of Athens configuration. So, yes, I think I loaded the latest code.
Doru On Fri, Mar 28, 2014 at 2:57 PM, Igor Stasenko <[email protected]> wrote: > > > > 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. > -- www.tudorgirba.com "Every thing has its own flow"
<<inline: an AthensSceneView(824442880).png>>
