Forum Topic - how to disable mouse cursor completely?: (3 Items)
   
how to disable mouse cursor completely?  
Hi,

We have a fullscreen GUI on a touch screen. PWM doesn't run. I didn't find a option for Photon to disable the mouse 
pointer completely. So I set Pt_ARG_CURSOR_TYPE to Ph_CURSOR_NONE of the main window and to  Ph_CURSOR_INHERIT of all 
children. But this doesn't work with all children. So I set all children to Ph_CURSOR_NONE too. This works, but not for 
the widget PtNumericInteger. When I press on this image, the cursor is displayed again.

How do I disable (or hide) the mouse pointer completely? Or how do I disable the cursor for PtNumericInteger?

Our Hardware is a ATMEL AT91SAM9263. And we use QNX 6.3.2.

Best regards,
Stephen
Re: how to disable mouse cursor completely?  
> How do I disable (or hide) the mouse pointer completely? Or how do I disable 
> the cursor for PtNumericInteger?

Have you tried removing "phfcursor.phf" from your system? 

> Our Hardware is a ATMEL AT91SAM9263. And we use QNX 6.3.2.

Why such an old version? I believe 6.5 contains a better compiler that generates faster code for ARM architecture.

- Malte

Re: how to disable mouse cursor completely?  
> Have you tried removing "phfcursor.phf" from your system? 

Thanks for your hint. This works perfect. :-)

> Why such an old version? I believe 6.5 contains a better compiler that generates faster code for ARM architecture.

I prefer 6.5 too. But we are only a supplier and didn't decide about the QNX version in this project. :-(


-
Stephen