Re: [Tkinter-discuss] touch screens

2010-06-23 Thread Kevin Walzer
On 6/23/10 10:51 AM, Michael O'Donnell wrote: Hi Kevin, I have not tried porting python to iphones myself, but there are a number of websites saying they have done it (assuming a jailbroken iphone), e.g., http://www.saurik.com/id/5 http://gizmodo.com/282139/iphone-can-now-serve-web-pages-run

Re: [Tkinter-discuss] touch screens

2010-06-23 Thread Michael O'Donnell
Hi Kevin, I have not tried porting python to iphones myself, but there are a number of websites saying they have done it (assuming a jailbroken iphone), e.g., http://www.saurik.com/id/5 http://gizmodo.com/282139/iphone-can-now-serve-web-pages-run-python-open-source-apps http://www.youtube.com/w

Re: [Tkinter-discuss] touch screens

2010-06-23 Thread Kevin Walzer
On 6/23/10 3:19 AM, Michael O'Donnell wrote: Hi, I was looking at porting my python-tk application to the iPad. Applications need to be in Objective C. While Objective C can handle python via pyObjC, this cannot handle tkinter, and basically one would need to rewrite your GUI components in t

Re: [Tkinter-discuss] touch screens

2010-06-23 Thread Michael O'Donnell
Hi, I was looking at porting my python-tk application to the iPad. Applications need to be in Objective C. While Objective C can handle python via pyObjC, this cannot handle tkinter, and basically one would need to rewrite your GUI components in the machine's graphic language. Mick On Tue, Ju

Re: [Tkinter-discuss] touch screens

2010-06-22 Thread Bob Greschke
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 tkint