On Thu, Sep 18, 2008 at 05:49:33PM -0700, Joshua Choi wrote:
> 
>        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.

Very good!  Thankyou for finding this.  I am committing a change to
this now.  In the meantime, use:

  @list_box = list_box :items => ['English', 'Metric'],
     :choose => 'Metric'

_why

Reply via email to