Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Proper technique for vfp development: visual vs. non-vis
Message
De
13/05/1998 18:49:36
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00098926
Message ID:
00099251
Vues:
19
>>note that I do not use the Form Designer myself.
>
>Just out of curiosity, how do you aesthetically place objects on your forms? I assume you have to specify properties such as top and left for all objects, as well as other properties, programmatically. Is this a trial-and-error -- run the form, look at control placement, modify code, repeat?
>
>I just can not see myself doing this, but maybe I just don't get it. In FPD, it was easy to code placement, but when I discovered the ease of "drag-and-drop", I changed "my ways."

I didn't say I didn't do it visually - I just said I don't use the Form Designer... ;)

I use the Class Designer for all my work, storing my form classes in class libraries. The only thing I lose is easy drag-and-drop from the Data Environment to the form, but I write my DataEnvironments in .prg files and have code in the Load() event of my master Form base class to load and open my tables. I've found that a much more flexible and faster way to work. Additionally, I often do not use controls on a form that are directly linked to fields in a table, so I don't lose much as drag-and-drop goes, anyway.
David M. Stowell
Ravenslake Consulting
Chicago, Illinois

e-mail: davidstowell@ravenslakeconsulting.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform