Android Question BCTextEngine = HttpUtils2Service declaired twice!

aidymp

Well-Known Member
Licensed User
Longtime User
Hi I STILL use the custom HttpUtils2Service module as it also provides progress information where the standard libray does not. I tried using BCTextEngine.b4xlib and never noticed the error message until a save, and reopen.

I presume BCTextEngine.b4xlib either contains or references HttpUtils2Service in some way?

Help - As I really have to use the custom code module HttpUtils2Service. I definitely don't have the lib HttpUtils2 library loaded! I was so looking forward to the first run.

I think Erel is the only one who can help here.

Thanks
 
Last edited:

LucaMs

Expert
Licensed User
Longtime User
I presume BCTextEngine.b4xlib either contains or references HttpUtils2Service in some way?
It uses OkHttpUtils2.

Unzip BCTextEngine.b4xlib and you will get 5 files:

BBCodeParser.bas - SetImageView routine
BBCodeView.bas
BBLabel.bas
BCTextEngine.bas
manifest.txt - depends on OkHttpUtils2

I STILL use the custom HttpUtils2Service module as it also provides progress information where the standard libray does not
https://www.b4x.com/android/forum/threads/download-progress-okhttputils2.88010/#post-556986
 
Upvote 0
Top