Dear Jaehwan,

The patch looks reasonable. I don't have time to really test it at the
moment,
but I will test it as soon as I can. This needs proper testing because
wanted
x is really needed in some weird cases of resizing the scroller in certain
ways,
flipping ui-mirroring and etc.

--
Tom.

2011/4/29 Jaehwan Kim <[email protected]>

>
> 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
>
>


-- 
Tom.
------------------------------------------------------------------------------
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