| From: | Nick Clover |
| Date: | 18 Oct 2000 at 20:50:13 |
| Subject: | Re: Scrolling text |
Hello Daniel
On 18-Oct-00, you wrote:
> Which way is the best to scroll text in window (horizomtal). It shoul be
> smooth and of course fast. Thanks for any help.
> Kind Redgards
> Daniel
Try using scrollraster_ (see attached doc) to scroll an area of the window.
or use text_ rp,text$,length and change the text$ that you print.
Either way use VWait or WaitTOF_ to make the scrolling smooth
ScrollRaster_ gives you pixel control whereas Text_ will only give
character accuracy.
these two methods work best on workbench screens, if your using
a custom screen it's best to play with bitmaps and blit commands.
Regards
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie