touch-screen

Are there any decent UI components for touch screen web applications?

For various reasons a web application would be best suite a project that I am working on but I am worried about the user interface. There will be a lot of pick and choose options that could be handled by check lists, combo boxes, etc… and to a lesser extent their will be some free text fields. However, I am concerned about the usabilit...

On-screen keyboard for Windows apps (C++/C#) with touch-screen capability

Going to make an applications wich will be used on a device without a physical keyboard Looking for best practices for touch-screen applications. Which commercial/free on-screen keyboard or on-screen numeric keypads do you use on Windows devices? Or should we use a library to implement our own input devices? Currently using the standard ...

Adobe AIR: touch screen doesn't trigger mouse down event correctly

i have designed a gaming kiosk app in as3 i am using it on a Sony vaio l pc (like hp's touchsmarts) in windows 7 the app doesn't need any multi-touch gestures (only single touch clicks and drags) so i am using mouse events everything is fine (including mouse click and move events) except that a single touch to the screen (with no move) ...

vb.net detect all touch screens

Hello, Im making a touch screen application, however, it should move to the touch-enabled screen as soon as it starts up, even when it is the secondary screen, instead of the regular primary screen. This needs to be dynamic, so it shows up on the primary screen on a computer that has that as the touch screen. I have searched everywhere,...