[Cuis-dev] TheCuisBook > Daily Workflow example code issues
Alexandre Rousseau
yalexr at gmail.com
Sun Mar 19 06:17:44 PDT 2023
Hello.
In the Daily Workflow page, some preferences config example code is no
longer understood (running latest image):
> ...
> Preferences verySmallFonts.
> ...
> self runningWorld doOneCycle.
Replacing it -- not sure this is the simplest way -- with this works:
> ...
> Preferences at: #guiElementsSize put: #verySmallFonts.
> ...
> self runningWorld doOneCycleNow.
^^ I'm not sure this was the cleanest way but it did work for me.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20230319/31446b9c/attachment-0001.htm>
More information about the Cuis-dev
mailing list