Blurry image Problem

With an image (using PNG or JPG), you'll hardly be able to avoid this problem, as the resolution (in your case, 2000x1200px) is reduced so drastically that this effect is unavoidable. So, use multiple HAs in a VA to fill the table with the AI2 Text component.

Or use vector graphics (SVG) ─ this should be possible using an exxtension. 🎉🎉New SVG Image Loader - Extensions - Kodular Community

1 Like

You might want to look at the TableViewer extension, where you can create and format tables in html. You just need to supply the data as a csv file, so all your work can be contained within your app.

If you cannot use extensions, the you could still create formatted html tables with your data, and display these in a webviewer.

1 Like

See the Tables section.

You can alternatively nest Labels in Horizontal and Vertical Arrangements, and fill in the Label Texts at run time if working from a data base or file.

1 Like

But if i used a tablet to test my app would what i see in the site (specifically the Table PNG) be the same in the tablet?

Thank you for This alternative, It seems to be a good replacement I'll be trying this out and Seeing if i can get it to work for my app

Post deleted for error

What should that change?

Hey, Any simpler way to have a table like the one in the extension but simpler? I've been trying for a day now and i seem to not be able to get a hang of it at all

It doesn't get much simpler :wink:

What are you having trouble with ?

Well to put it simple the Table wont appear


i followed this btw

Screenshot 2025-08-18 202724
heres mine, am i missing a crucial step or am i just that stupid

This works here:

image

You need make sure your "data" is a list of lists.

1 Like

Thanks alot!

Sorry, But last question, is there a way i can color the boxes like this?

Something like this:

image

image

2 Likes

Whha yess ! :sunglasses:

Any way For the Table to just appear without having to click a button??


1.2
Copied what you sent in the picture you showed and when i click the button the table doesnt appear, is there something wrong in my blocks?

im now getting a new error which is this everytime i try to click the button
Screenshot 2025-08-19 171946

Do you see the red X on the init global variable block?

The text blocks probably are missing trailing \n end of line markers necessary for CSV table encoding.

It's easier to type up the cav data into a text file, upload it into the Media folder, and load the table from there at app startup.

Search this board for Wordle In a Day for a sample table load sequence (single column, but the file access is the same.)