Re: [E-devel] Edje box and textblock

2009-02-05 Thread Gustavo Sverzut Barbieri
On Thu, Feb 5, 2009 at 6:29 AM, Atton Jonathan wrote: > re-attach the file > > 2009/2/4 Atton Jonathan > >> hello, >> >> I have a problem when I add a textblock in a box. I attach a source code. >> >> If I don't specify a "x min" in the "item" block the text does not appears. >> The only way to d

Re: [E-devel] Edje box and textblock

2009-02-05 Thread Atton Jonathan
re-attach the file 2009/2/4 Atton Jonathan > hello, > > I have a problem when I add a textblock in a box. I attach a source code. > > If I don't specify a "x min" in the "item" block the text does not appears. > The only way to display the text is to specify a min and the size of the > item will

[E-devel] Edje box and textblock

2009-02-04 Thread Atton Jonathan
hello, I have a problem when I add a textblock in a box. I attach a source code. If I don't specify a "x min" in the "item" block the text does not appears. The only way to display the text is to specify a min and the size of the item will be fix and of course a fix size is really bad. I don't k