[Pharo-project] Problem with Demo mode [WAS] Re: [BetaTesting] [ANN] Pharo-1.1-11367-Beta1dev10.05.1
On Mon, May 24, 2010 at 11:56 AM, Serge Stinckwich < serge.stinckwich@gmail.com> wrote:
When i switch to demo mode, method selector in System Browser are no more bold in the bottom pane.
I didn't understand you. Could you please attach both screenshots: how it should be and how is it ? Alain do you know about this ? Cheers
2010/5/21 Mariano Martinez Peck <marianopeck@gmail.com>:
Hi Pharaoers. I am pleased to announce the first Pharo 1.1 beta based on PharoCore-1.1-11367-Beta. It is the first time we build a Pharo 1.1 dev image with PharoCore 1.1 so the image may be not 100% stable. However, we think it is good to release it so that people can start to test it, load their own packages, adapt them, etc. We would like to receive feedback about it. It (yet) has failing and error tests.
The main changes with Pharo 1.0 is that of course, it is based on a PharoCore 1.1 with all that it means. We started to write down some of the actions done in PharoCore 1.1. The list so far can be found here: http://code.google.com/p/pharo/wiki/ActionsInPharoOneDotOne Of course, for the stable releae of Pharo 1.1 we will do a clear list in the website as we did for 1.0.
Regarding the included packages in 1.1 we added ScriptManager (a tool to manage and persist workspaces), ProfStefBrowser, ArchiveViewer, MethodWrappers and ObjectMetaTools (which includes things like ProtocolCatcher, ObjectTracer, ObjectViewer, etc).
Another difference is the font. In Pharo 1.0 we used TrueType fonts by default. In Pharo 1.1 we use StrikeFonts (no need of TrueType plugin, netiher to have the fonts). However, of course, you can disable StrikeFonts and put TrueType like in 1.0.
That's all. We would really appreciate you use it, test it, report issues, provide fixes, etc. It is important also that you start to use your own packages/applications. There have been several changes in 1.1 that may require change in your code.
Ahh if you want to create the image yourself, check as usually the installScript.st file to see how to do it. Actually, you can just take a PharoCore-1.1-11367-Beta image and evaluate (the same procedure as 1.0):
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPharo'; load.
((Smalltalk at: #ConfigurationOfPharo) project version: '1.1-beta1.10517') load.
Here is the link to the image:
https://gforge.inria.fr/frs/download.php/27025/Pharo-1.1-11367-Betadev10.05....
Cheers
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Le 24/05/2010 16:53, Mariano Martinez Peck a écrit :
On Mon, May 24, 2010 at 11:56 AM, Serge Stinckwich <serge.stinckwich@gmail.com <mailto:serge.stinckwich@gmail.com>> wrote:
When i switch to demo mode, method selector in System Browser are no more bold in the bottom pane.
I didn't understand you. Could you please attach both screenshots: how it should be and how is it ?
Alain do you know about this ?
Hi, Strange, I've tested and all is ok here. could you try with -------- StandardFonts setDemoFonts -------- Alain
Cheers
On Mon, May 24, 2010 at 11:02 PM, Alain Plantec <alain.plantec@free.fr> wrote:
Le 24/05/2010 16:53, Mariano Martinez Peck a écrit :
On Mon, May 24, 2010 at 11:56 AM, Serge Stinckwich <serge.stinckwich@gmail.com <mailto:serge.stinckwich@gmail.com>> wrote:
  When i switch to demo mode, method selector in System Browser are no   more bold in the bottom pane.
I didn't understand you. Could you please attach both screenshots: how it should be and how is it ?
Alain do you know about this ?
Hi, Strange, I've tested and all is ok here. could you try with -------- StandardFonts setDemoFonts --------
Alain
Cheers
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/
It look likes the problem is related to the fact that Deja Vu fonts is only in 9 and 12pt under Mac OS X. On Mon, May 24, 2010 at 11:02 PM, Alain Plantec <alain.plantec@free.fr> wrote:
Le 24/05/2010 16:53, Mariano Martinez Peck a écrit :
On Mon, May 24, 2010 at 11:56 AM, Serge Stinckwich <serge.stinckwich@gmail.com <mailto:serge.stinckwich@gmail.com>> wrote:
  When i switch to demo mode, method selector in System Browser are no   more bold in the bottom pane.
I didn't understand you. Could you please attach both screenshots: how it should be and how is it ?
Alain do you know about this ?
Hi, Strange, I've tested and all is ok here. could you try with -------- StandardFonts setDemoFonts --------
Alain
Cheers
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/
ok good to know. may be we should get a fallback for a mac demo mode :) Stef On May 26, 2010, at 9:43 AM, Serge Stinckwich wrote:
It look likes the problem is related to the fact that Deja Vu fonts is only in 9 and 12pt under Mac OS X.
On Mon, May 24, 2010 at 11:02 PM, Alain Plantec <alain.plantec@free.fr> wrote:
Le 24/05/2010 16:53, Mariano Martinez Peck a écrit :
On Mon, May 24, 2010 at 11:56 AM, Serge Stinckwich <serge.stinckwich@gmail.com <mailto:serge.stinckwich@gmail.com>> wrote:
When i switch to demo mode, method selector in System Browser are no more bold in the bottom pane.
I didn't understand you. Could you please attach both screenshots: how it should be and how is it ?
Alain do you know about this ?
Hi, Strange, I've tested and all is ok here. could you try with -------- StandardFonts setDemoFonts --------
Alain
Cheers
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Wed, May 26, 2010 at 9:43 AM, Serge Stinckwich < serge.stinckwich@gmail.com> wrote:
It look likes the problem is related to the fact that Deja Vu fonts is only in 9 and 12pt under Mac OS X.
Serge: did you change to DejaVu fonts in Pharo1.1? because in this image, StrikeFonts are by default.
On Mon, May 24, 2010 at 11:02 PM, Alain Plantec <alain.plantec@free.fr> wrote:
Le 24/05/2010 16:53, Mariano Martinez Peck a écrit :
On Mon, May 24, 2010 at 11:56 AM, Serge Stinckwich <serge.stinckwich@gmail.com <mailto:serge.stinckwich@gmail.com>> wrote:
When i switch to demo mode, method selector in System Browser are no more bold in the bottom pane.
I didn't understand you. Could you please attach both screenshots: how
it
should be and how is it ?
Alain do you know about this ?
Hi, Strange, I've tested and all is ok here. could you try with -------- StandardFonts setDemoFonts --------
Alain
Cheers
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2010/5/26 Mariano Martinez Peck <marianopeck@gmail.com>:
On Wed, May 26, 2010 at 9:43 AM, Serge Stinckwich <serge.stinckwich@gmail.com> wrote:
It look likes the problem is related to the fact that Deja Vu fonts is only in 9 and 12pt under Mac OS X.
Serge: did you change to DejaVu fonts in Pharo1.1? because in this image, StrikeFonts are by default.
Yes i think so with the Settings tool. -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/
On Wed, May 26, 2010 at 6:15 AM, Serge Stinckwich < serge.stinckwich@gmail.com> wrote:
2010/5/26 Mariano Martinez Peck <marianopeck@gmail.com>:
On Wed, May 26, 2010 at 9:43 AM, Serge Stinckwich <serge.stinckwich@gmail.com> wrote:
It look likes the problem is related to the fact that Deja Vu fonts is only in 9 and 12pt under Mac OS X.
Serge: did you change to DejaVu fonts in Pharo1.1? because in this
image,
StrikeFonts are by default.
Yes i think so with the Settings tool.
Ok....and with StrikeFonts (like the default image) does it work properly? Cheers Mariano
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Alain Plantec -
Mariano Martinez Peck -
Serge Stinckwich -
Stéphane Ducasse