[e-users] ListItem.base_get() returns None

2009-12-22 Thread daniele_athome
Hi list. I want to access edje parts methods of a ListItem to modify some things. So I use ListItem.base_get() to get a Canvas object and then pass it to edje.Edje() to build a edje object so I can modify those parts. But base_get() always returns None, also in selection callback and in any other

Re: [e-users] ListItem.base_get() returns None

2009-12-22 Thread Gustavo Sverzut Barbieri
On Tue, Dec 22, 2009 at 8:55 AM, daniele_athome daniele.ath...@gmail.com wrote: Hi list. I want to access edje parts methods of a ListItem to modify some things. So I use ListItem.base_get() to get a Canvas object and then pass it to edje.Edje() to build a edje object so I can modify those