
January 17th, 2012, 06:19 PM
|
 |
Type Cast Exception
|
|
Join Date: Apr 2004
Location: OAKLAND CA | Adam's Point (Fairyland)
|
|
|
Well you're dealing with a specialized input device so typical web application development would not be applicable. You'll need something which embeds in the browser which can communicate with the device. The problem there is that nearly everyone in the world has this sort of thing disabled because that is one of the biggest security holes you can open yourself up to and convincing people to open that door to your application isn't going to be an easy sell. Also it will be limited to a specific platform (notably probably only Windows).
Unless the tablet can send typical mouse or keyboard commands, in which case you'd just use the standard mouse/key events.
__________________
medialint.com
“Today you are You, that is truer than true. There is no one alive who is Youer than You.” - Dr. Seuss
Last edited by medialint : January 17th, 2012 at 06:22 PM.
|