formerTexan
Programmer
Hi,
I am interested to hear what experience folks have had in implementing the Form Resizing class from A2000 Developers Handbook. For anyone not familiar, this class resizes forms, controls and fonts on the fly for varying screen resolutions.
My initial experience has been rather less than satidfactory and I have run into the following problems.
1. Resizing seems unstable as forms will change sizing during the course of the same session;
2. The intial screen to be resized always has to be manually refreshed to get to where it needs to be.
3. The design parameter inputs have to be individually tweaked for each form (yikes, there are 40 of them) to approach
4. I don't have a monitor available with native 800 x 600 resolution for testing. So took a 1024 x 768 monitor and changed the resolution to 800 x 600. Alas, none of the forms sized down to the lower resolution, although if I again tweaked the design parameter input values, I could get fairly close. Perhaps this is something I will have to allow the user to do on the fly.
This brings to mind the caveats about developing to the lower resolution and sizing upwards. But I never expected to find so many 800 x 600 monitors still being used.
So has anyone run into similiar difficulties and had any success in a fix?
THanks,
Bill
I am interested to hear what experience folks have had in implementing the Form Resizing class from A2000 Developers Handbook. For anyone not familiar, this class resizes forms, controls and fonts on the fly for varying screen resolutions.
My initial experience has been rather less than satidfactory and I have run into the following problems.
1. Resizing seems unstable as forms will change sizing during the course of the same session;
2. The intial screen to be resized always has to be manually refreshed to get to where it needs to be.
3. The design parameter inputs have to be individually tweaked for each form (yikes, there are 40 of them) to approach
4. I don't have a monitor available with native 800 x 600 resolution for testing. So took a 1024 x 768 monitor and changed the resolution to 800 x 600. Alas, none of the forms sized down to the lower resolution, although if I again tweaked the design parameter input values, I could get fairly close. Perhaps this is something I will have to allow the user to do on the fly.
This brings to mind the caveats about developing to the lower resolution and sizing upwards. But I never expected to find so many 800 x 600 monitors still being used.
So has anyone run into similiar difficulties and had any success in a fix?
THanks,
Bill