Hi,
I've been building a toy application in gowut quite happily but hit a number of issues. The first:
I have a table where each cell is a text input box. The intention is that each cell contains a single rune. This is easy to do with the SetMaxLength function.
What I can't figure out is that the behaviour I would like is that once the user has input their data into that box they are moved onto the next one. I'd like it so that the user can just enter their input without having to tab between input fields.
At a guess I would say this is not possible as you are needing to feedback to the browser to change the input location, but I thought I should ask before abandoning my preferred approach.
Before I forget, thanks very much for building this brilliant tool.
Regards
Chris