how to avoid the windows poppuing up during updates

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

how to avoid the windows poppuing up during updates

stephane ducasse
Hi

Does anybody how to control the popping up of the visual feedback when  
doing an update?
I would like to perform an update that should be done without  
involving fonts.

Stef

Reply | Threaded
Open this post in threaded view
|

Re: how to avoid the windows poppuing up during updates

Gary Chambers-4
Sounds like having problems with updating UI code non-atomically! Join the "fun" party!

----- Original message -----
From: stephane ducasse <[hidden email]>
To: The general-purpose Squeak developers list <[hidden email]>
Sent: Mon,  4 Feb 2008, 21:09:18 GMT
Subject: how to avoid the windows poppuing up during updates
Hi

Does anybody how to control the popping up of the visual feedback when  
doing an update?
I would like to perform an update that should be done without  
involving fonts.

Stef


Reply | Threaded
Open this post in threaded view
|

Re: how to avoid the windows poppuing up during updates

Damien Cassou-3
In reply to this post by stephane ducasse
On Feb 4, 2008 10:09 PM, stephane ducasse <[hidden email]> wrote:
> Does anybody how to control the popping up of the visual feedback when
> doing an update?
> I would like to perform an update that should be done without
> involving fonts.

Does installing in a headless image works?


--
Damien Cassou

Reply | Threaded
Open this post in threaded view
|

Re: how to avoid the windows poppuing up during updates

Lukas Renggli
> Does installing in a headless image works?

A headless image also has a head, it is just that you don't see it.

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch

Reply | Threaded
Open this post in threaded view
|

Re: how to avoid the windows poppuing up during updates

Igor Stasenko
On 05/02/2008, Lukas Renggli <[hidden email]> wrote:
> > Does installing in a headless image works?
>
> A headless image also has a head, it is just that you don't see it.
>

Was there any attempts to stub-out enough code to make squeak feel
happy in headless mode by disabling emitting rendering code?
I know, that this done from VM side, but i think it would be better to
have in squeak as well.
So i can write something like this:

Morphic disable.
[ ..some critical code.. ] ensure: [Morphic enable].

... or something like that.


> Lukas
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
>
>


--
Best regards,
Igor Stasenko AKA sig.