[Q] Morphic Color Problems

Ned Konz ned at bike-nomad.com
Sun Jun 15 17:47:52 UTC 2003


On Saturday 14 June 2003 04:35 pm, Chris Burkert wrote:

> The Problem is, when I do a 'WorldMenu new open' the three Radio
> Buttons for the color don't change the color, but ... they change
> the color _sometimes_ if I empty the trash and/or write:

Works for me.

Though have you tried saying

controller1 _ CGUIRadioButtonController new
        when: #a send: #color: to: menu with: col1 copy;
        when: #b send: #color: to: menu with: col2 copy;
        when: #c send: #color: to: menu with: col3 copy.

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list