Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

Draw on screen while thread is running

$
0
0

@VVZen wrote:

Hi,
I'm parsing an xml document (search/modify some attributes, etc..) and this requires quite a bit of time.. I'd like to move all of the parsing operations into a separate thread and in the meantime update the screen with a progress bar. :confused:
Is possible to achieve it with ofThread? :question:

Namasté

PS: (I'm quite used to Android where I would use a simple asyncTask object which has the onProgressUpdate() method and the doInBackground() and onPostExecute() )

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles