Android Question [Solved] What is library of csbuilder in B4J and B4i

Theera

Well-Known Member
Licensed User
Longtime User
Hi all,
I 'm creating B4XThaiUtils B4XLib file ,I don't know what is library of csbuilder in B4J and B4i.
Please advise for me.

Best Regards,
Theera
 

jahswant

Well-Known Member
Licensed User
Longtime User
 
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User
I have read it,but I can't found my answer. There is no csbuilder.b4xlib file
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Charsequence is an Androidfeature i guess.
 
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User
This is my manifest.txt. I can't refer to csbuilder library.
 

Attachments

  • manifest.txt
    272 bytes · Views: 43
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User
there is no library. It is in B4A Core code.
There is no such Feature in B4J and B4i i guess.
How do I refer to them which they are internal libraries?
 
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
csbuilder in B4J and B4i.
csbuilder is B4A and B4I only.
 
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User
Hi all,
I have decided to use StringBuilder which is one of internal libraries. It is in B4A ,B4J and B4i instead of CsBuilder.
I still have the problem about "Unknown member: dirinternal" I don't know to solve it. I have attached with my code and library.
DowbloadHere
Best Regards,
Theera
 
Last edited:
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User
not in this post from you. File.DirInternal is not available on all platforms i guess.,
Please to see my code and my lib. B4a is ok,but B4J isn't worked. B4i can't be tested.
 
Last edited:
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User
View attachment 145773

this is the solution for b4x cross platform
My library isn't used any dirinternal. I don't know how come it is.

My lib created by copying B4XStringFunctionVB,and then edited it directly by vs code
 
Upvote 0

ilan

Expert
Licensed User
Longtime User
My library isn't used any dirinternal. I don't know how come it is.

My lib created by copying B4XStringFunctionVB,and then edited it directly by vs code
are you loading, saving any files/data with your libraries? if yes i assume you do use a folder to save that data and it would be file.dirinternal for b4a. maybe another third party library is using it so you need to make sure you use cross platform libraries.
 
Upvote 0

Theera

Well-Known Member
Licensed User
Longtime User
are you loading, saving any files/data with your libraries?
No. I don't use any file/data.
 
Upvote 0
Top