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 <[email protected]>   Twitter:   
squeaker68882
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
= 
= 
= 
========================================================================





_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to