B4J Question Download progress, huge files

aidymp

Well-Known Member
Licensed User
Longtime User
Download jHttpUtils2 source code. You will see that there is a module named HttpUtils2Service. You need to apply the same change as described in the B4A post.

B4J ProgressBar.Progress is a number between 0 to 1. This is the only difference.

Hi, Im trying to implement this but get the following error

B4X:
B4J version 2.80
Parsing code.                           Error
Error parsing program.
Error description: Unknown type: jobtag
Are you missing a library reference?
Occurred on line: 67
      Dim jt As JobTag = j.Tag

Why is that?

Thanks
 
Upvote 0

aidymp

Well-Known Member
Licensed User
Longtime User
Hi, Im trying to implement this but get the following error

B4X:
B4J version 2.80
Parsing code.                           Error
Error parsing program.
Error description: Unknown type: jobtag
Are you missing a library reference?
Occurred on line: 67
      Dim jt As JobTag = j.Tag

Why is that?

Thanks

A quick update on this! for reference, This demo project answers this question perfectly!

https://www.b4x.com/android/forum/threads/b4j-http-download-with-progressbar.37636/#post-222225

Thanks Aidy
 
Upvote 0
Top