This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

RGB(W) Visualisation
#4
Hi Habib,

A KNX object in your visu / on your plan and set if to read only to prevent user input by clicking on the rgb colored item.

Normaly you have a small rounded bar as feedback value and by using a custom class you can tweak the size and other properties of this bar with custom css.

Try with custom classes rgb_vertical and  rgb_horizontal and add this to custom css:

Code:
.rgb_vertical {
   border-radius: 0px;
   height: 250px;
   min-width: 10px;
   max-width: 10px;
   margin: 0px auto 0;
   opacity: 1; /* optional set to 0.8 to make partial transparent*/
}

.rgb_horizontal {
   border-radius: 0px;
   height: 10px;
   min-width: 150px;
   max-width: 150px;
   margin: 0px auto 0;
   opacity: 1; /* optional set to 0.8 to make partial transparent*/
}


BR,

Erwin
Reply


Messages In This Thread
RGB(W) Visualisation - by Habib - 30.12.2016, 17:58
RE: RGB(W) Visualisation - by Habib - 30.12.2016, 19:03
RE: RGB(W) Visualisation - by Erwin van der Zwart - 30.12.2016, 21:44
RE: RGB(W) Visualisation - by Habib - 31.12.2016, 07:41
RE: RGB(W) Visualisation - by Habib - 31.12.2016, 10:56
RE: RGB(W) Visualisation - by Habib - 31.12.2016, 15:46

Forum Jump: