Re: [E-devel] ELM_LIST PROBLEM.

2011-04-28 Thread The Rasterman
On Thu, 28 Apr 2011 15:18:48 +0900 ChunEon Park said: evas_object_ref() evas_object_unref() :) can always use these to make sure the obj isnt deleted while its in use (things being walked etc.) :) > Hi, This is Hermet. > > I have a problem at elm_list. > > When user delete the list in the

[E-devel] ELM_LIST PROBLEM.

2011-04-27 Thread ChunEon Park
Hi, This is Hermet. I have a problem at elm_list. When user delete the list in the item select callback function, then segfault could be happened. For example, User creates a notify and content set a list into the notify. Then let's remove the notify when list item is selected. The l