[E-devel] edje_object_size_min_calc() doesn't return correct size

2009-03-25 Thread Rafael Antognolli
Hi, I'm trying to use edje_object_size_min_calc() to get the size of an edje object after I resized an Evas_Object that is swallowed into it. I'm resizing this Evas_Object with edje_extern_object_[min/max]_size_set(), and I have a part that is relative to this swallow and larger than it. When I us

Re: [E-devel] edje_object_size_min_calc() doesn't return correct size

2009-03-27 Thread Nicolas Aguirre
On Wed, Mar 25, 2009 at 6:29 PM, Rafael Antognolli wrote: > > Hi, > > I'm trying to use edje_object_size_min_calc() to get the size of an > edje object after I resized an Evas_Object that is swallowed into it. > I'm resizing this Evas_Object with > edje_extern_object_[min/max]_size_set(), and I ha

Re: [E-devel] edje_object_size_min_calc() doesn't return correct size

2009-03-27 Thread Rafael Antognolli
On Fri, Mar 27, 2009 at 2:17 PM, Nicolas Aguirre wrote: > On Wed, Mar 25, 2009 at 6:29 PM, Rafael Antognolli > wrote: >> >> Hi, >> >> I'm trying to use edje_object_size_min_calc() to get the size of an >> edje object after I resized an Evas_Object that is swallowed into it. >> I'm resizing this E