Board index » delphi » Smooth Scrolling Text/Source
n...@cs.tu-berlin.de (Nusret Tasci)
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Smooth Scrolling Text/Source
{ ------------------------------------- }
{ Why does it flicker, when I scroll ?? } { ------------------------------------- } { Please excuse of posting a source, but I think it is easier to } { ------------------------------ CUT HERE ---------------------------------} { Scroll Up and Down with "."and ";" } { Most routines are nod made by me .. } { Nearly no documentation :) } uses crt; const rows=200; { Should be greater than 25, do see the problem } var i : integer; procedure vretrace; assembler; { vertical retrace } procedure VFine(y:byte);assembler; { Not needed by me... perhaps you'll need that } Quote} asm push ds dec [x] lds si, what @@1: lodsb @@2: Function formatstr(kette:string;typ,laenge:byte):string; procedure ScreenDown; procedure ScreenUp; function I2S(I: Longint): String; procedure make_text; begin { ------------------------------ CUT HERE ---------------------------------} { Please help me... } |