Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automatically resizing forms
Message
From
27/05/1998 11:27:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Automatically resizing forms
Miscellaneous
Thread ID:
00102383
Message ID:
00102383
Views:
52
Hi All,

We have an interface that was designed for 800 x 600. The interface has a lot of information on it, so we need to display as much as possible.

The interface now has to be run occasionally on a lap top with 640 x 480. I have therefore written code that anchors the objects to the right and bottom of the screen and resizes others (like grids). This all worked fine till today.

Now, the screen is automatically resizing based on the size of the display. Why?

Try this:

DEFINE CLASS test AS Form
Width = 700

PROCEDURE Init
? THIS.Width
ENDPROC
ENDDEFINE

Create an object from it and run it on 640 x 480. The width for me is 640 - not 700. ????????
regards

Ian
Next
Reply
Map
View

Click here to load this message in the networking platform