- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a graphics application where I want to put some debugging output in the
same window as the graphics. One reason is to have some solicited input within the grahics window.
The problem is; if there is scrolling when the text ouput reaches the bottom of the screen, it destroys the graphics.
What I would like to do is a "wraparound" of the text so that the graphics is intact.
I realize you can do a SET TEXT POSITION to put the text back at the top left,
but that involves some messy testing of where it IS on the screen all thru the debug code.
So ideally one should be able to disable the scrolling and wraparound the text instead.
That way you always get the LATEST text output.
Or one could allow scrolling WITHOUT affecting the graphics.
So, is this achievable?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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