I have a problem I have a:

stack {
  flow {
    para "Enter text:"
    edit_line
  }
edit_box
}

(simplified version). When user is on edit_line and presses tab, I want it to move to edit_box control (currently, it just loses focus).

 Thanks,

   Juraj.
link|improve this question
Your simplified example works for me. I'm running Shoes 2 "Raisins" (build 1134) on Linux. – A. Rex Jan 9 '09 at 7:07
feedback

2 Answers

Currently, this only works on linux (and maybe windows)

It is a problem with the way the native widgets are rendered on other platforms. Maybe it can be fixed!

link|improve this answer
feedback

I had a go @ the example listed above and am experiencing the expected behaviour you describe.

What platform are you running your app on?

Cheers,

Kunal

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.