Hi I want to make something like animation for my listbox
So what I do right now is request data using HttpGet, and after got the response I draw/insert the listbox
I'm not using wait dialog because it blocking
What I do right now is SetEmptyText on listbox while wait the response, usually I write "Loading..." on it
I want improve it a bit, with drawing animation for waiting listbox contentCode:iListBox->View()->SetListEmptyTextL(aText);
But how to do this?
Is that possible to draw something / draw another control in front of a listbox?
(Maybe something like layer on Photoshop)
I'm interested using this
http://www.developer.nokia.com/Commu...itmapAnimation
Thanks



