Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamically display Controls from XML
Message
 
À
29/05/2006 05:47:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01125138
Message ID:
01125631
Vues:
18
Hi Mike,

>I followed what you suggested. I created the controls using NewObject() but the controls are not being displayed on the form.

I addition to set the Visible property to .T., you also have to see those properties that you normally would set in the designer. This includes the position (top, left) size (width, height) and the tab order (TabIndex). To position and size the control in one step, you can call the Move method of each control after adding them to the form.
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform