RE: how to enable cursor when using touch screen?



Cusror movement is handled by the display driver, at least for a flat driver.
Check that driver and modify it if necessary to support having the cursor on
from a touch coordinate change.


"Maverick" wrote:

> Hi, all
>
> I am using touch screen on an x86 based device and the platform is CE.net
> 4.2. When I attached a mouse to the device and moving the mouse, I can see
> the cursor. However when I touch the touch screen, the cursor disapper and
> when I move the mouse, it appear again. Actuarelly, after deployed, my
> device has only touch screen and has no mouse, but I want to show the
> cursor. Is it possible?
>
> P.S., on the platform 4.0, the same Touch Screen works perfect and the
> cursor does exist.
>
> maverick
>
>
>
.



Relevant Pages

  • Re: Cursor problems Wd 2003
    ... Graham, I haven't actually updated the driver yet, but it is a recent driver ... Whether the cursor is at the ... Graham Mayor - Word MVP ... Word MVP web site http://word.mvps.org ...
    (microsoft.public.word.docmanagement)
  • Re: How to show/hide cursor on attach/deattach usb mouse
    ... If the cursor is not visible, your display driver is not drawing it. ... Can you have any idea where i put registration notifications for ...
    (microsoft.public.windowsce.platbuilder)
  • Re: How to show/hide cursor on attach/deattach usb mouse
    ... Along with that Display Driver is modified with RequestDeviceNotifications, ... and switching on/off the cursor. ... handling USB mouse device notifications. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: How to show/hide cursor on attach/deattach usb mouse
    ... I have modified the display driver properly and all works... ... Can you have any idea where i put registration notifications for usb mouse ... There's no 'enable/disable cursor here' function. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: SelectMethod=cursor and SelectMethod=direct
    ... All the database updates/inserts are done by sql using a prepared statement and then setting the field parameters. ... My only concern is the memory usage as a direct cursor reads the complete resultset into memory. ... If the free MS driver reads everything in immediately, it's just something you would have to deal with, alloting your client enough memory to handle it. ...
    (microsoft.public.sqlserver.jdbcdriver)

Loading