We played with a touch screen display for a little while (entuative touchscreen 
elo monitor - no one can spell anything that makes sense anymore) and the 
driver for it (Windows anyway) handled all of the dirty work.  If there was a 
simple tkinter button on the display, and you "touched" it tkinter just reacted 
as if you'd used the mouse to click on it.  You didn't have to worry about the 
X,Y of where the user touched or anything like that.  We didn't end up using it 
for anything.  It was more trouble than it was worth for the operators.  They 
needed to not just click on buttons, but type in stuff and drag over a Listbox 
of stuff, etc. on a routine basis.  It would have been fine for something like 
a kiosk for mostly clicking on buttons.

Bob


On Jun 22, 2010, at 14:44, wet_colored)arch <wet_colored_a...@yahoo.com> wrote:

> 
> Can anyone point me to information on how to use or extend tkinter for use
> with touch screens?  I have an application written in Tkinter that works
> fine, and I am newbie enough to GUIs that I don't know Qt or other.  Is
> there an extension or something native in Tkinter I can use?  What do you
> recommend I do if there is nothing in Tkinter.
> -- 
> View this message in context: 
> http://old.nabble.com/touch-screens-tp28964837p28964837.html
> Sent from the Python - tkinter-discuss mailing list archive at Nabble.com.
> 
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss@python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss
> 

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to