Hi everybody, I've compiled a simple Qt application (Qt are compiled with corret flag for using touchscreen in qmake config). I tried to use qtopia environment changing the etc files to disable qtopia starting. I thought that this simple trick would make me able to run my app without do anything else, but even if the application starts I can't use the touchscreen. I thought to some environment variable, because the touch screen kernel module is up, I tried to export the same qtopia environment but with no success. Anyone can help me?
Qt app with touschscreen
Hi, did you start your application with the options -qws Take a look at /etc/init.d/rcS There should be the start of qtopia and there you can start your application at startup. If you not want to do so, start it by hand like: ./yourapp -qws & I hope that helps ;-) Greetings from Germany