On Mon, 10 Jan 2011 20:49:05 +1100 Brett Nash said:
>
>
> On 10/01/2011, at 8:04 PM, Carsten Haitzler (The Rasterman)
> wrote:
>
> > On Mon, 10 Jan 2011 18:29:31 +1100 Brett Nash said:
> >
>
> if (strcmp("elm.swallow.end",part)) != 0) return NULL;
>
> o = elm_lab
On Mon, 10 Jan 2011 18:23:18 +0900 Daniel Juyung Seo
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 ratio with
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 wrote:
> On Mon, 10 Jan 2011 18:29:31 +1100
On Mon, 10 Jan 2011 18:29:31 +1100 Brett Nash 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
> >
> > 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 with a recent update it stopped working.
> >
> > A
On Mon, 10 Jan 2011 15:23:24 +1100 Brett Nash 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 do code
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)) !