[Pharo-project] Composing UI layout question
parent width & height (or any other parent coordinate) depends on its submorph's fixed width/height.
Ahh, should have read your mail more carefully. You are not only interested in a flexible alignment within the parent - but also to depend on own child bounds/parameters. The new JavaFX provides something like this by using the "bind" keyword. See http://weblogs.java.net/blog/aim/archive/2009/01/layout_primer_f.html in section "Using Binding to Layout Nodes" Bye T. -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01
2009/3/19 <astares@gmx.de>:
parent width & height (or any other parent coordinate) depends on its submorph's fixed width/height.
Ahh, should have read your mail more carefully. You are not only interested in a flexible alignment within the parent - but also to depend on own child bounds/parameters.
There are limitless number of variants, how concrete coordinate can be evaluated and what parameters can take part in it. The parent/child relations is most obvious, but not necessary.
The new JavaFX provides something like this by using the "bind" keyword.
yes, exactly like this.
See http://weblogs.java.net/blog/aim/archive/2009/01/layout_primer_f.html in section "Using Binding to Layout Nodes"
Bye T. -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.
participants (2)
-
astares@gmx.de -
Igor Stasenko