Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proper technique for vfp development: visual vs. non-vis
Message
From
13/05/1998 18:49:36
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00098926
Message ID:
00099251
Views:
18
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform