forward/back buttons
Posted: Tue Aug 31, 2010 4:33 pm
I have a stack of a dozen cards or so that the user navigates through by clicking "forward" and "back" buttons (on the card in a separate sub-stack). What is the most efficient way to disable the forward button in the sub-stack when the user reaches the last card in the main stack (and disable the back button when the user is at the first card)? As it is now, if the user is at the beginning and clicks "back" it takes him to the last card in the main stack. Instead, it would be good if the button "greyed out" or triggered a beep, but didn't go to the last card. I'm sure there is some good way to do this with the if-then structure, but I am not sure how to approach it. I would appreciate any suggestions — you guys are always a great help.
Scott
Scott