Hi,

let's say that I have 1000+ items (ClutterActors) to insert in a vertical MxListView with kinetic scrolling. Right now they're added all at once, which isn't the best option for my case because it slows done the painting of the whole widget. I was wondering if using an async version of model_changed_cb () [on mx-list-view.c] could speed up the things. In particular I'd like to put async the call to clutter_container_add_actor (). Before adventuring in complex things I'd like to ask what you think about this. BTW I already tried the way to add chunks via on_idle functions, but they weren't fluid at all, blocking the whole user interface for some moments.

what are you suggestions?

Thanks and Regards,
Massimo

_______________________________________________
clutter-app-devel-list mailing list
[email protected]
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to