aronmatthew
Well-known member
- Joined
- Aug 5, 2019
- Messages
- 56
- Programming Experience
- Beginner
Here a sub set from _shelters is added to groupList. Then each reference in groupList is tagged to its own button. In this case when user clicks the button the reference is updated in the next dialog. When the dialog returns the value is not updating in _shelters, only when the value is the first index of groupList. I see no reasonable explanation for this one case only unless the cast from the button Tag could be causing a problem. Unless an exception is being thrown in the next dialog possibly. Will have to double check. But it's updating in the groupList so that's not likely either.
using first index of groupList here is a problem while the remaining indexes are updating ok in the same case
current value
groupList value
_sheltersValue
using first index of groupList here is a problem while the remaining indexes are updating ok in the same case
current value
groupList value
_sheltersValue
Last edited: