FoxInCloud
Resizing forms
From: | Michele |
To: | FoxInCloud support |
Out dev team has another proposition : generate as many CSS as target resolution, just by adding a class such as 'w1200', 'w1000', 'w800' and so on.
Target resolutions would be defined as a server property.
When serving a form, FAS would automatically choose the HTML/CSS version best suited to the target user agent.
This would rely on control.Anchor.
Waiting for comments on that ...
In my app i need to resize the form to the dimensions of the browser windows i'm using....
At the moment if i zoom my form the new dimension is taken from the size of the form zoomed where the Vfp app is running not the real size of the browser. I can give my forms a standard dimension selecting from the lower resolution i can find on the market in this moment, but i think that this is not a good solution.....
Now i'm testing my app and on my pc i ihave two monitors. On the first with a high resolution i have Visual Foxpro opened and my app is running in it on the other monitor i openmy browser and i launch my app.....If i zoom the form the dimensions are those of larger monitor so i can't see all the form in my browser and i need to scroll...
Is there an option to make my app sesnsitive to my real desktop dimensions ?
Thanks