Make morph stay in front

Lic. Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Fri Nov 5 10:18:48 UTC 2004


On 04/11/04 14:43, "Trygve Reenskaug" <trygver at ifi.uio.no> wrote:

> Hi,
> I have a subclass of PasteUpMorph called DialogMorph.
> The only thing special about it is this method:
>      morphicLayerNumber
>        " Should make dialog stay in front (most of the time), but DOESN'T "
>        ^3
> 
> But it doesn't stay in front. I can clock any window and it pops in front
> of myDialog.
> 
> Anybody have any ideas?
> 
> I'm running Squeak 3.7-5989-basic under WinXP
> (Same problem in Squeak3.6-5429-full)
> 
> Thanks
> --Trygve
> 
> 
> 
> -- 
> 
> Trygve Reenskaug      mailto: trygver <at> ifi.uio.no
> Morgedalsvn. 5A       http://heim.ifi.uio.no/~trygver
> N-0378 Oslo           Tel: (+47) 22 49 57 27
> Norway
> 
> 
> 

Trygve : 
Use myMorph comeToFront, see examples looking senders

Edgar 




More information about the Squeak-dev mailing list