In freshly downloaded Moose latest, opening the Roassal Easel from the world menu -> MNU StrikeFont>>#glyphRendererOn:. Known bug?
----- Cheers, Sean -- View this message in context: http://forum.world.st/Roassal-Easel-Red-X-of-Death-tp4773878.html Sent from the Moose mailing list archive at Nabble.com.
Sean P. DeNigris wrote
In freshly downloaded Moose latest... Known bug?
Also RTCharterBuilder examples are broken. Most need #numberOfLinesOfCode -> #linesOfCode. I wasn't sure how to fix #exampleHistogram.
----- Cheers, Sean -- View this message in context: http://forum.world.st/Roassal-Easel-Red-X-of-Death-tp4773878p4773879.html Sent from the Moose mailing list archive at Nabble.com.
Sean P. DeNigris wrote
Most need #numberOfLinesOfCode -> #linesOfCode
This transformation seems to be needed in many of the examples throughout Roassal & PBE2.
Also, in Roassal 3D: - Up arrow in R3RoassalExample>>#exampleSphereLayout ->MessageNotUnderstood: KeyboardEvent>>direction - R3RoassalExample examples (seemingly especially the "nice colors" ones) intermittently crash the VM with "line 11: 58266 Abort trap: 6" to the console (Mac 10.9.3)
----- Cheers, Sean -- View this message in context: http://forum.world.st/Roassal-Easel-Red-X-of-Death-tp4773878p4773883.html Sent from the Moose mailing list archive at Nabble.com.
Hi,
My guess is that you took a Pharo image and then loaded Moose in it without installing the Moose settings. Correct?
In that case, it is correct that it is a known bug. The issue is that Pharo comes with StrikeFonts installed, and Roassal needs FreeTypeFont. That is one of the reasons we use:
GTImageSetupCommandLineHandler new activateWithoutSaving.
Cheers, Doru
On Wed, Aug 20, 2014 at 2:30 AM, Sean P. DeNigris sean@clipperadams.com wrote:
In freshly downloaded Moose latest, opening the Roassal Easel from the world menu -> MNU StrikeFont>>#glyphRendererOn:. Known bug?
Cheers, Sean -- View this message in context: http://forum.world.st/Roassal-Easel-Red-X-of-Death-tp4773878.html Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Tudor Girba-2 wrote
My guess is that you took a Pharo image and then loaded Moose in it without installing the Moose settings. Correct?
No I downloaded from http://bit.ly/lastMoose . Maybe a conflict with my startup scripts...
----- Cheers, Sean -- View this message in context: http://forum.world.st/Roassal-Easel-Red-X-of-Death-tp4773878p4773932.html Sent from the Moose mailing list archive at Nabble.com.
It must be some conflict, because I cannot reproduce it given that we are installing the free type fonts. Could you check?
Doru
On Wed, Aug 20, 2014 at 1:17 PM, Sean P. DeNigris sean@clipperadams.com wrote:
Tudor Girba-2 wrote
My guess is that you took a Pharo image and then loaded Moose in it without installing the Moose settings. Correct?
No I downloaded from http://bit.ly/lastMoose . Maybe a conflict with my startup scripts...
Cheers, Sean -- View this message in context: http://forum.world.st/Roassal-Easel-Red-X-of-Death-tp4773878p4773932.html Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Tudor Girba-2 wrote
It must be some conflict, because I cannot reproduce it given that we are installing the free type fonts. Could you check?
Use Free type is checked in the settings
----- Cheers, Sean -- View this message in context: http://forum.world.st/Roassal-Easel-Red-X-of-Death-tp4773878p4773939.html Sent from the Moose mailing list archive at Nabble.com.
That is not the thing. That setting only says that you can use FT fonts. You need to check the actual font that is being used.
Doru
On Wed, Aug 20, 2014 at 1:51 PM, Sean P. DeNigris sean@clipperadams.com wrote:
Tudor Girba-2 wrote
It must be some conflict, because I cannot reproduce it given that we are installing the free type fonts. Could you check?
Use Free type is checked in the settings
Cheers, Sean -- View this message in context: http://forum.world.st/Roassal-Easel-Red-X-of-Death-tp4773878p4773939.html Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Tudor Girba-2 wrote
You need to check the actual font that is being used.
I later found the same answer at http://stackoverflow.com/questions/24230020/how-to-fix-strikefont-doesnotund...
Stupid question: how can I tell from the font list which ones are FT so I can test this for you?
----- Cheers, Sean -- View this message in context: http://forum.world.st/Roassal-Easel-Red-X-of-Death-tp4773878p4773981.html Sent from the Moose mailing list archive at Nabble.com.
Ben Coman wrote
Now I would normally just /sue/ Moose to use Roassal
From the MIT license:
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY
;-p
----- Cheers, Sean -- View this message in context: http://forum.world.st/Roassal-Easel-Red-X-of-Death-tp4773878p4773951.html Sent from the Moose mailing list archive at Nabble.com.
+1 on this.
On Aug 20, 2014, at 9:36 AM, Ben Coman btc@openInWorld.com wrote:
Maybe a class initialize method that would load from the Configuration Browser item Roasal could display a dialog asking the user if they want to make the required Preference changes. It would be really good for Roassal to load cleanly into a base Pharo image.
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD lab - Computer Science Department (DCC) - University of Chile
Pharo4 includes now an AthensStrikeFontRenderer, so if no FreeType font is loaded, you don't get this red x of death anymore.
2014-08-20 17:01 GMT+02:00 Johan Fabry jfabry@dcc.uchile.cl:
+1 on this.
On Aug 20, 2014, at 9:36 AM, Ben Coman btc@openInWorld.com wrote:
Maybe a class initialize method that would load from the Configuration
Browser item Roasal could display a dialog asking the user if they want to make the required Preference changes. It would be really good for Roassal to load cleanly into a base Pharo image.
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD lab - Computer Science Department (DCC) - University of Chile
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
That is great to hear.
@Sean: Just print out the result of: StandardFonts defaultFont
Or look in the Settings/Appearange/Standard Fonts
If you see DejaVu in there, you are likely using a Bitmap font.
Doru
On Wed, Aug 20, 2014 at 10:18 PM, Nicolai Hess nicolaihess@web.de wrote:
Pharo4 includes now an AthensStrikeFontRenderer, so if no FreeType font is loaded, you don't get this red x of death anymore.
2014-08-20 17:01 GMT+02:00 Johan Fabry jfabry@dcc.uchile.cl:
+1 on this.
On Aug 20, 2014, at 9:36 AM, Ben Coman btc@openInWorld.com wrote:
Maybe a class initialize method that would load from the Configuration
Browser item Roasal could display a dialog asking the user if they want to make the required Preference changes. It would be really good for Roassal to load cleanly into a base Pharo image.
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD lab - Computer Science Department (DCC) - University of Chile
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Tudor Girba wrote:
That is great to hear.
@Sean: Just print out the result of: StandardFonts defaultFont
Or look in the Settings/Appearange/Standard Fonts
If you see DejaVu in there, you are likely using a Bitmap font.
Doru
Ahhh. I had seen DejaVu and assumed it was Truetype. How is a TrueType DejaVu font distinguished? Could it be possible to name strikefonts DejaVu-StrikeFont? cheers -ben