Re: [E-devel] Recent(-ish) changes to elm genlist? elm.swallow.icon

2011-01-10 Thread The Rasterman
On Mon, 10 Jan 2011 18:29:31 +1100 Brett Nash n...@nash.id.au said: if (strcmp(elm.swallow.end,part)) != 0) return NULL; o = elm_label_add(obj); elm_label_label_set(o, calculated_value(yadda, yadda)); evas_object_show(o); return o; This used to work, but

Re: [E-devel] Recent(-ish) changes to elm genlist? elm.swallow.icon

2011-01-10 Thread Daniel Juyung Seo
hi Raster, is that related to below codes in elm.swallow.end? aspect: 1.0 1.0; aspect_preference: VERTICAL; Nash told that label in elm.swallow.icon works. Thanks. Daniel Juyung Seo (SeoZ) On Mon, Jan 10, 2011 at 6:04 PM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 10 Jan

Re: [E-devel] Recent(-ish) changes to elm genlist? elm.swallow.icon

2011-01-10 Thread The Rasterman
On Mon, 10 Jan 2011 18:23:18 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: hi Raster, is that related to below codes in elm.swallow.end? aspect: 1.0 1.0; aspect_preference: VERTICAL; Nash told that label in elm.swallow.icon works. Thanks. that forces it to have a 1:1 aspect

Re: [E-devel] Recent(-ish) changes to elm genlist? elm.swallow.icon

2011-01-10 Thread The Rasterman
On Mon, 10 Jan 2011 20:49:05 +1100 Brett Nash brettn...@gmail.com said: On 10/01/2011, at 8:04 PM, Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Mon, 10 Jan 2011 18:29:31 +1100 Brett Nash n...@nash.id.au said: if (strcmp(elm.swallow.end,part)) != 0) return

[E-devel] Recent(-ish) changes to elm genlist? elm.swallow.icon

2011-01-09 Thread Brett Nash
Hello, So I have a simple app the displays a list of things in a genlist in a format vaguely like: Key value Where key is the main item, and value is stored using a .icon_get callback. In it I do code along the lines of: if (strcmp(elm.swallow.end,part)) !=

Re: [E-devel] Recent(-ish) changes to elm genlist? elm.swallow.icon

2011-01-09 Thread The Rasterman
On Mon, 10 Jan 2011 15:23:24 +1100 Brett Nash n...@nash.id.au said: Hello, So I have a simple app the displays a list of things in a genlist in a format vaguely like: Key value Where key is the main item, and value is stored using a .icon_get callback. In it I