Has anybody been able to get the focus method, say on the edit_line control to work when starting up a shoes app? What I want is to start up my app and have an edit_line take focus so I can just start typing. Should be simple:
Shoes.app do
@edit = edit_line
@edit.focus
end
This, however, does not work. Am I doing something wrong or... might this be a
bug?
