views:

264

answers:

2

Hello,

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.
A: 

Hi Juraj,

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

+1  A: 

Hi!

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!

toothrot