No cursor

I have an application running on a computer with
a touch screen.
The customer would like the cursor not to be there
at all.
Is there an easy way to disable ot hide the cursor.

The application runs full screen and is typically
the only GUI application running.

check qdn.qnx.com and search for cursor

there are some program snippets in there that turn on and off the cursor.
they work for both qnx4 and rtp.

this is after the fact though… if you want you can use some of the -c
options to the graphics driver to change cursor display.

i believe -c 0 will disable all cursors from the beginning.

Alex <acellarius@systems104.co.za> wrote:

I have an application running on a computer with
a touch screen.
The customer would like the cursor not to be there
at all.
Is there an easy way to disable ot hide the cursor.

The application runs full screen and is typically
the only GUI application running.


Randy Martin randy@qnx.com
Manager of FAE Group, North America
QNX Software Systems www.qnx.com
175 Terence Matthews Crescent, Kanata, Ontario, Canada K2M 1W8
Tel: 613-591-0931 Fax: 613-591-3579

If you need a program? I am already done something like this.

Basic: find the region with the pointer information, save the info
and clear the pointer flag. You should find a region wich is
owned by Input or over Phindows by phrelay.
Use the function PhQueryRids.


Bye Sascha( sascha@bitctrl.de )

Sascha Morgenstern
BitCtrl Systems GmbH
Weißenfelser Straße 67
Germany - 04229 Leipzig
Phon. +49 341 490 670
FAX. +49 341 490 67 15
eMail: sascha@bitctrl.de
WWW: http://www.bitctrl.de


“Alex” <acellarius@systems104.co.za> schrieb im Newsbeitrag
news:3B1552EF.E0792D4C@systems104.co.za

I have an application running on a computer with
a touch screen.
The customer would like the cursor not to be there
at all.
Is there an easy way to disable ot hide the cursor.

The application runs full screen and is typically
the only GUI application running.

Thanks Sascha & Randy-got it.


Sascha Morgenstern wrote:

If you need a program? I am already done something like this.

Basic: find the region with the pointer information, save the info
and clear the pointer flag. You should find a region wich is
owned by Input or over Phindows by phrelay.
Use the function PhQueryRids.


Bye Sascha( > sascha@bitctrl.de > )

Sascha Morgenstern
BitCtrl Systems GmbH
Weißenfelser Straße 67
Germany - 04229 Leipzig
Phon. +49 341 490 670
FAX. +49 341 490 67 15
eMail: > sascha@bitctrl.de
WWW: > http://www.bitctrl.de

“Alex” <> acellarius@systems104.co.za> > schrieb im Newsbeitrag
news:> 3B1552EF.E0792D4C@systems104.co.za> …
I have an application running on a computer with
a touch screen.
The customer would like the cursor not to be there
at all.
Is there an easy way to disable ot hide the cursor.

The application runs full screen and is typically
the only GUI application running.