Composing UI layout question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Composing UI layout question

Torsten Bergmann
>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

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Composing UI layout question

Igor Stasenko
2009/3/19  <[hidden email]>:
>>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
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>


--
Best regards,
Igor Stasenko AKA sig.

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project