Hello all,

The widgets are:
an elm_scroller contains an elm_box, which packs a list of elm_entry objects.

Loading a long list of elm_entries (100+) is somehow slow on my device
and the user may skip to the very end of the list.
Therefore, to improve responsiveness, when the user skips to a
particular entry, that entry is loaded immediately and the ones below
are loaded subsequently in an idler.
There is an entry populating idler that will later pack the remaining
elm_entries above the entry being viewed.  However, when the ones
above the currently viewed entry are getting packed into the elm_box,
the entry being viewed will be pushed down and go off screen.

Is there a way to maintain the viewport of the scroller, or fix the
viewport on a particular object?  Or there's a better way of handling
this?

Thanks in advance.


brian

-- 
brian
------------------

Cool-Karaoke - The smallest recording studio, in your palm, open-sourced
http://cool-idea.com.tw/

iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to