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.

Hide in usermode
#1
Hi
Is it possible to set "Hide in usermode" for a button in my visu? I want the object be visible in touch only.
There's "Hide in Touch" option. But no "Hide in User"

I tried inserting of negative axes, extremely high X axe but with no success. Any working workaround?
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Reply
#2
Create custom CSS rule:
Code:
.usermode .usermode-hide {
  display: none !important;
}

Then add usermode-hide additional class for every element you want to hide.
Reply
#3
Thank you
it works!
LM5Lp, firmware: 2018.08.22 and 2021.12.15, FlashSYS v2, ARMv7 Processor rev 5 (v7l), kernel 4.4.151 and 4.4.259
Reply


Forum Jump: