[Cuis-dev] Cuis Smalltalk Issues

Hilaire Fernandes hilaire at drgeo.eu
Tue Nov 16 10:43:07 PST 2021


You need to add this instruction (explained in the book):

self runningWorld doOneCycle.

and you should be happy.

Hilaire

Le 16/11/2021 à 18:46, Mark via Cuis-dev a écrit :
> OBSERVATION #1
>
> I did create a “startup script” to setup the environment, which is 
> great — but, it has its own issue. I’ve included the following (based 
> on the sample), and I would expect the “Welcome to Cuis” window to be 
> closed when it receives the “delete” message … but, it’s still there, 
> along with a “Transcript” window showing that the package 
> “Theme-Themes” was successfully installed.
>
>     | list morph area extent |
>
>     "------------------------------------------------------"
>     "Delete all windows but the taskbar"
>     "------------------------------------------------------"
>     list := UISupervisor ui submorphs reject: [:aMorph |
>        aMorph is: #TaskbarMorph].
>     list do: [:each | each delete].
>
>
-- 
GNU Dr. Geo
http://drgeo.eu
http://blog.drgeo.eu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20211116/b89d9b7c/attachment.htm>


More information about the Cuis-dev mailing list