Hi, I need to update progress bar on my UI during download progress using Native Download API. I have set callback *download_set_progress_cb *to get the progress update. But, when I set value my progress bar (UI) inside the progress callback, my progress bar sometimes not updated even force close the app.
Something that I know progress bar run on mainloop thread, but download API run on other thread. My question is how to send data to mainloop thread from that download API progress callback ? Thanks :)
_______________________________________________ Application-dev mailing list Application-dev@lists.tizen.org https://lists.tizen.org/listinfo/application-dev