The documentation is...

LucaMs

Expert
Licensed User
Longtime User
The documentation is... one of the negative aspects of B4X, according to some AIs, that is, one of the things that makes people choose different languages.

I DON'T HAVE B4I - I seem to recall that there's no Click event for Labels in B4I, but I'm not sure. How can I verify this?
I searched for "Label" in the internal search engine, filtering for B4I:


1754935484774.png



Evidently, the results aren't helpful in this case.
Look at the official documentation? The following guides exist "now":

1754935695591.png



There's no specific guide for B4I, B4A, or B4J.

What would be helpful, both for users and for the popularity of B4X?
Complete web pages with "smart" links.
A lot of effort, I know, but it would be a good investment.

I'm writing this for you, because this will be my last year.





[Signed: the uncooperative critic]
 

Cableguy

Expert
Licensed User
Longtime User
well, with over 110K users, and knowing for a fact that we have some former publisher editor amidst us, maybe someone would offer to work directly with Erel and create a proper documentation page...
There's plenty of source info to start it!
 

PaulMeuris

Well-Known Member
Licensed User
The documentation is ... in the forums, booklets, books, and so on, BUT searching in that documentation is difficult, time consuming, and not leading to good results...
The maintenance of the website and the forums is not a priority it seems...
If there were proper documentation pages then which information would be in it?
Which criteria would be used to take an example to be part of the documentation?
Finding someone to work on it is a decision Erel CAN take...
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I DON'T HAVE B4I - I seem to recall that there's no Click event for Labels in B4I, but I'm not sure. How can I verify this?
If you do use B4i then you can easily find the events:

1754973610909.png


I searched for "Label" in the internal search engine, filtering for B4I:
Threads marked with [B4X] are cross platform, which means that they are relevant to B4i as well.
 

vecino

Well-Known Member
Licensed User
Longtime User
Perhaps you could pass all the documentation to an “AI” and ask it to create a website with it.
 

rabbitBUSH

Well-Known Member
Licensed User
Longtime User
Perhaps you could pass all the documentation to an “AI”
On that note - a friend recently told me the best use he has found for AI is that he says it great at producing documentation for a software suite at his office. Don't know what his method is for doing it.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User

LucaMs

Expert
Licensed User
Longtime User

LucaMs

Expert
Licensed User
Longtime User
Title: A "Wish" for Google

(this way we could know if Google, with its powerful tools, also reads all these posts 😁).

Chrome, unlike other browsers, has the very useful ability to translate a web page into many languages; excellent, very useful.

In my previous post, I posted an image containing English text; not everyone speaks English perfectly, so...

Dear Google, could you add an OCR feature to Chrome?

(I don't really care, since I have Windows 7 and won't be able to use future versions of Chrome; in fact, not even many current versions 😕).

---------

I'm not asking Erel this, I guess it's impossible to add OCR to Xenforo.
 

LucaMs

Expert
Licensed User
Longtime User
I'm not asking Erel this, I guess it's impossible to add OCR to Xenforo.
:oops:

Me:
Would it be possible for a Xenforo forum manager to add an OCR feature?

Perplexity:
Yes, it's possible for a Xenforo forum manager to add OCR functionality, but it's not natively supported by Xenforo itself. However, this functionality can be integrated via plugins or custom development.
Specifically, there's the option of using external OCR software like Tesseract (an open-source OCR engine) installed on the server and then connecting it to Xenforo via PHP bindings. This way, when a user uploads a photo or image containing text, the system can extract the text from the image using OCR and use it, for example, for comparisons or automatic insertions into the forum database. This requires technical development and configuration of the OCR engine on the server, but it's feasible, and some Xenforo developers have already discussed the idea in the Xenforo community's technical forums.xenforo
So, if the forum manager has some technical skills or can rely on a developer, it is possible to implement OCR on Xenforo.

:oops:
 

stevel05

Expert
Licensed User
Longtime User
You could always try one of these B4j projects:
 
Top