|
From: Alexey M. <ma...@ca...> - 2000-12-05 18:02:58
|
On 5 Dec 2000, Bill Wheaton wrote:
> instanciated, the label is added when the button is created, now its size is
> known, and therefore, the label size can be set.
Isn't this bringing up subject of dynamic layout?
The one like in Java - you telling how much space is given to
object (botton/label/scroll) and it sets it's size accordinly.
If you make resize - all resizes as well.
Also to get initial sizes of all - you need to specify
min/max size of object. Also.... it is no in Java ... need to specify
it's resistance - so if you resize pannel/dynwindow/dynalayer all
objects will resize themselfs so to get same value of "force" accordingly
to theirs "resistance".
It is like attaching a net of rubbery strings - they
will strech until "forces" will became same for all rubbery parts.
Malx
|