Android Question ProgressDialog question...

kepler

Active Member
Licensed User
Longtime User
Hi,

Today is not my day....

I'm using a ProgressDialog to monitor one of my routines in the Main project.


Problem: the routine calls another routine in a Code module. So...the Progress wheel freezes. And I can't seem to call the bar in the code module.+

Can't figure a way out of this....

Kind regards,

Kepler
 

kepler

Active Member
Licensed User
Longtime User
I think I've found where the program is freezing. It's in a Job.GetString line.

Any way to get around this?

Kind regards,

Kepler
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
What are you doing with the job.getstring? How long is the content you are getting?
 
Upvote 0

kepler

Active Member
Licensed User
Longtime User
I'm downloading some text data from a server. After the download, I use GetString to retrive the data.
The size varies - 50kb to 500kb.

Regards,

Kepler
 
Upvote 0

kepler

Active Member
Licensed User
Longtime User
Hi,

It's a return search from my astronomy website, that calculates some astronomical data. I pull that info and treat it in the app.
The job is very fast - I can see that in the log. But getting the string from the download, it's a little delayed.

Kind regards,

Kepler
 
Upvote 0
Top