Re: [E-devel] Edje Text in box with dynamic hints

2011-07-23 Thread The Rasterman
On Sat, 23 Jul 2011 22:47:31 +0200 Hugo Camboulive said: you basically can't. there isn't a way to force a recalc when using boxes in edje. as i said to you before - they were not implemented completely - well tables were not, and i had to fix up the implementation to do the e17 calendar bit for

Re: [E-devel] Edje Text in box with dynamic hints

2011-07-23 Thread Hugo Camboulive
Well, how can you center two pieces of text "as one" then? It does not sound like a very extravagant request to me ^^ Could you force recalculating on a specific demand? On Sat, Jul 23, 2011 at 6:16 AM, Carsten Haitzler wrote: > On Thu, 21 Jul 2011 14:58:53 +0200 Hugo Camboulive < > hugo.camboul.

Re: [E-devel] Edje Text in box with dynamic hints

2011-07-22 Thread The Rasterman
On Thu, 21 Jul 2011 14:58:53 +0200 Hugo Camboulive said: basically you can't do what you are doing. once you have a group as a child, that child group will never have its min size recalculated after load. so that means programs later on wont change that. it's basically not possible to do as the e