Go to previous topic
Go to next topic
Last Post 17 Mar 2005 05:10 AM by  mpinton
CursorOff registry flag in LCD driver registry settings
 2 Replies
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


    ---