Android Question B4XDaisy Libraries?

mcqueccu

Expert
Licensed User
Longtime User
I have seen @Mashiane posting new libraries everyday, but when I visit the thread, I do not see any file to download?

So far I have been able to download B4XDaisyUikit from Github, and link to google drive as well, buy what about the others?

Can someone direct me on how to get them?
1788924269768.png
 

josejad

Expert
Licensed User
Longtime User
Hi mcqueccu, from the README.md

### 2. Install the Library

Download the latest `B4XDaisyUIKit.b4xlib` from:

- **GitHub Releases** -> [Sithaso-B4XDaisy-UIKit Releases](https://github.com/Mashiane/Sithaso-B4XDaisy-UIKit---Native-Android-Components-inspired-by-DaisyUI/releases)
- **Google Drive Archive** -> [B4XDaisyUIKit Downloads](https://drive.google.com/drive/folders/1Ccr4SiPYugPCsN0juwwwqAZGewMW-xZj?usp=sharing)

Copy `B4XDaisyUIKit.b4xlib` into your **Additional Libraries** folder (Tools -> Configure Paths).
 
Upvote 0

mcqueccu

Expert
Licensed User
Longtime User
I have the B4XDaisyUIKit.b4xlib. version 0.95
But in B4A

My question is about the others.. When I used the B4XDaisyuikit, some libraries are missing

Like B4Xdaisylist, file input, filehandler, etc.

Their thread doesn't point to the libraries
 
Upvote 0

Mashiane

Expert
Licensed User
Longtime User
Greetings, thanks for the enquiry.

The files in question are inside the b4xlib. Have opened it in my pc and all is well.

1788955489593.png


However, I have just downloaded the file from github, for whatever reason, it corrupted, I will re-upload to gibhub/google drive.

Also, when you check, please open the dist.b4a project from your download, if everything is well, just check if any of the libraries listed show a '00" version number as at times the IDE library registration reports such errors when something goes wrong.

1788955681819.png
 
Upvote 0

josejad

Expert
Licensed User
Longtime User
if any of the libraries listed show a '00"
You're rigth. I've updated B4XDaisyUIKit to 0.95, and now I get the error:

Unknown type: bitmapcreatoreffects<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyAvatar)&lt;/i&gt;

1788963557712.png


I've downloaded again the lib, but the same error ocurrs
 
Upvote 0

mcqueccu

Expert
Licensed User
Longtime User
1788963629098.png



Error log:
Unknown type: httpjob<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyPocketBase)&lt;/i&gt;
Unknown type: okhttpclient<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyPocketBase)&lt;/i&gt;
Unknown type: configurator<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyPDFView)&lt;/i&gt;
Unknown type: pdfview<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyPDFView)&lt;/i&gt;
Unknown type: pdfiumcore<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyPDFView)&lt;/i&gt;
Unknown type: ac_timepicker<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyInput)&lt;/i&gt;
Unknown type: ac_datepicker<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyInput)&lt;/i&gt;
Unknown type: stringutils<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileInput)&lt;/i&gt;
Unknown type: resultset<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileInput)&lt;/i&gt;
Unknown type: uri<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileInput)&lt;/i&gt;
Unknown type: contentresolver<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileInput)&lt;/i&gt;
Unknown type: contentchooser<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileInput)&lt;/i&gt;
Unknown type: contentchooser<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileHandler)&lt;/i&gt;
Unknown type: contentchooser<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileHandler)&lt;/i&gt;
Unknown type: resultset<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileHandler)&lt;/i&gt;
Unknown type: uri<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileHandler)&lt;/i&gt;
Unknown type: contentresolver<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileHandler)&lt;/i&gt;
Unknown type: fileprovider<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileHandler)&lt;/i&gt;
Unknown type: stringutils<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyDivision)&lt;/i&gt;
Unknown type: stringutils<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyChatBubble)&lt;/i&gt;
Unknown type: stringutils<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyCardTitle)&lt;/i&gt;
Unknown type: stringutils<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyCard)&lt;/i&gt;
Unknown type: bitmapcreatoreffects<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyAvatar)&lt;/i&gt;
Unknown type: stringutils<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyAlert)&lt;/i&gt;
 
Upvote 0

Mashiane

Expert
Licensed User
Longtime User
View attachment 173511


Error log:
Unknown type: httpjob<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyPocketBase)&lt;/i&gt;
Unknown type: okhttpclient<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyPocketBase)&lt;/i&gt;
Unknown type: configurator<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyPDFView)&lt;/i&gt;
Unknown type: pdfview<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyPDFView)&lt;/i&gt;
Unknown type: pdfiumcore<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyPDFView)&lt;/i&gt;
Unknown type: ac_timepicker<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyInput)&lt;/i&gt;
Unknown type: ac_datepicker<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyInput)&lt;/i&gt;
Unknown type: stringutils<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileInput)&lt;/i&gt;
Unknown type: resultset<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileInput)&lt;/i&gt;
Unknown type: uri<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileInput)&lt;/i&gt;
Unknown type: contentresolver<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileInput)&lt;/i&gt;
Unknown type: contentchooser<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileInput)&lt;/i&gt;
Unknown type: contentchooser<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileHandler)&lt;/i&gt;
Unknown type: contentchooser<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileHandler)&lt;/i&gt;
Unknown type: resultset<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileHandler)&lt;/i&gt;
Unknown type: uri<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileHandler)&lt;/i&gt;
Unknown type: contentresolver<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileHandler)&lt;/i&gt;
Unknown type: fileprovider<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyFileHandler)&lt;/i&gt;
Unknown type: stringutils<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyDivision)&lt;/i&gt;
Unknown type: stringutils<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyChatBubble)&lt;/i&gt;
Unknown type: stringutils<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyCardTitle)&lt;/i&gt;
Unknown type: stringutils<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyCard)&lt;/i&gt;
Unknown type: bitmapcreatoreffects<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyAvatar)&lt;/i&gt;
Unknown type: stringutils<br />Are you missing a library reference? &lt;i&gt;(B4XDaisyUIKit.B4XDaisyAlert)&lt;/i&gt;
Please see #5, you need to include all the libraries in that list otherwise your app wont work as the b4xlib is all encompassing, those are the dependencies.

However, you can extract from the b4xlib only the class modules you want to use for the app. Its MIT and open-source after all.
 
Upvote 0
Top