Re: [E-devel] Evas and layout

2009-06-26 Thread Atton Jonathan
I will look this problem this week end. 2009/6/24 Gustavo Sverzut Barbieri > On Wed, Jun 24, 2009 at 4:49 AM, Atton Jonathan > wrote: > > The last try of Sachiel: http://pastebin.com/m4d2e9b00 (I don't have the > > initial link) > > The text is at the top - right, great but the text is display w

Re: [E-devel] Evas and layout

2009-06-24 Thread Gustavo Sverzut Barbieri
On Wed, Jun 24, 2009 at 4:49 AM, Atton Jonathan wrote: > The last try of Sachiel: http://pastebin.com/m4d2e9b00 (I don't have the > initial link) > The text is at the top - right, great but the text is display with only 1 > line instead of 2 or more if necessary  (yes I use a textblock >.<) :( > >

Re: [E-devel] Evas and layout

2009-06-24 Thread Atton Jonathan
The last try of Sachiel: http://pastebin.com/m4d2e9b00 (I don't have the initial link) The text is at the top - right, great but the text is display with only 1 line instead of 2 or more if necessary (yes I use a textblock >.<) :( If we use text.min: 0 1 in the edc file, evas infinite loop in the

Re: [E-devel] Evas and layout

2009-06-23 Thread Atton Jonathan
Sachiel found this solution : http://pastebin.com/m30e9012f but the text is centered in the x axis. I try to play with the weight and the solution of Sachiel but the text is always center to the center the left or the right of the area's layout :/ 2009/6/23 Gustavo Sverzut Barbieri > On Tue,

Re: [E-devel] Evas and layout

2009-06-23 Thread Gustavo Sverzut Barbieri
On Tue, Jun 23, 2009 at 4:13 PM, Atton Jonathan wrote: > If someone find how to set both items to the top, I ll give him a cookie ! > > Test apps: http://watchwolf.fr/public/test_box.tar.gz no time to test it now, but it should be a matter of setting weight = 0 (no weight, no expand) and align.y =

Re: [E-devel] Evas and layout

2009-06-23 Thread Atton Jonathan
If someone find how to set both items to the top, I ll give him a cookie ! Test apps: http://watchwolf.fr/public/test_box.tar.gz 2009/6/23 Gustavo Sverzut Barbieri > On Mon, Jun 22, 2009 at 5:49 PM, Atton Jonathan > wrote: > > hey, > > > > In eyelight I use some vertical layout but I don't get

Re: [E-devel] Evas and layout

2009-06-23 Thread Gustavo Sverzut Barbieri
On Mon, Jun 22, 2009 at 5:49 PM, Atton Jonathan wrote: > hey, > > In eyelight I use some vertical layout but I don't get what I want. The > items are not set to the top but are placed to fill all the box. It seems > than the layout does: > the layout height / number of items = height of an item, ea

Re: [E-devel] Evas and layout

2009-06-22 Thread Atton Jonathan
The file attached ... http://watchwolf.fr/public/Eyelight/eyelight_item_height_bug.png 2009/6/22 Atton Jonathan > hey, > > In eyelight I use some vertical layout but I don't get what I want. The > items are not set to the top but are placed to fill all the box. It seems > than the layout does:

[E-devel] Evas and layout

2009-06-22 Thread Atton Jonathan
hey, In eyelight I use some vertical layout but I don't get what I want. The items are not set to the top but are placed to fill all the box. It seems than the layout does: the layout height / number of items = height of an item, each item has the same height ! My items are created from an edje