[Cuis-dev] cascade and youself

Mark Janssen cuis at mpcjanssen.nl
Mon Jan 31 01:54:31 PST 2022



On Thu, Jan 27, 2022, at 6:58 PM, Hilaire Fernandes via Cuis-dev wrote:
> Yes, I know this solution or the use of a temporary variable. This is not what I had in mind.
> 
> Le 27/01/2022 à 18:56, Juan Vuletich a écrit :
>> This seems to work, only requiring #buttonsDo:
> -- 
> GNU Dr. Geo
> http://drgeo.eu
> http://blog.drgeo.eu
> -- 
> Cuis-dev mailing list
> Cuis-dev at lists.cuis.st
> https://lists.cuis.st/mailman/listinfo/cuis-dev

I can't test this exactly, but I think this should work:

`self yourself ;  
fromList: #('Yes' 'No') ::`
`	buttons do: [:each | `
`		each when: #radioSelection send: #show: to: Transcript];`
`yourself`

Mark

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


More information about the Cuis-dev mailing list