Qtopia-interest Archive, August 2007
QTopia Example Applications not processing button clicks
Message 1 in thread
Hello All,
I have an issue with the updating of the controls in applications I run.
Here is the system I am using:
o QTopia 4.3
o Arm processor
o QTopia configured with the following command: ./configure -embedded arm
-xplatform qws/linux-iwmmxt_le-g++ -qt-gfx-linuxfb -qt-mouse-tslib
-no-opengl -depths 16
o I am using a touch screen with the tslib drivers. I've tested the touch
screen with the ts_test and ts_config programs.
If I don't set the QWS_MOUSE_PROTO environmental variable and run a QTopia
example, e.g the analogclock example, the application will be displayed in
the touch screen and will update as expected (i.e. the hands move). But if I
click anywhere on the touch screen, the mouse pointer does not move, so I
can't interact with any application I run.
If I set the environmental variable (export
QWS_MOUSE_PROTO=tslib:/dev/input/event0) and run an application, I can touch
the screen and the mouse pointer will move, but the applications do not
update, e.g. hands on the analog clock don't move. Another example is the
calculator example, I can click on the buttons on the calculator, the
buttons react as expected i.e. they animate like normal clicked buttons, but
the calculator doesn't react by updating the edit box with numbers!
I have the following environmental variables set:
root:/home/Linx# export TSLIB_TSDEVICE=/dev/input/event0
root:/home/Linx# export TSLIB_CONFFILE=/etc/ts.conf
root:/home/Linx# export TSLIB_CALIBFILE=/etc/pointercal
root:/home/Linx# export TSLIB_FBDEVICE=/dev/fb0
root:/home/Linx# export QWS_MOUSE_PROTO=tslib:/dev/input/event0
And run the QTopia calculator example with the command: ./calculator -qws
-nokeyboard
Does anyone have any ideas on this?
Also, is qpe no longer relevant for QTopia 4.3?
Cheers,
Donal