On Wed, 25 Jul 2012 18:10:26 +0200 Vincent Torri <vincent.to...@gmail.com> said:

> On Wed, Jul 25, 2012 at 4:34 PM, Daniel Juyung Seo <seojuyu...@gmail.com>
> wrote:
> > Can you attach the test code here? I can help you.
> >
> > The reason why genlist calls item callback functions is:
> > A. Genlist realizes(creates) all the items at least once to calculate
> > its size(width, height).
> > B. Genlist realizes items which are staying inside the viewport.
> > C. Content callback are called per each swallow part in items.
> > Because of (A+B)*C, genlist calls item content get callback many times.
> >
> > If all your genlist items have the same height, you can skip A by
> > calling this API.
> > elm_genlist_homogeneous_set.
> > http://docs.enlightenment.org/auto/elementary/group__Genlist.html#ga0fc1e934814587a939ec437494eea0dc
> 
> i've finally fixed my problem, i did a mistake.
> 
> sorry for the noise

at least you know why it's called more often than u think :)

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to