Bloc Example Errors
I dug into Bloc a bit and ran into a few problems with the examples... 1. There seems to be some problem with fonts. Right clicking on a BlMorph gives: <http://forum.world.st/file/n4810365/Screenshot_2015-03-07_23.png> 2. the svg examples e.g. #exampleSvgIcon report missing .svg files 3. BlMorphToTestMouseEnterLeave>>#example blows up, creating a red square of death that eats the whole screen as the mouse moves around. ----- Cheers, Sean -- View this message in context: http://forum.world.st/Bloc-Example-Errors-tp4810365.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Sean P. DeNigris wrote
I... ran into a few problems
(ConfigurationOfBloc project version: '1.9') in #40540 ----- Cheers, Sean -- View this message in context: http://forum.world.st/Bloc-Example-Errors-tp4810365p4810366.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Hi Sean Load the latest version. There is a Ci entry so you can download it with the Launcher. Let me know. Stef Le 8/3/15 05:26, Sean P. DeNigris a écrit :
I dug into Bloc a bit and ran into a few problems with the examples...
1. There seems to be some problem with fonts. Right clicking on a BlMorph gives: <http://forum.world.st/file/n4810365/Screenshot_2015-03-07_23.png>
2. the svg examples e.g. #exampleSvgIcon report missing .svg files 3. BlMorphToTestMouseEnterLeave>>#example blows up, creating a red square of death that eats the whole screen as the mouse moves around.
----- Cheers, Sean -- View this message in context: http://forum.world.st/Bloc-Example-Errors-tp4810365.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On Mar 8, 2015, at 3:15 AM, stepharo [via Smalltalk] <ml-node+s1294792n4810377h75@n4.nabble.com> wrote:
Load the latest version.
Ah, yes! Much better :) Now I will play a bit! btw: 1. exampleMorphWithDoubleClick -> asFreetypeFont 'not supported yet. and ever' 2. exampleMorphWithStep -> MessageNotUnderstood: BlNullBorder>>width: 3. exampleSimpleClock + Wiggling mouse over = strange drawing distortion 4. exampleBevelBorder -> MessageNotUnderstood: StrikeFont>>getGlyphWidth: 5. exampleMiterBorder -> same as #4 6. First 4 BlTxTextViewExamples fail with #1 or #4 ----- Cheers, Sean -- View this message in context: http://forum.world.st/Bloc-Example-Errors-tp4810365p4810414.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Hello Sean, thanks for your feedbacks ! Regarding the font errors (1, 4, 5 and 6), these are TxText related. TxText does no work with strike fonts. As a fix, load FT fonts and change you source code font setting. Then these examples should run. Regarding 2, it is fixed now. Regarding the clock, all seems ok here, I do not get what you means in fact. Thanks Alain
Le 8 mars 2015 à 15:00, Sean P. DeNigris <sean@clipperadams.com> a écrit :
On Mar 8, 2015, at 3:15 AM, stepharo [via Smalltalk] <[hidden email] <x-msg://3/user/SendEmail.jtp?type=node&node=4810414&i=0>> wrote:
Load the latest version.
Ah, yes! Much better :) Now I will play a bit!
btw: 1. exampleMorphWithDoubleClick -> asFreetypeFont 'not supported yet. and ever' 2. exampleMorphWithStep -> MessageNotUnderstood: BlNullBorder>>width: 3. exampleSimpleClock + Wiggling mouse over = strange drawing distortion 4. exampleBevelBorder -> MessageNotUnderstood: StrikeFont>>getGlyphWidth: 5. exampleMiterBorder -> same as #4 6. First 4 BlTxTextViewExamples fail with #1 or #4 Cheers, Sean
View this message in context: Re: Bloc Example Errors <http://forum.world.st/Bloc-Example-Errors-tp4810365p4810414.html> Sent from the Pharo Smalltalk Developers mailing list archive <http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html> at Nabble.com.
participants (3)
-
Alain Plantec -
Sean P. DeNigris -
stepharo