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.

touch button without status
#1
Hello,

Is there a way to create a Icon only button in touch mode ?
For example to start a scene, or to stop a shutter.

Thanks,
Matt
Reply
#2
Hi,

In the visu editor, use send fixed value on the element and send the scene value or a 0 or 1

BR,

Erwin
Reply
#3
(18.06.2017, 20:41)Erwin van der Zwart Wrote: Hi,

In the visu editor, use send fixed value on the element and send the scene value or a 0 or 1

BR,

Erwin

Hi Erwin,

Yes, that's what I do already, but on the touch display the value and checkbox is still visible.
I did select "Icon" only but it's only changing the usermode.

Thanks,
Matthieu
Reply
#4
Hi,

The checkbox cannot be removed as it is your active element, the value can be removed with custom css.

BR,

Erwin
Reply
#5
Hi.

Is it possible to change button icon?





tnx

Attached Files Thumbnail(s)
   
Reply
#6
(12.07.2017, 09:58)Auzzii Wrote: Hi.

Is it possible to change button icon?





tnx

yes it's possible via base64 coded icon.
that's example for changing slider position icon

Code:
.slider-handle{
padding: 0px 0px !important;
width:            61px !important;
height:           61px !important;
background-image: url("data:image/png;base64,iVBORw0K… (icone code)");
background-color: transparent !important;
border: 0px;
box-shadow: none !important;
}

on this site you can convert png icon to base64 code
https://www.base64-image.de/
that's result of code above:
[Image: 7.jpg]
Reply


Forum Jump: