Hi all,
The intended functionality for the app I'm working on is to 1) show accounts that need to be deactivated and then 2) show accounts that need to be reactivated.
I have four screens: BrowseScreen1, showing my first gallery of accounts, a corresponding edit screen, and then BrowseScreen2_Reconnects, showing my second gallery of accounts, and the edit screen for that. The user can toggle between these with an OnSelect button using <Navigate(BrowseGallery1_1, ScreenTransition.None)> or <Navigate(BrowseGallery1, ScreenTransition.None)>
The problem I'm having is that after selecting an item in the first gallery, it stays selected somehow when I am on the second gallery.
Example:
- In Gallery #1, I select item #3 and edit it using the right arrow (OnSelect <EditForm(EditForm1);Navigate(EditScreen1, ScreenTransition.None)>)
- I swap to Gallery #2 <Navigate(BrowseGallery1_1, ScreenTransition.None)>
- I select item #2 and attempt to edit it using the right arrow (OnSelect <EditForm(EditForm2_Reconnect);Navigate(EditScreen2_Reconnect, ScreenTransition.None)>)
- Item #3 opens up for editing in EditScreen2_Reconnect, not Item #2.
Any ideas why this is occurring? Thank you in advance for any assistance you can provide!!

Report
All responses (
Answers (