Tizen Developers

Menu
Sites
Language
Tizen analog for Delphi’s ProcessMessages()

Hi !

In Delphi there is a special method - ProcessMessages(), which processes all pending messages in Message Queue.

Is there similar method in Tizen ?

Ages ago, I saw such method in bada, but now just can't recollect it.

Edited on 18 03, 2014

Responses

1 Replies
Pushpa G
Hi Sergii, AFAIK, there is no equivalent method in Tizen native framework to process all the message in the message queue, actually there is no message queue support in tizen native framework. However, the below classes from tizen native framework can be used to exchange messages between applications. 1. Tizen::App::MapDataControl 2. Tizen::App::SqlDataControl You can also use MessagePort for communication between applications, Tizen::Io::MessagePortManager Tizen::Io::RemoteMessagePort Thanks