On Sun, 18 Mar 2012 21:17:10 -0400 Michael Blumenkrantz
<michael.blumenkra...@gmail.com> said:

> On Mon, 19 Mar 2012 01:55:47 +0100
> Leif Middelschulte <leif.middelschu...@gmail.com> wrote:
> 
> > Hey everyone,
> > 
> > I found more unexpected behavior in elm. This time it's about
> > list_append, directly followed by list_item_bring_in.
> > It just does not work. Nothing happens.
> > 
> > I wrote a small example and added a solution/workaround which should
> > either be integrated into elm or into examples/docs.
> > 
> > Basically all that is necessary is a main loop iteration between the
> > _append and the _bring_in calls.
> > 
> this is obvious: object creation in elm is async, and so it is not guaranteed
> (or likely) that any object you create will be visible/realized until it
> signals that it has been created with a smart callback. genlist/gengrid both
> have realized/unrealized callbacks, so the solution is likely going to be
> adding a similar mechanism to regular list.
> 
> all in all, list is developed on less than gengrid, and gengrid is not worked
> on at all. I don't know why you're wasting your time with it (unless you
> didn't know, in which case consider yourself Enlightened now :))

list vs genlist. list is sync. genlist is async + queued.

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


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to