Login  Register

Shell>>create ; show

Posted by Günther Schmidt on Jun 30, 2006; 9:17pm
URL: https://forum.world.st/Shell-create-show-tp3379287.html

Hi all,

I wanted to do something like:


sem := Semaphore new.
sh := Shell create.

sh when:#viewOpened send:#signal to:sem.

sh show.

sem wait.

....

some code ....


Well it's not working, because just about any when:#opened #activated or
whatever seemed right is already triggered at "Shell create" time.

What would be the right code?

Günther