Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 5

Qt-interest Archive, February 2007
question regarding qtopia and mouse


Message 1 in thread

Hi list!

Sorry for the crosspost, but I am totaly lost!

I have a problem, regarding Qtopia and mouse. I have an embedded system 
running linux and Qtopia without X11. The strange thing is: One 
application runs perfectly and I can use my attached mouse. The other 
application runs also, but my mouse-pointer does not move at all! 
What I need to know is the following:
What is needed to make a mouse usable in a Qtopia-application, so that I 
can start looking for the mistake. Both applications use some sort of main 
widget.
I set QWS_MOUSE_PROTO.
I start my application with 
./app -qws
The application starts and runs, but the mouse pointer does not react on 
any type of input.

Thanks in advance for any hint.

kind regards,
Sumpi

Message 2 in thread

On Wednesday 21 February 2007 13:46, andreas.sumper@xxxxxxxxxxxx wrote:
> Hi list!
>
> Sorry for the crosspost, but I am totaly lost!
>
> I have a problem, regarding Qtopia and mouse. I have an embedded system
> running linux and Qtopia without X11. The strange thing is: One
> application runs perfectly and I can use my attached mouse. The other
> application runs also, but my mouse-pointer does not move at all!
> What I need to know is the following:
> What is needed to make a mouse usable in a Qtopia-application, so that I
> can start looking for the mistake. Both applications use some sort of main
> widget.
> I set QWS_MOUSE_PROTO.
> I start my application with
> ./app -qws
> The application starts and runs, but the mouse pointer does not react on
> any type of input.

What do you set QWS_MOUSE_PROTO to?
Which version of Qtopia are you running?
Do you have two applications running simultaneously? If so, only the first 
process should be started with -qws (this will be the qtopia server, if you 
start two servers they will both try to take ownership of the mouse).

--
 [ signature omitted ]