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 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?

well i just tested genlist - put a different icon in elm.swallow.end vs
elm/swallow.icon - works. 2 different icons.  printf tells me it's calling it
for both positions. i can't reproduce your issue here :(

>       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
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to