@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.
Is possible to achieve it with ofThread?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