Bigger colorpicker windows
Moderators: leecollings, htilburgs, robgeerts
Bigger colorpicker windows
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).
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).
-
- Posts: 73
- Joined: Tuesday 31 March 2020 22:31
- Target OS: -
- Domoticz version:
- Location: Dutch
- Contact:
Re: Bigger colorpicker windows
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.
I have the same problem now with my dashboard, my fingers are to big to choose the right color.
-
- Posts: 73
- Joined: Tuesday 31 March 2020 22:31
- Target OS: -
- Domoticz version:
- Location: Dutch
- Contact:
Re: Bigger colorpicker windows
Can I resize this screen bij myself? Is that also in the je version?
Thanks.
Thanks.
-
- Posts: 73
- Joined: Tuesday 31 March 2020 22:31
- Target OS: -
- Domoticz version:
- Location: Dutch
- Contact:
Re: Bigger colorpicker windows
Is this already an option? The color picker is still very small.
-
- Posts: 73
- Joined: Tuesday 31 March 2020 22:31
- Target OS: -
- Domoticz version:
- Location: Dutch
- Contact:
Re: Bigger colorpicker windows
@lokonli, can you check if this is possible?
Or is there another solution?
Or is there another solution?
-
- Posts: 2260
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Bigger colorpicker windows
Yes, it's possible, I'll add this to the next beta.
-
- Posts: 2260
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Bigger colorpicker windows
Can you try latest beta?
Add the following to CONFIG.js:
Code: Select all
config.colorpickerscale = 1.5
You can also set colorpickerscale as block parameter.
- HansieNL
- Posts: 957
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Bigger colorpicker windows
Added this option to the general settings screen. Available with latest beta.
Blah blah blah
-
- Posts: 73
- Joined: Tuesday 31 March 2020 22:31
- Target OS: -
- Domoticz version:
- Location: Dutch
- Contact:
Re: Bigger colorpicker windows
Yes it worked perfectly! Thanks.Lokonli wrote: ↑Friday 29 December 2023 10:08Can 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.Code: Select all
config.colorpickerscale = 1.5
You can also set colorpickerscale as block parameter.
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.
-
- Posts: 2260
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Bigger colorpicker windows
For a dial you have to set the switchMode to 'color', like:
Did you try this already?
This will also on a regular block (latest beta only)
Code: Select all
blocks['rgb dial'] = {
idx: 14,
type: 'dial',
switchMode: 'color',
}
This will also on a regular block (latest beta only)
-
- Posts: 73
- Joined: Tuesday 31 March 2020 22:31
- Target OS: -
- Domoticz version:
- Location: Dutch
- Contact:
Re: Bigger colorpicker windows
Yes installing latest beta made it work!Lokonli wrote: ↑Wednesday 03 January 2024 20:06 For a dial you have to set the switchMode to 'color', like:
Did you try this already?Code: Select all
blocks['rgb dial'] = { idx: 14, type: 'dial', switchMode: 'color', }
This will also on a regular block (latest beta only)
Is there also a time-out possible for the color picker? Now it doesn’t disappear automatically
-
- Posts: 73
- Joined: Tuesday 31 March 2020 22:31
- Target OS: -
- Domoticz version:
- Location: Dutch
- Contact:
Re: Bigger colorpicker windows
The color picker stays in the screen even when dashticz is going back to screen 1 after the time out.Lokonli wrote: ↑Wednesday 03 January 2024 20:06 For a dial you have to set the switchMode to 'color', like:
Did you try this already?Code: Select all
blocks['rgb dial'] = { idx: 14, type: 'dial', switchMode: 'color', }
This will also on a regular block (latest beta only)
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?
Who is online
Users browsing this forum: No registered users and 1 guest