Re: Cursor Support by Paul
Paul
Thu Jun 23 14:32:27 CDT 2005
Well, that sort of go together, at least in earlier versions of Windows CE.
What good would the mouse be without the cursor, for example? On the other
than, the cursor can be used to indicate state information (hourglass),
without any means in the UI to move it, so it does make some sense to have
the cursor without the mouse. I think that, if you remove mouse support,
then add cursor support, you'll get a fixed cursor in the center of the
screen which you can use to show wait indicators, sort of like what you get
on a Pocket PC, where there's no mouse, but long delays are marked with a
cursor display.
Paul T.
"Bill T" <BillT@discussions.microsoft.com> wrote in message
news:A29E7241-C74B-4436-A4F5-D3E4AA590F90@microsoft.com...
> Paul
>
> This particular on-line help article does not say anything about removing
> all mouse support in order to remove cursor support - it simply says to
> "be
> sure the SYSGEN_CURSOR variable is not set." . Since I have made sure
> that
> the SYSGEN_CURSOR variable is not set, I would expect that cursor support
> would be removed.
>
> It sounds like the on-line help is not correct and that I should remove
> all
> mouse support.
>
> "Paul G. Tobey [eMVP]" wrote:
>
>> So, how do you have mouse movement, if you don't have any mouse support?
>> I
>> think you're getting it that way.
>>
>> Paul T.
>>
>> "Bill T" <BillT@discussions.microsoft.com> wrote in message
>> news:7379CAE7-016C-4523-BD10-1881B4B770A5@microsoft.com...
>> > The on-line help states: " To stop the display of the mouse cursor, be
>> > sure
>> > the SYSGEN_CURSOR variable is not set." But when I remove the OS Core
>> > Mouse
>> > component that sets SYSGEN_CURSOR, build and test the image, there is
>> > still
>> > an Arrow cursor that tracks mouse movement. I know that SYSGEN_CURSOR
>> > is
>> > no
>> > longer set because in does not appear in either the sysgensetting.out
>> > or
>> > __pass1/2.txt files. Does anyone know what is going on here?
>> >
>> > BTW - I am use CE 5.0 on VIA X86 hardware.
>> >
>>
>>
>>