B4J Tutorial UI Wrapper for B4J Packager

Hi,

using it as a non-ui program works well, but I prefer using it as a ui program.
Therefore, I have now changed the application as ui program.
This wrapper is derived from "B4JPackager11 v1.14"

For documentation, please see the tutorial from Erel.

1582452936806.png
 

Attachments

  • B4JPackager-Wrapper_1.00.zip
    15.5 KB · Views: 296
Last edited by a moderator:

IndieDev

Active Member
Licensed User
Getting error while compiling...

B4J Version: 8.10
Java Version: 11
Parsing code. Error
Error parsing program.
Error description: Unknown type: okhttpclient
Are you missing a library reference?
Error occurred on line: 11 (HttpUtils2Service)
Private hc As OkHttpClient

Any idea why?
Library: jOkHttpUtils2 (Version: 2.91) is selected in Library Manager.
 
Top