Hi Michael, 2009/12/17 Michael Rueger <[email protected]>: > Hi all, > > there is now a Pharo port of Rome :-) > > Quite a few things are still untested and probably broken, freetype > integration isn't what it should be yet, but it basically works. > > You will need the RomePlugin for your platform. > https://gforge.inria.fr/frs/download.php/25047/RomePlugin.bundle.zip > https://gforge.inria.fr/frs/download.php/25046/rome.zip > > To load: > > Get these two packages from PharoInbox (for now) > Graphics-MichaelRueger.168 > FreeType-MichaelRueger.498 > > To load Rome: > > Gofer new > impara: 'RomePharo'; > addPackage: 'Rome-BalloonCanvas'; > addPackage: 'Rome-Base'; > addPackage: 'Rome-PluginCanvas'; > addPackage: 'Rome-Fonts'; > addPackage: 'Rome-Demo'; > load
When evaluating that script I get a Warning: This package depends on the following classes: RomePath RomeReferenceCanvas You must resolve these dependencies before you will be able to load these definitions: RomeBalloonCanvas RomeBalloonCanvas>>createPath RomeBalloonCanvas>>deviceClear:fill: ... I'm using Pharo-Core 111066 in Windows XP SP2, I proceeded anyway but then I get a MNU in DisplayScreen class>>tiny (cannot send a walkback since the menu doesn't appear). I'm missed something? Cheers, Hernán _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
