EDIT FIELDs, BUTTONs Stop PRINT Scrolling in Mac QuickBASIC (33624)
This article was previously published under Q33624
SUMMARY
EDIT FIELDs and BUTTONs prevent the PRINT, PRINT USING, LINE INPUT, or
INPUT statements from scrolling the output window. Normally, PRINT and
PRINT USING scroll the pixels on the window when they print at the
bottom of the window. Similarly, INPUT or LINE INPUT statements
executing at the bottom of the window scroll the image on the window
up one line when you press RETURN.
BASIC prevents the scrolling so that the EDIT FIELDs and BUTTONs stay
on the screen for user input. If EDIT FIELDs or BUTTONs were scrolled
away, you could not respond to them.
This information applies to Microsoft QuickBASIC Compiler Version
1.00, Microsoft BASIC Compiler Version 1.00, and Microsoft BASIC
Interpreter Versions 2.00, 2.10, and 3.00 for Apple Macintosh.
Modification Type: |
Minor |
Last Reviewed: |
1/9/2003 |
Keywords: |
KB33624 |
|