Not drawing full dialog
-
I've created my dialog based application in 1600 x 1200 resolution.. It's a pretty large dialog with lots of conrols.. My problem is when the screen is set in lower resolutions, The program will not load the full dialog. Some of the right and bottom gets cut off. I've made it so you can scroll vertically and horizontally, but it still cuts off some of the dialog. Any Ideas? http://www.aquawicket.com/edrummonitor
-
I've created my dialog based application in 1600 x 1200 resolution.. It's a pretty large dialog with lots of conrols.. My problem is when the screen is set in lower resolutions, The program will not load the full dialog. Some of the right and bottom gets cut off. I've made it so you can scroll vertically and horizontally, but it still cuts off some of the dialog. Any Ideas? http://www.aquawicket.com/edrummonitor
aquawicket wrote:
Any Ideas?
-
Create various-sized templates and load the appropriate one at runtime.
-
Program to the smallest common denominator.
-
Use a property sheet.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
-
aquawicket wrote:
Any Ideas?
-
Create various-sized templates and load the appropriate one at runtime.
-
Program to the smallest common denominator.
-
Use a property sheet.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
The dialog open fine in 1600x resolution and the I can change the resolution to a lower one while the app is open and still see it all by scrolling.. I've put alot of work into this dialog and just want it to not get cut off in lower resolutions.. I'm not really understanding what is ment by "Program to the smallest common denominator. and Use a property sheet".. My program is done with visual studio 2005 using MFC.. It works like a charm.. all except this one bug.
-
-
The dialog open fine in 1600x resolution and the I can change the resolution to a lower one while the app is open and still see it all by scrolling.. I've put alot of work into this dialog and just want it to not get cut off in lower resolutions.. I'm not really understanding what is ment by "Program to the smallest common denominator. and Use a property sheet".. My program is done with visual studio 2005 using MFC.. It works like a charm.. all except this one bug.
aquawicket wrote:
I'm not really understanding what is ment by "Program to the smallest common denominator.
You could have designed your dialog with your screen resolution set to 1024x768.
aquawicket wrote:
I'm not really understanding what is ment by Use a property sheet"
All pain is either severe or slight, if slight, it is easily endured; if severe, it will without doubt be brief. - Marcus Tullius Cicero