[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference 7.286::atarist

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

1057.0. "Scroll in GFA Basic" by JGODCL::MULLER () Tue Jan 22 1991 10:06

	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.RTitleUserPersonal
Name
DateLines
1057.1Try a WindowSUBURB::JAMESHLeft Handed People are SUPER NaturalWed Jan 23 1991 06:599
    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