Re: Touch screen development in Python

2016-07-13 Thread Michael Torrie
On 07/13/2016 01:33 PM, Jahn wrote: > I would like to learn more how to write python based touch application > for embedded system but I do not know what conditions a touch screen must > have so that it > will response to touch. > Does anyone know? These days GUI toolkits such as GTK+ or Qt pr

Re: Touch screen development in Python

2016-07-13 Thread Jahn
I would like to learn more how to write python based touch application for embedded system but I do not know what conditions a touch screen must have so that it will response to touch. Does anyone know? > On 11.07.2016 19:21, Jahn wrote: > > Does anyone use Python for developping applicati

Re: Touch screen development in Python

2016-07-13 Thread Laurent Pointal
Jahn wrote: > I was thinking about Python touch screen applications for industrial > boards( computers). > If I have a touch screen with that industrial board, what I must have > installed to be able to > write touch screen applications in Python? If you go with Kivy (its built for multitouch g

Re: Touch screen development in Python

2016-07-12 Thread Dietmar Schwertberger
On 12.07.2016 21:10, Jahn wrote: I was thinking about Python touch screen applications for industrial boards( computers). If I have a touch screen with that industrial board, what I must have installed to be able to write touch screen applications in Python? This could be any platform: QNX,

Re: Touch screen development in Python

2016-07-12 Thread Jahn
I was thinking about Python touch screen applications for industrial boards( computers). If I have a touch screen with that industrial board, what I must have installed to be able to write touch screen applications in Python? > On 11.07.2016 19:21, Jahn wrote: > > Does anyone use Python for

Re: Touch screen development in Python

2016-07-11 Thread Paul Rubin
"Jahn" writes: > Does anyone use Python for developping applications that work with a > touch screen? I've done it on a system where the touch screen events were treated the same way as mouse events. Coding works out about the same way. -- https://mail.python.org/mailman/listinfo/python-list

Re: Touch screen development in Python

2016-07-11 Thread Laurent Pointal
Jahn wrote: > Hi , > Does anyone use Python for developping applications that work with a > touch screen? You should take a look at Kivy: https://kivy.org/ A+ L.Pointal. -- https://mail.python.org/mailman/listinfo/python-list

Re: Touch screen development in Python

2016-07-11 Thread Dietmar Schwertberger
On 11.07.2016 19:21, Jahn wrote: Does anyone use Python for developping applications that work with a touch screen? Yes. You should probably specify the platform and the type of applications that you're interested in. Mobiles (Android, iOS, Sailfish OS)? Windows 10 Tablets? Ubuntu Touc

Re: Touch screen development in Python

2016-07-11 Thread Wildman via Python-list
On Mon, 11 Jul 2016 19:21:56 +0200, Jahn wrote: > Hi , > Does anyone use Python for developping applications that work with a touch > screen? > http://www.technolabsz.com/2011/08/how-to-make-touch-screen-user-interface.html -- GNU/Linux user #557453 The cow died so I don't need your bull!

Touch screen development in Python

2016-07-11 Thread Jahn
Hi , Does anyone use Python for developping applications that work with a touch screen? --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -- https://mail.python.org/mailman/listinfo/python-list