Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automatically resizing forms
Message
De
27/05/1998 11:27:23
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Automatically resizing forms
Divers
Thread ID:
00102383
Message ID:
00102383
Vues:
53
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform