HHello salut je peux avoir la documentation en français ou un lien où je peux la télécharger celle qui est dans le site officiel est en anglais et sa me ralentit considérablement dans ma progression
merci cordialement
I use B4J Console (non-UI) project:
I'm try the example from the documentation "B4X Language" about "Waiting for a resumable sub to complete":
Sub Process_Globals
End Sub
Sub AppStart (Args() As String)
Prb
Log("after Prb 1")
Wait For Prb_Complete
Log("after Prb 2")
End Sub...
I'm returning a B4X project after a break and as a way of familiarising myself with the project structure, classes etc I thought a good place to start would to be to document it all. So while I was messing with ChatGPT I asked it if the was a tool do this for me and it suggested there was one...
In the booklet "B4X Help Tools" in paragraph 2.4 there is a download link for B4X Help Viewer, which does not work.
So, would anybody be so kind to tell me where I can download that tool, and also another tool B4X Object Browser.
TIA!
Hi,
how Anywhere Software intended to show the documentation page for a specific keyword (except for searching with google or so) ?
Example : keyword "List"
Problem : As a new user I didn't knew it is defined under "Collection"
Expected answer ...
If we have a sub like this...
' This is a very important sub
Public Sub showingOff
Msgbox("Never use Msgbox", "Important message")
End Sub
...we get very nice docs when hovering that sub name in other code:
However, if we do the same with a variable:
' This timer is very important...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.