Page 1 of 1
Bigger colorpicker windows
Posted: Monday 15 February 2021 11:24
by chrispazz
Hello, is it possibile to have a bigger colorpicker window?
When I use it on IPAD (with colorpicker:2) the frame is too little and it cannot detect my touches correctly (changing colortemp also changes dimmer).
Re: Bigger colorpicker windows
Posted: Monday 28 November 2022 18:24
by whoami
Hi Lokonli, is this already possible?
I have the same problem now with my dashboard, my fingers are to big to choose the right color.
Re: Bigger colorpicker windows
Posted: Monday 12 December 2022 8:04
by whoami
Can I resize this screen bij myself? Is that also in the je version?
Thanks.
Re: Bigger colorpicker windows
Posted: Thursday 21 December 2023 20:53
by whoami
Is this already an option? The color picker is still very small.
Re: Bigger colorpicker windows
Posted: Thursday 28 December 2023 19:31
by whoami
@lokonli, can you check if this is possible?
Or is there another solution?
Re: Bigger colorpicker windows
Posted: Thursday 28 December 2023 22:56
by Lokonli
Yes, it's possible, I'll add this to the next beta.
Re: Bigger colorpicker windows
Posted: Friday 29 December 2023 10:08
by Lokonli
whoami wrote: ↑Thursday 28 December 2023 19:31
@lokonli, can you check if this is possible?
Or is there another solution?
Can you try latest beta?
Add the following to CONFIG.js:
This will scale the type-2 colorpicker popup window to 150% of it's original size.
You can also set colorpickerscale as block parameter.
Re: Bigger colorpicker windows
Posted: Friday 29 December 2023 22:24
by HansieNL
Added this option to the general settings screen. Available with latest beta.
Re: Bigger colorpicker windows
Posted: Wednesday 03 January 2024 18:49
by whoami
Lokonli wrote: ↑Friday 29 December 2023 10:08
whoami wrote: ↑Thursday 28 December 2023 19:31
@lokonli, can you check if this is possible?
Or is there another solution?
Can you try latest beta?
Add the following to CONFIG.js:
This will scale the type-2 colorpicker popup window to 150% of it's original size.
You can also set colorpickerscale as block parameter.
Yes it worked perfectly! Thanks.
Is it also possible to show the colorpicker always and not only when you tick the small dropdown menu? But just when you touch the button it opens direct the colorpicker? Also I dont get a colorpicker with dials, see my other post.
Re: Bigger colorpicker windows
Posted: Wednesday 03 January 2024 20:06
by Lokonli
For a dial you have to set the switchMode to 'color', like:
Code: Select all
blocks['rgb dial'] = {
idx: 14,
type: 'dial',
switchMode: 'color',
}
Did you try this already?
This will also on a regular block (latest beta only)
Re: Bigger colorpicker windows
Posted: Wednesday 03 January 2024 22:07
by whoami
Lokonli wrote: ↑Wednesday 03 January 2024 20:06
For a dial you have to set the switchMode to 'color', like:
Code: Select all
blocks['rgb dial'] = {
idx: 14,
type: 'dial',
switchMode: 'color',
}
Did you try this already?
This will also on a regular block (latest beta only)
Yes installing latest beta made it work!
Is there also a time-out possible for the color picker? Now it doesn’t disappear automatically
Re: Bigger colorpicker windows
Posted: Saturday 06 January 2024 21:06
by whoami
Lokonli wrote: ↑Wednesday 03 January 2024 20:06
For a dial you have to set the switchMode to 'color', like:
Code: Select all
blocks['rgb dial'] = {
idx: 14,
type: 'dial',
switchMode: 'color',
}
Did you try this already?
This will also on a regular block (latest beta only)
The color picker stays in the screen even when dashticz is going back to screen 1 after the time out.
I have to click somewhere else on the screen to get the color picker away.
Can I set an autoclose timer on the color picker?