[Migrated content. Thread originally posted on 30 August 2007]
Hi All -When we started converting our text based programs to gui, we designed them for 800x600 which was recommended by Acucorp. Since beginning the conversion 1028x768 has become the more 'standard' resolution.
Here's my issue - our application is driven by a graphical menu system that is capable of calling gui or the older text based programs. Threads are used to allow the user to launch more than one program simutaneously. The system knows when the user is trying to execute a text based program and displays an independent graphical window with a fixed-font as follows:
Display Independent GRAPHICAL WINDOW
LINES 25.00, SIZE 80.00, HEIGHT-IN-CELLS, WIDTH-IN-CELLS,
COLOR 65616, ERASE, CONTROL FONT Fixed-Font,
LINK TO THREAD, MODELESS, NO SCROLL, TITLE-BAR,
TITLE program-title, AUTO-MINIMIZE, AUTO-RESIZE,
No WRAP, EVENT PROCEDURE TextScrn-1-Event-Proc,
HANDLE IS TextScrn-1-Handle.
This looks great if user's resolution is 800x600, but when using 1024x768 or higher it is difficult to see on smaller screen sizes.
:confused: I have totally run out of ideas and would appreciate any help on how to make the text base screen appear larger in the higher resolutions.
Thanks in advance for any input or suggestions!


