how to make a desktop app ready for tablet
I have a flash drawing tool on desktop, and just tried to use it on a windows 7 tablet pc.
The system comes with two virtual keyboards, a bigger one that the user has to actively open, and a smaller one that offers itself near many text entry fields (such as system file dialogs)
Now with flash only the bigger one is available, and when I type into it, flash player seems to lose focus.
What would be the best way to handle this situation?
Another part of the story: would it be possible to have 3 checkboxes inside the flash app that reflect the state of shift, ctrl, and alt keys and send keypress / keyrelease events such that mouse events report correct keyboard state?