Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Hi Guest!
Please be aware that we have released another critical security patch for VaM. We strongly recommend updating to version 1.22.0.12 using the VaM_Updater found in your installation folder.
Details about the security patch can be found here.
Well there is no second "OnInactivation" trigger to specify, but it's usually opposite of what you have as "Toggle Action" (doesn't work on everything).
Think of it as UIButton with single "Button Action" but you actually trigger opposite "action/trigger" when off/unchecked.
example toggleOn with UIButton will toggle states, but on(true)/off(false) triggers won't work with UIButton.
With UIToggler for example you set "on" when checked and "off" will be when unchecked, or change values of something (first & second point value).
It's basically built in sort of "flip-flop" system.
Instead of having single input/action on UIButton press you have second one when toggled off.
You can still use 2 values on UIButton but it won't freeze/toggle in between values, that's where UIToggle comes in.