My mistake—it was a typo. :(

       Shoes.app do
               @list_box = list_box :items => ['English', 'Metric']
               @list_box.choose 'Metric'
       end

...should result in the program starting with list_box set at Metric.
It doesn't work, though.

Does this happen on your machines?

Sincerely,
Joshua Choi

On Thu, Sep 18, 2008 at 4:33 PM, Seth Thomas Rasmussen
<[EMAIL PROTECTED]> wrote:
> On Thu, Sep 18, 2008 at 5:28 PM, Joshua Choi <[EMAIL PROTECTED]> wrote:
>> On Shoes r970 Mac OS X:
>>
>>        Shoes.app do
>>                @list_box = list_box :items => ['English', 'Metric']
>>                @list_box.choose 'English'
>>        end
>>
>> ...should result in a ListBox with 'Metric' chosen, right?
>
> Um. No? I haven't used the list_box yet, but, yeknow, just looking at
> code there..
>
> --
> Seth Thomas Rasmussen
> http://greatseth.com
>

Reply via email to