Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 17 Mar 2005 05:10 AM by  mpinton
CursorOff registry flag in LCD driver registry settings
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages
mpinton
New Member
New Member
Posts:


--
16 Mar 2005 02:18 PM
    Hi,
    What is the effect supposed to be by setting the CursorOff registry flag to 0 (along with having the EnableCursor set to 1)? I saw no change in cursor appearance or behaviour whether the CursorOff flag is set to 1 or to 0.
    TIA,
    /michel
    Anonymous
    Posts:


    --
    16 Mar 2005 03:09 PM
    Hi Michel,

    I'm assuming that these are the keys you're looking at in the .reg file? If both are set to one CE will default to having the cursor on.

    "EnableCursor"=dword:1
    "CursorOff"=dword:1


    The settings below will turn the cursor off:

    "EnableCursor"=dword:0
    "CursorOff"=dword:1


    The settings below will turn the cursor on:

    "EnableCursor"=dword:1
    "CursorOff"=dword:0


    Thanks,
    mpinton
    New Member
    New Member
    Posts:


    --
    17 Mar 2005 05:10 AM
    Hi Aaron,
    OK, didn't realize that EnableCursor/CursorOff set to 1,1 or at 1,0 were equivalent. I mean, that was the behaviour but not according to the meaning of the flags!
    Thanks,
    /michel
    You are not authorized to post a reply.