Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Sizable?
Message
De
24/04/2011 13:58:56
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01508242
Message ID:
01508261
Vues:
38
>Check code in Resize method of the form.

There's nothing much there, and if I comment it out and replace it with DODEFAULT(), nothing changes. The RESIZE code won't fire in any case until the event occurs, and the event can't occur if I can't even grab an edge of the form to drag it to a different size.

There is something I held back: the form contains another form, fired up with this code:
	WITH thisform
		.AddProperty("oScrollForm",CREATEOBJECT("frmIntkScroller",this))
		.oScrollForm.Move(lnLeft,lnTop,lnWidth,lnHeight) && left, top, width, height
		SHOW WINDOW (.oScrollForm.Name) IN WINDOW (.Name)
	ENDWITH && thisform
I'd remove it temporarily to see if that makes a difference, but there are so many references to thisform.oScrollForm.[something] that it is difficult to run without it.
Ray Roper
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform