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)) != 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.
If I chance "elm.swallow.end": to elm.swallow.icon it works fine (albeit
backwards value: key).
Unfortunately I can't find any examples using a label in the end
position, but it used to work (I have a screenshot, so I know I'm not
crazy ;-)
Anyone have any ideas what I need to do to make it work, or an alternate
suggestion to make the equivalent work?
Regards,
nash
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web. Learn how to
best implement a security strategy that keeps consumers' information secure
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel