In my previous message is a wrong line:
"Setcursor(if;(SET_SET_INSERT),SC_INSERT,SC_NORMAL)"
Replace it with good :
SetCursor(if(SET( _SET_INSERT) ,SC_INSERT,SC_NORMAL))
TonHu,
what is in the end of your reply: "HTH" ?
Fern's Graphics Lib is good idea, but I appended (enclosed(?))at the end of "getsys.prg" the next function:
Static Function CursBlink()
Local nKey:=0,nCur
While nKey==0
kes(1)
If SetCursor()==SC_NONE
SetCursor(if;(SET_SET_INSERT) ,SC_INSERT,SC_NORMAL))...
My cursor isn't blink in graph mode."
1. If I don't use LLIBG.LIB, how could I use the graph mode?
With other .LIB
2. In \CLIP53\SOURCE\SYS exist "getsys.prg".
To my mind must modifiyng this program. But how?
Thanks a lot TonHu for quick reply.
How could I blink the cursor in graph mode with use LLIBG.LIB and gsetpal()?
In text mode (25x80) it's not problem.
In graph mode my cursor is visible, but isn't blinking.
Please help me...
Thank
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.