I'm developing a Flex app that is being deployed on tablet PCs and I would like to be able to make use of some of the tablet's features, in particular if the user moves the cursor into a TextArea I would like the input panel icon to appear so they can use it without having to have keep the input panel open. Any ideas how to make Flash and my app more tablet PC aware? Cheers, Dave
There are no APIs for using tablet PCs in Flash Player. You will have to work with the standard mouse and keyboard events. For your case of displaying an input panel icon, you will probably want to display an icon manually by adding it to the display list on mouse over.