Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reconciling Properties Concept to Fields Concept
Message
From
15/02/2006 16:31:24
 
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01096402
Message ID:
01096592
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
Hi Eric,

I get an idea of what you want to achieve. This may work fine. Take it a step further and experiment with a simple expander.

Especially for control classes, you may like the baseclass "control", which hides the inner structure of whatever you put inside this special container.

You may also take a look at the new concept of member classes, which enable you to compose the complexer controls as grid and pageframe out of individual page and column controls.

And you will like being able to couple objects with bindevents(). As you can even bind to properties, that may help you with your EMPTY object idea.

Another good idea, if you are familiar with design patterns, is to take a look at how these patterns are implemented using vfp. A starting point may be http://fox.wikis.com/wc.dll?Wiki~CategoryDesignPatterns.
If you know how to implement these in Eiffel that may give you hints.

Bye, Olaf.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform