- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The online manual states under "Using the Console" that If the console screen buffer is bigger than the console window, scroll bars are provided automatically. When I execute my Fortran console application, scroll bars to do not appear even after dumping 50,000 lines of output to the console. How do I get my console window to show a scroll bar so I can scroll back to review my output? What I am looking for is an execution environment similar to executing a program in a shell window under UNIX.
One more item, Quickwin does provide a scrollbar has the following problems:
Performance is horrible (Increases execution time by a factor of 2)
Unable to scroll back more than a few lines
Real time scrolling is not available
Thanks,
John Chauvin
One more item, Quickwin does provide a scrollbar has the following problems:
Performance is horrible (Increases execution time by a factor of 2)
Unable to scroll back more than a few lines
Real time scrolling is not available
Thanks,
John Chauvin
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Switch to Windows 2000 (or XP). There, the console windows have buffers as long as you want them to be, with scroll bars. Windows 9x limits you to 50 lines at most. There's nothing Fortran can do about this.
With QuickWin, you're creating a bitmap, and yes, scrolling a large bitmap can be problematic.
Steve
With QuickWin, you're creating a bitmap, and yes, scrolling a large bitmap can be problematic.
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page