On 6 March 2015 at 05:22, Dave Della Costa <[email protected]> wrote:

> (cc'ing [email protected])
>
> Let me make sure I understand what you're asking: you have a parent
> enclosing component that has to do calculations to position a set of
> child component element, but you can only properly calculate positioning
> for those child elements (in the parent?) after you get offset position
> information for each one, once they have mounted?
>

Yes, but it's the size of the child elements I need. They contain text, so
I don't know their dimensions until they've been rendered.

Essentially the parent needs to adjust the position of its children so that
none overlap.

- James

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to