- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using CVF Standard Edition 6.1.A to write a QuickWin application. I have opened and sized the text window with the follwing statements:
open (UNIT= 10, file = 'user', title = 'Results', &
iofocus = .true. )
winfo.H = 100
winfo.W = 85
winfo.TYPE = QWIN$SET
iret = SETWSIZEQQ(10, winfo)
I am writing a large number of text lines to this child window using the WRITE command. I can see the text appearing as it is been written in the window. However, when it is done writing, I am able to scroll up to review the output text, but only up to a certain line. This is true even if I increase the height of the text window.
Is it possible to be able to scroll up all the way to the beginning of the text to review the entire output?
Thanks for your help,
Oscar
I am using CVF Standard Edition 6.1.A to write a QuickWin application. I have opened and sized the text window with the follwing statements:
open (UNIT= 10, file = 'user', title = 'Results', &
iofocus = .true. )
winfo.H = 100
winfo.W = 85
winfo.TYPE = QWIN$SET
iret = SETWSIZEQQ(10, winfo)
I am writing a large number of text lines to this child window using the WRITE command. I can see the text appearing as it is been written in the window. However, when it is done writing, I am able to scroll up to review the output text, but only up to a certain line. This is true even if I increase the height of the text window.
Is it possible to be able to scroll up all the way to the beginning of the text to review the entire output?
Thanks for your help,
Oscar
Link Copied
0 Replies

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