Re: [Pharo-project] About v4 strike fonts
Ok, yesterday I had grabbed the Pharo1.0beta latest update: #10401 from the download link on the pharo page in order to rebuild the iPhone ebook st80docs (I'll say more once Apple approves). So this morning I fired up the image using a macintosh carbon 4.1.1beta2U vm then executed
| f1 f2 | f1 := Form extent: 8@8 depth: 32. f1 fillColor: (Color r: 1.0 g: 1.0 b: 0.7 alpha: 0.6). f2 := Form extent: 8@8 depth: 32. f2 fillColor: (Color r: 0.5 g: 1.0 b: 0.7 alpha: 0.7). (BitBlt toForm: f1) sourceForm: f2; combinationRule: 20; copyBits. (f1 colorAt: 2@2) alpha
and I get 1.0 I note http://article.gmane.org/gmane.comp.lang.smalltalk.sapphire.devel/8433 Maybe you have the 2007 BitBltPlugin.bundle loaded? On 9-Aug-09, at 9:37 AM, Juan Vuletich wrote:
Stéphane Ducasse wrote:
So I do not know what to think. I have the latest vm and this is the one which executed the image. Of course we will have to change this vmVersion to write the exact pharo image number which is here 10413
Stef
Neither do I. The attach is what I get. John, can you shed some light on this?
BTW, leaving now. Will be back in about 8 hours, and check mail then.
Cheers, Juan Vuletich <display.png>
-- = = = ======================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ========================================================================
Hi john I downloaded the vm from your web site and I got 1.0. So I removed all the 4.4.1beta2U vm and replaced them by the latest one. This is really strange. Stef On Aug 9, 2009, at 7:33 PM, John M McIntosh wrote:
Ok, yesterday I had grabbed the Pharo1.0beta latest update: #10401 from the download link on the pharo page in order to rebuild the iPhone ebook st80docs (I'll say more once Apple approves).
So this morning I fired up the image using a macintosh carbon 4.1.1beta2U vm then executed
| f1 f2 | f1 := Form extent: 8@8 depth: 32. f1 fillColor: (Color r: 1.0 g: 1.0 b: 0.7 alpha: 0.6). f2 := Form extent: 8@8 depth: 32. f2 fillColor: (Color r: 0.5 g: 1.0 b: 0.7 alpha: 0.7). (BitBlt toForm: f1) sourceForm: f2; combinationRule: 20; copyBits. (f1 colorAt: 2@2) alpha
and I get 1.0
I note http://article.gmane.org/gmane.comp.lang.smalltalk.sapphire.devel/8433 Maybe you have the 2007 BitBltPlugin.bundle loaded?
On 9-Aug-09, at 9:37 AM, Juan Vuletich wrote:
Stéphane Ducasse wrote:
So I do not know what to think. I have the latest vm and this is the one which executed the image. Of course we will have to change this vmVersion to write the exact pharo image number which is here 10413
Stef
Neither do I. The attach is what I get. John, can you shed some light on this?
BTW, leaving now. Will be back in about 8 hours, and check mail then.
Cheers, Juan Vuletich <display.png>
-- = = = = = ====================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http:// www.smalltalkconsulting.com = = = = = ======================================================================
Are you sure you didn't have a BitBltPlugin.bundle in the Resource folder of any of those squeak.apps you deleted? I believe it would override the 4.1.1b2U behavior,, although someone could test that for me? On 9-Aug-09, at 1:20 PM, Stéphane Ducasse wrote:
Hi john
I downloaded the vm from your web site and I got 1.0. So I removed all the 4.4.1beta2U vm and replaced them by the latest one. This is really strange.
Stef
-- = = = ======================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ========================================================================
I do not have the possibility to check. I deleted all the file. Stef On Aug 9, 2009, at 11:27 PM, John M McIntosh wrote:
Are you sure you didn't have a BitBltPlugin.bundle in the Resource folder of any of those squeak.apps you deleted? I believe it would override the 4.1.1b2U behavior,, although someone could test that for me?
On 9-Aug-09, at 1:20 PM, Stéphane Ducasse wrote:
Hi john
I downloaded the vm from your web site and I got 1.0. So I removed all the 4.4.1beta2U vm and replaced them by the latest one. This is really strange.
Stef
-- = = = = = ====================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http:// www.smalltalkconsulting.com = = = = = ======================================================================
participants (2)
-
John M McIntosh -
Stéphane Ducasse