Blurry image Problem

Here, said the file was too large so i just uploaded it to a folder in google drive
https://drive.google.com/drive/folders/1GULEVw38hIU_gy8B5S8EmFmnm8RXCBQ3?usp=drive_link

Which screen and which image(s) are you referring to? Post screenshot(s).

Thema


thematic Area 2 And Specifically Image 3

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??