Languages

Menu
Sites
Language
Is there a way to tell Tizen Native Application repaint itself immediately

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?

 

 

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
kavish
You can use the redraw() method for repainting, which will generate another paint event in the OS.