<name DesignerName="Complete">_complete</name>
<comment>Called by the service when job completes</comment>
<name>ReduceColors</name>
@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:B4X:<name DesignerName="Complete">_complete</name> <comment>Called by the service when job completes</comment>
@VaderB4X:<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.
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?
I used version 3.2.1.0 which I downloaded yesterday. It showed the error message for all libraries.Klaus, what version of the B4a Object Browser are you using?
I used version 3.2.1.0 which I downloaded yesterday. It showed the error message for all libraries.
Now l downloaded version 3.2.0.0 which works OK.
It's version 3.2.0.0.
How is AutoUpdate working ?
Best regards.
The original text was:The routines Class_Globals and the DesignerCreateView are of no use for the library user.
The DesignerCreateView is used internaly with the Designer to handle CustomViews.
To give the library user the possibility to add the CustomView in code he needs to write a specific routine to add the view to a parent view, AddView in my LimitBar example.
Best regards.The routines Class_Globals, the DesignerCreateView and even the Initialize routine are of no use for the library user.
DesignerCreateView and Initialize are used internaly with the Designer to handle CustomViews.
To give the library user the possibility to add the CustomView in code he needs to write a specific Initialize routine. Initialize2 in my LimitBar example.
Don't worry, no hurry.
Best regards.
Just tried it, works fine !
In a next update you could also skip the DesignerCreateView routine.
Best regards and thank you.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?