Only App Inventorâs own Color Integer at the moment.
Great extension. Scheme wizard generates colors in hex. Unfortunately, after switching to integers, the application still does not have the correct colors. In my opinion, everything is transparent and has a background color. I work at appinventor.
Kodular integer color is different from app inventorâs. There is no problem for me. You can use color unities for hex code and make color for rgb(a)
If you wrote this to me, I mean this:
- âBackgroundColorâ: & HFFFFFFFF - it causes an error in the application,
- âBackgroundColorâ: 16777215 - it doesnât work, doesnât change color,
I donât know what color format to use in appinventor in the template to make it work.
I found a solution:
N = B + (G + (R + (256 x opacity)) x 256) x 256
Eg.
N = 0 + (255 + (255 + (256 x 255)) x 256) x 256 = 4294967040
I donât know why appinventor makes such a hassle with colors if everything changes to hex when converting from blocks to java code.
Looks like you also created the GitHub issue about this, so to keep the conversation in one place, lets continue the discussion in GitHub.
I am creating an application to show some airtable database with dynamic component extension. Every component is working fine but only Dynamic Space is not working properly . Please check the blocks . i have set the width of dynamic space to -2 (Fill Parent) but in application it creates random space between first line arrangement but in second line arrangement it create no space . why ? Blocks are the same with different idâs .
Please Help.
If your parent arrangement has Automatic Width, then setting the child component to the Fill Parent will not make any sense.
Parent Arrangement has also width -2 Fill Parent .
then why it causes this issue ?
Can you try with empty label?
Yeah now i have tried the Empty Labels and the horizontal arrangements with width -2 to add space between these labels in both lines but still not working .
Outer Arrangement width is -2 and thatâs working fine . but inner arrangement is not working properly.
Here are the components that i used:
CardView
------Horizontal Arrangement
------------Icon1
------------Label1
------------Space (Space, Label and Arrangement all not working with width -2)
------------Icon2
------------Label2
------Horizontal Arrangement 2
------------Label1
------------Space (Space, Label and Arrangement all not working with width -2)
------------Label2
------------Label3
Can you please check why itâs not working by creating these dynamic blocks
thanks
Is your CardView and HorizontalArrangementâs Width set to Fill Parent?
Yeah cardview and arrangement is set to (width) -2
Can you send your AIA? Or can you make an empty project that reproduces this?
Thank You So Much @yusufcihan . when i try to reproduce it then i noticed that in second arrangement component it set " in " block to the first Horizontal arrangement .
Both names was so similar that i have not noticed that mistake before.
Thanks Again.
This Is My Problem Anyone Can Help Me ?? When Iâm Click On Dyanmic Listview Then Open Screen3 Then Show This Error
How to Create Gridview With Dynamic Component Extention ?
I have made a guide of it. You may check it out
Where I Check ???/
Just search simple grid view
And You will see it on first result