Board index » delphi » Smooth Scrolling Text ?
Nusret Tas
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Smooth Scrolling Text ?
I am tryiing to make a smooth scrolling lister, which should list text-files
longer than 100 lines. But my Problem is, that the videoram only can take up to 50 lines per page. So I tryed making virtual-pages (like in mode 13h). Now the lister can scroll DOWN, but if I want that it should scroll up, the screen starts to flicker, even if I wait for/after retrace ... It would be nice, if someone could help me with a nice source/hint... regards, Nusi |