ColorLab Code Made with Kodular Updated

What is the name of your app?

Color Lab

App Store/Download link:

ColorLab.apk (4.8 MB)

Describe your app:

Creating Color With Hex Color Code and RGB Color Code.

Screenshots:



AIA file (Optional)

Target 20 Likes

12 Likes

I don’t see what I’m writing, something to fix.

Neither with slider nor textbox can I choose all colors, e.g I get 209, 211, 214.

/Boban

2 Likes

this is the kodular responsive bug. it happens in almost every app :sweat:

1 Like

If you mean this

It is easily fixed

/Boban

3 Likes

how plz say me how to fix this problem

Depending on your app design, I would try with set Screen to scrollable true

/Boban

5 Likes

Thanks, Now Updated and problem solved check it now

3 Likes

Yes it works better now.

Some suggestions, either you can add a letter in front of a slider that will represent the color you are using or change color of the slider.

Perhaps add Alpha Channel.

I don’t know if you are already using any extension for TextBox, I recommends this one Textbox Extension by Taifun and e.g file what you can do with it TextBoxHighlightAndEnter.aia (29.7 KB).

Regarding Slider we can’t do much except wait for kodular if they can implement this on my Iwant list

/Boban

5 Likes

Or change it yourself however, you will have to learn yourself some parts

Slider Component [MIT AI2]

/Boban

I have workaround for that, if you set MaxValue to big numbers such as 500, 1000 etc. every step become 1.0, 1.5, 2.0 etc. (Not values with comma) So you can divide number to required number (for example MaxValue is 1000 but you need to set 500, then divide to 2 and round with math blocks) and display in label etc.

I haven’t found any good way to increase by one except as shown on my page, if you have one please show us how…

Btw, I will update that guide also to show how you do individual slider with varying numbers which also increases by one.

/Boban

Of course, :slightly_smiling_face: I will create simple app when I switch to my computer.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.