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?
2. If you need to change getsys.prg, make a copy of the .prg in your application folder, and #include it in one of the application sources. It will overrule the default getsys from Clipper.lib
HTH
TonHu
N.b.: Replies should better go in the original thread ;-) Additional questions can (should) go in a new thread, but are often asked in a running thread.
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))
Else
SetCursor(SC_NONE)
Endif
nKey:=Inkey()
End
Return(nKey)
and I inserted at the right place (in other function call) in "getsys.prg".
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.