[fpc-devel]Bug in windows crt unit
pascalive
pascalive at bol.com.br
Sat May 11 20:39:40 CEST 2002
I have used the following trick for writing a char at bottom right corner and prevent the screen to scroll:
Inc(WindMax);
GotoXy(lo(WindMax)-(lo(WindMin)),hi(WindMax)+1 - hi(windMin));
Write('X');
Dec(WindMax);
readkey;
It works under TP and FPC 1.04, but under 1.06 the screen scrolls.
I already installed the 1.07 files and the bug remains
__________________________________________________________________________
Quer ter seu próprio endereço na Internet?
Garanta já o seu e ainda ganhe cinco e-mails personalizados.
DomíniosBOL - http://dominios.bol.com.br
More information about the fpc-devel
mailing list