Hi,
I can't seem to figure this out.
I have 4 checkboxes, the top one "chkAll" checks or unchecks the others depending on if it is checked. If I uncheck one of the others it should uncheck the chkAll checkbox. Likewise, if I check the others & chkAll is not checked it should check itself. I hope that all makes sense.
I have my test project working as expected in debug mode, but seems to have random results in release mode.
In debug mode I do get the following in red in the logs the first time I uncheck a checkbox. From what I can find in the forum it's not something I need to worry about? It does say to check the unfiltered logs, but everything scrolls by so fast I don't know what to look for.
I've attached a small test project.
Thanks in advance for any help.
I can't seem to figure this out.
I have 4 checkboxes, the top one "chkAll" checks or unchecks the others depending on if it is checked. If I uncheck one of the others it should uncheck the chkAll checkbox. Likewise, if I check the others & chkAll is not checked it should check itself. I hope that all makes sense.
I have my test project working as expected in debug mode, but seems to have random results in release mode.
In debug mode I do get the following in red in the logs the first time I uncheck a checkbox. From what I can find in the forum it's not something I need to worry about? It does say to check the unfiltered logs, but everything scrolls by so fast I don't know what to look for.
log:
Unexpected event (missing RaiseSynchronousEvents): chkevents_checkedchange
Check the unfiltered logs for the full stack trace.
Thanks in advance for any help.