Don't replace it with anything. The Check DialogItem[0] under your actions causes the trigger to run again since the dialog was checked. Then since it was dialog item 0, it will just keep doing those actions forever. It would also help if you told us what you're trying to accomplish by doing this.
Hi
I have a probleme with my Checkbox I get a loop when I use one checkboxes
My trigger =
If someone can help me plz
Ur code is doing this....
Dialog item is check
Uncheck Dialogitem[0]
Check Dialogitem[0]
Dialog item is check
Uncheck Dialogitem[0]
Check Dialogitem[0]
Dialog item is check
Uncheck Dialogitem[0]
Check Dialogitem[0]
Dialog item is check
Uncheck Dialogitem[0]
Check Dialogitem[0]
Dialog item is check
Uncheck Dialogitem[0]
Check Dialogitem[0]
Remove Check Dialogitem[0] and dont use without a filter
Ok, but I replace it with what ?
@Kingor50: Go
Don't replace it with anything. The Check DialogItem[0] under your actions causes the trigger to run again since the dialog was checked. Then since it was dialog item 0, it will just keep doing those actions forever. It would also help if you told us what you're trying to accomplish by doing this.
New to the Editor? Need a tutorial? Click Here
Want data assets? Click Here
I want to do a checkboxes who when it's check uncheck the two other
Sorry I forget to write it ^^
If u just want to uncheck checkbox 2 and 3 why do you uncheck and check again the first checkbox too?
just remove the
Set DialogitemX[0] = true
Uncheck Dialogitem[0]
and it should work