Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OPINION: WHO SHOULD MOVE A CONTROL
Message
From
16/07/1999 16:50:54
 
 
To
16/07/1999 16:47:11
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00242574
Message ID:
00242578
Views:
27
>Which is the most commonly accepted method:
>
>I want a form/container that will resize and I want the controls within the form to respond to the resize event. My question is - what object should perform the move on the controls.
>
>The form has just been resized:
>
>1. Should the form inspect each of the objects and change their coordinates according to it's requirement.
>
>2. Should the form notify each of the objects that is has been resized and let the object inspect the form's requirements and change their own coordinates.
>
>In my opinion #1 is most effective method, but then I fairly new to OOP and this is why I am asking...
>
>...tim

IMO the first way is better, because resizing supposed to be common procedure for group of controls (all textboxes, all grids etc.), so assumes some generalization. Obviously, form may delegate the task of 'inspecting' object to some another object ('resizer').
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform