Easy Morphic GUI

Stéphane Rollandin lecteur at zogotounga.net
Wed Feb 14 13:53:24 UTC 2007


Noury Bouraqadi wrote:
> 
> Le 13 févr. 07 à 17:30, Derek O'Connell a écrit :
> 
>> Noury, the calculator examples don't have any GUI (which I suppose
>> would be in the #serializedPrototype on the class side of the GUI
>> classes?)
>>
> Yes. This is because blocs are not serialized in the current version. 
> And, I wanted to show some complex GUI with a list of operations to 
> perform which requires blocs... I didn't find a satisfactory solution 
> yet, though I didn't spend much time on it.
>

you can use LambdaMessageSends instead of blocks. they are semantically 
equivalent and can be serialized.

see the LambdaMessageSend package on SqueakMap (there is an extensive 
documentation in the form of test cases)


Stef




More information about the Squeak-dev mailing list