@agraham and Vader
Since B4A version 2.5 we can compile classes to libraries.
Trying to display such libraries on both xml help viewers gives following:
One example is the HttpUtils2 class which is a library since version 2.70.
Attached the xml and jar files of one of my library.
@agraham
In your viewer the comments are not displayed.
It seems that when the name definition is like below the comments are not displayed.
it works fine with this:
@Vader
In your viewer selecting HttpUtile2 library throws the error below.
And another wish.
For these libraries the Class_Globals routine is displayed.
The setXX and getXX routines to define properties are also displayed.
These routines are of no real use for the user, could these be skipped?
Could you please update the viewers, thank you in advance.
Best regards.
Since B4A version 2.5 we can compile classes to libraries.
Trying to display such libraries on both xml help viewers gives following:
One example is the HttpUtils2 class which is a library since version 2.70.
Attached the xml and jar files of one of my library.
@agraham
In your viewer the comments are not displayed.
It seems that when the name definition is like below the comments are not displayed.
B4X:
<name DesignerName="Complete">_complete</name>
<comment>Called by the service when job completes</comment>
B4X:
<name>ReduceColors</name>
In your viewer selecting HttpUtile2 library throws the error below.
And another wish.
For these libraries the Class_Globals routine is displayed.
The setXX and getXX routines to define properties are also displayed.
These routines are of no real use for the user, could these be skipped?
Could you please update the viewers, thank you in advance.
Best regards.