IDK if my topic makes much sense, but here goes:
I have the screen changing depending on the stage of the item selected. So if I selected Grape Quake, it changes to ScreenStage12. This part works, but when it changes to ScreenStage12, the selected gallery item in the new gallery is not the same as the one I selected. No matter what item/screen I am on, I want it so that if I selected Grape Quake (Stage 12) it moves me to ScreenStage12, and automatically selects the Grape Quake item.
What I have tried is in the gallery onselect, setting a global variable (MySelected) to "ListItemGallery.Selected" for each gallery, and then setting the default for each gallery to "MySelected". But that doesn't work, it actually makes it so nothing is selected when the screen changes.
try setting OnSelect of first Gallery (not its controls) to
Set(myItem, ThisItem)
then the control OnSelect to
Select(Parent)
then place a galleyr on same page with the items of
myItem
then if that works, just add the navigate to the onselect of the gallery and delete the test galleyr