Hello,
I'm having an issue with checkboxes in a gallery. On one screen, I have a gallery with people and checkboxes. I want the user to be able to select certain people and on a separate screen, compose an email to them.
I have the OnCheck property of the checkbox set to add the person to a collection. The UncCheck property is set to remove them from the collection. This was working fine at first.
Then I added a checkbox a the top to "Select All". To do this, I just set the default of the checkbox to "SelectAll_checkbox.Value". This works as expected, but now the UnCheck property of the individual box gives me an "incompatible type" error.
Worst case scenario, I can always remove the "Select All" box, but I would prefer them to be able to select all and unselect some. Has anyone been able to accomplish something like this or know a way around it?
Thanks,
Jen