Title: | Atari ST, TT, & Falcon |
Notice: | Please read note 1.0 and its replies before posting! |
Moderator: | FUNYET::ANDERSON |
Created: | Mon Apr 04 1988 |
Last Modified: | Tue May 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1433 |
Total number of notes: | 10312 |
Hello, I have written a small program in GFA Basic (ver 2.0) which gives a lot of digits on my output screen. What I like to do is to make a header on the top of my screen, so that all digits calculated by the program are scrolling under that header. But how can I setup a scrool region with GFA basic? Regards, Theo
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1057.1 | Try a Window | SUBURB::JAMESH | Left Handed People are SUPER Natural | Wed Jan 23 1991 03:59 | 9 |
Theo, I use ACLIP and ATEXT to do what I think you are trying to do. I don't know if this is available in GFA V2. I'm not a programmer so this may not be the best way. Why not output the digits to a window (OPENW x) then you have 9 pixel lines available at the top of the screen for your header. There is in fact a "TITLE" option with OPENW functions. Hope this helps. ...Howard |