You can specify the focus sequence by adding the sub widget into focusOrder
self focusOrder
add: widget1;
add: widget2;
etc
Ben
On Oct 8, 2012, at 8:17 PM, Camillo Bruni wrote:
> I just looked at https://code.google.com/p/pharo/issues/detail?id=6736
> Everything looks more or less ok, the keymapping integration is nice!
>
> I have one doubt though (and I really don't know anything about spec...).
>
> How do I explicitly set the default focus when opening an spec UI-item?
>
