4

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. Rex
  • 31,633
  • 21
  • 89
  • 96
user45148
  • 81
  • 1
  • 4

2 Answers2

1

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
  • 126
  • 6
0

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