I have a screen that has multiple controls (mostly buttons). These controls set certain variables to have different galleries and metrics filtered and visible. I would like to use the back arrow icon on the screen. Once clicked it would set the previous looked at variables.
example:
Button1.onselect- UpdateContext({varbackbutton:"1"});Set(vartype,Management)
Back arrow Icon.Default-varbackbutton
BackArrowIcon.Onselect-If(varbackbutton="1",Select(Button1))
This works somewhat, i think i need a varcurrentbutton, then onchange,set varbackbutton or something like that.
I just want to do the last event. Any Ideas?
Ok. Ill try and explain it a little better.
User clicks button1 (variables are set, showing different galleries and such)
User clicks button2(variables are set, showing different galleries and such)
User clicks button 3 within a gallery presented by button 2 (shows information regarding item in gallery)
User clicks the back icon goes back to only button2 variables, then clicks back again and button1 variables are displayed.
Does that make sense?
User | Count |
---|---|
258 | |
110 | |
97 | |
57 | |
41 |