Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pageframe Moved() and Resize() bug?
Message
De
11/11/1999 19:33:38
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Pageframe Moved() and Resize() bug?
Divers
Thread ID:
00290393
Message ID:
00290393
Vues:
49
If I add a pageframe to a form witht he same widths, and then these
*Pageframe.Resize()
debugout 'Page resize '+str(this.width)

*Form.Resize()
debugout 'form resize '+str(this.width)
this.pageframe1.width = this.width

I get:

form resize        475
Page resize        372
Because 372 is the starting point of the widths. Shouldn't these be the same!? It seems like the Moved events fires before its moved and the Resize fires before its resized in a pageframe, but the opposite in a Form. Is this true?
Répondre
Fil
Voir

Click here to load this message in the networking platform