This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
hi, i have a question. i want 2 triggers. 1 is triggered by checking the check box of my dialog, the other one is triggered by UNchecking the check box. how can i do that, i cannot find an event for UNchecking ... :(
Maybe its the same event as checking the box? not sure tought, its just my guess
you can do a boolean type check on a checkbox, just search for checkbox in a comparision
Dialog item is used - Checked counts as both, use condition to filter them out
hi, i have a question. i want 2 triggers. 1 is triggered by checking the check box of my dialog, the other one is triggered by UNchecking the check box. how can i do that, i cannot find an event for UNchecking ... :(
Maybe its the same event as checking the box? not sure tought, its just my guess
you can do a boolean type check on a checkbox, just search for checkbox in a comparision
Dialog item is used - Checked counts as both, use condition to filter them out