Gurus
I'm hoping that someone here can help me. I have been toying with an app that uses GAPI. I want to have a region of the screen (a rectangle/window) that contains scrolling text. I don't need to use fancy/bitmapped fonts. Standard system text will do fine.
The C++ GAPI code is stable and basically works as-is. I really need something simple and (if possible) an example.
I see there are various packages out there that may answer some of this (GAPIDraw, Pocketfrog, ...) but these may be overkill. I just want a plain ole window with a scrollbar to post text to... Is there a way to do this? Perhaps display a MFC dialog box over the top of the GAPI app (and have everything still update as expected)?
Ideas? Examples?