Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to handle different display screen resolutions in VF
Message
 
To
31/10/1999 11:13:01
Gordon Mcleod
Shieldaig Corporation
Calgary, Alberta, Canada
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00284522
Message ID:
00284523
Views:
18
In the INIT of the form, you can check the height and width of the _SCREEN object. Then resize the form. Let the resize event of the form resize the controls in the form using the controls collection. Most (if not all container objects have a resize event that contain the code to resize controls within them.) The biggest problem is text. You may want to play around with your font sizes to see if they need to be changed as the screen goes from 1024 to 800 to 640.

>My forms are cut off when I deploy the VFP6 app built on machine with 1024x768 display resolution on a machine with 800x600 display resolution.
>
>How do you dynamically resize forms, reports, etc.? This application will be deployed to Windows NT and Windows 95 environments using the VFP6 setup wizard on a Windows NT machine. Are there any things I need to watch out for?
>
>Gordon
Michael P. Antonovich, MCSD
Email: mike@micmin.com
MicMin Associates - Orlando, FL


Previous
Reply
Map
View

Click here to load this message in the networking platform