Wish B4X Ai Copilot

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
It is good idea to add B4X AI copilot to forum search or IDE, like this:
1683385786596.png

:)
 

Sagenut

Expert
Licensed User
Longtime User
Often the code proposed by AI contain errors that come from NON EXISTING instructions or other things.
In my opinion is a mistake to work with code produced in this way.
Slowly (or not so slowly) we will start to stop thinking and learning.
This is not the way to approach coding.
You should know and understand as well as possible what is happening in your code.
When AI will be smart enough, developers will be useless.
Anyway this is only my opinion.
Coding it's not my living work, so I say all of this out of any interest.
And I could be right or wrong just because of this.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
1. Better to use Wait For to handle the Result event.
2. The explanation is wrong and misleading.

ContentChooser doesn't return a file or a folder. You can't use File.ListFiles nor you can access any other nearby resource.
ContentChooser returns an accessible resource. It can be a resource from Google Drive, from some other app or a file from the local file system.
 
Last edited:

AnandGupta

Expert
Licensed User
Longtime User
1. Better to use Wait For to handle the Result event.
2. The explanation is wrong and misleading.

ContentChooser doesn't return a file or a folder. You can't use File.ListFiles nor you can't access any other nearby resource.
ContentChooser returns an accessible resource. It can be a resource from Google Drive from some other app or a from the local file system.
We already have better B4X Ai Copilot on Forum. It is called "Erel". :)
 
Last edited:
Top