[Cuis-dev] Newbie ahead...

Luciano Notarfrancesco luchiano at gmail.com
Thu May 26 08:48:24 PDT 2022


That’s a bug introduced a few days ago and already fixed, but you have to
install updates by going to the world menu > changes > install new updates

On Thu, 26 May 2022 at 10:34 PM tuxic via Cuis-dev <cuis-dev at lists.cuis.st>
wrote:

> Hi,
>
> following the instruction from here:
> https://cuis-smalltalk.github.io/TheCuisBook/The-Change-Log.html
> which say:
>
>   Select this new class category and create the class TheBook as a kind
>   of Object: select the TheCuisBook category then in the source code
>   below edit the class template to replace #NameOfClass with #TheBook
>   then save the class definition with Ctrl-s.
>
> I edit the source of the new class like this:
> #Object subclass: #TheBook
>         instanceVariableNames: ''
>         classVariableNames: ''
>         poolDictionaries: ''
>         category: 'The-Cuis-Book'
>
> when pressing Ctrl-s I get an error in a big,fat,red dialog, saying in
> its title:
>
>
> MessageNotUnderstood:Symbol>>subclass:instanceVariableNames:classVariableNames:poolDictionaries:
>
> The dialog is filled with stuff, I currently still don't understand.
>
> What did I wrong here?
>
> Cheers!
> Tuxic
>
>
> --
> Cuis-dev mailing list
> Cuis-dev at lists.cuis.st
> https://lists.cuis.st/mailman/listinfo/cuis-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20220526/14cbb073/attachment.htm>


More information about the Cuis-dev mailing list