Navigation dependent upon previous views
January 28, 2010 12:00 AM
I want the user to LAND on A; as originally designed, they went A->B->C->D etc flip-flip-flip style... it didn't stop until it reached the last page, and couldn't go anywhere else.
After speaking with a collegue, I've realized I"m trying too much to make it 'elegant'. instead of a single Action group (AG), I now have 8, and it works perfectly:
"AG:Next" has 1 action: go to Page A if OrgNav does not contain A else Run AG:B
"AG:B" has 1 action: go to Page B if ORgNav does not contain B else Run AG:C
so, I've got 9 action groups each with one action, but it works... it's not as clean in the source file, but it's seamless to the end user.
Discussions have been disabled for this post