B4J Tutorial SithasoDaisy TailwindCSS UI Toolkit: Q & A

Hi there

NB: Where possible, please include a simple project that demonstrates your use case.

Do you have any questions about SithasoDaisy UI Toolkit?

You can shoot it here and we will oblige.

Thanks in advance?


Join on Telegram


Check $5 WebApps

 
Last edited:

sdleidel

Active Member
Licensed User
Longtime User
It's possible however it will mean a new component will have to be developed for this. There is a Banano library in the forum that works with LeafLet maps which can be used also. Not sure if settings allow that to use openstreetmaps
And this…. ?
As example ?
Test
 

giannimaione

Well-Known Member
Licensed User
Longtime User
two question;

first)
i make a Table (SDUITable) via code:
How to set column header Height?

second)
i make a modal (SDUIModal) via code:
How to set Width and Height to max view?
 

Mashiane

Expert
Licensed User
Longtime User
How to set Width and Height to max view?
1727976897980.png

Both should be full. This applies to the abstract designer and code

B4X:
mdl.Width = "full"

mdl.Height = "full"
 
Top