Hello All, Hello All, When a Qt application (e.g fluidlauncher or any Qt application) is started and i touch the screen, sometimes application in the background or desktop is activated. Is there a way to prevent the background apps from activating when running Qt application? My environment variables are shown below. Both GPE and Qtopia 2.2 have the same reaction. export TSLIB_TSEVENTTYPE=INPUT export TSLIB_CONSOLEDEVICE=none export TSLIB_FBDEVICE=/dev/fb0 export TSLIB_TSDEVICE=/dev/input/touchscreen0 export TSLIB_CALIBFILE=/usr/local/tslib/etc/pointercal export TSLIB_CONFFILE=/usr/local/tslib/etc/ts.conf export TSLIB_PLUGINDIR=/usr/local/tslib/lib/ts export QWS_MOUSE_PROTO=tslib:/dev/input/touchscreen0 Thanks, flux000
Mini2440 + Qt + Touchscreen
I got my answer from Paolo @ http://www.sereno-online.com/site/2010/05/01/qt-4-6-2-installation-proce.... I had to commented out "/bin/qtopia" in the file "rcS" located here "/etc/init.d/rcS" and i was able to start my app without touchscreen issues. It turns out that we cannot run qtopia desktop with our apps otherwise we will get touchscreen interference without qtopia desktop.