Translucent Workspace

Hernan Tylim htylim at yahoo.com.ar
Mon Apr 7 18:53:34 UTC 2003


I tried but it didn't work for me. Instead if I do this...

window := (Transcript openAsMorphLabel: 'Transcript') openInWorld: World.
window color: (Color white alphaMixed: 0.8 with: Color transparent).

Regards,
Hernan

> -----Mensaje original-----
> De: squeak-dev-bounces at lists.squeakfoundation.org
> [mailto:squeak-dev-bounces at lists.squeakfoundation.org]En nombre de
> Stephan B.Wessels
> Enviado el: Lunes, 07 de Abril de 2003 14:26
> Para: The general-purpose Squeak developers list
> Asunto: Re: Translucent Workspace
> 
> 
> Hi.
> 
> I haven't been here in a long time, and I'm something like 2200 
> messages behind, but this will answer your question to some level of 
> satisfaction:
> 
> window := (Transcript openAsMorphLabel: 'Transcript') openInWorld: 
> World.
> morph := window findA: PluggableTextMorph.
> morph color: (Color white alpha: 0.4)
> 
>   - Steve
> 
> On Monday, April 7, 2003, at 09:32 AM, Alexandre Bergel wrote:
> 
> > Hello,
> >
> > I've seen once a screenshot showing some translucent windows (e.g., 
> > Transcript, Workspace), how could I have the same in my image?
> >
> > Cheers,
> > Alexandre
> >
> > -- 
> > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > Alexandre Bergel  http://www.iam.unibe.ch/~bergel
> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >
> >
> 
> --
> Science is organized knowledge.  Wisdom is organized life.
>    - Immanuel Kant
> 
> 



More information about the Squeak-dev mailing list