Hi All,
I'm trying to find an function in Tizen native API who make the application update / repaint itself (including every sub-component). Just like other platform SDK, there is such a function as "update()", "repaint()", "invalidate()", "refresh()".
We use Window::Show() to update the main application window. But if this functions is called on the main UI thread, no matter how many times you call it, Tizen application does not update itself.
So any suggestion of making immediate application repainting?