Thanks. :P

Was actually just about to get to it. Anyhow, I hope you are right and
that it's correct and won't break very weird cases. That's the biggest
issue with scroller. We have zero corner-cases tests.

--
Tom.

On Mon, 2011-05-02 at 18:26 +0900, Carsten Haitzler wrote:
> On Fri, 29 Apr 2011 08:04:39 +0000 (GMT) Jaehwan Kim 
> <[email protected]>
> said:
> 
> works for me. in svn. thanks! :)
> 
> > 
> > Dear Tom,
> > 
> > I and Seoz found some problem about _elm_smart_scroller_wanted_region_set in
> > els_scroller. While genlist items are appended, momentum animation in
> > scroller cannot operate. It's why _elm_smart_Scroller_wanted_region_set is
> > called continually. It's the problem which Seoz told you. and I fixed this
> > problem. Please check the attached patch file.
> > 
> > If you want to check the problem.
> > Set the "Thumb scroll friction" in elementary_config to 2~3.
> > Change the file "test_genlist.c" in elementary/src/bin like below.
> > 
> > Index: src/bin/test_genlist.c
> > ===================================================================
> > --- src/bin/test_genlist.c  (revision 58986)
> > +++ src/bin/test_genlist.c  (work copy)
> > @@ -156,7 +156,7 @@
> >     evas_object_show(bt_1500);
> >     elm_box_pack_end(bx, bt_1500);
> >  
> > -   for (i = 0; i < 2000; i++)
> > +   for (i = 0; i < 100000; i++)
> >       {
> >          gli = elm_genlist_item_append(gl, &itc1,
> >                                        (void *)(long)i/* item data */,
> > 
> 
> 



------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to