Menu Issue
Posted: Wed Apr 03, 2013 11:03 am
I am re-posting this since I never got a response from previous post.
Issue has to do with Menu widget.
Menu widgets have two properties:
1) Choices which contains the list of titles displayed on each menu button
2) Choice Value which is a list of the actual value passed to the menu response variable. In my case this contains a list of programs associated with each menu button.
The issue occurs when simply repeatedly clicking a menu button in quick fashion. This results in the menu response variable receiving the choice rather than the choice value.
Ex. Choice has option1, option2 and Choice Value has pgm1, pgm2.
If I click the first menu button the menu response should be and is pgm1 (choice value), but if I repeatedly click in succession the first button, it winds up passing option1 (choice) instead of pgm1(choice value).
Why would this happen and what can I do to keep this from happening.
Issue has to do with Menu widget.
Menu widgets have two properties:
1) Choices which contains the list of titles displayed on each menu button
2) Choice Value which is a list of the actual value passed to the menu response variable. In my case this contains a list of programs associated with each menu button.
The issue occurs when simply repeatedly clicking a menu button in quick fashion. This results in the menu response variable receiving the choice rather than the choice value.
Ex. Choice has option1, option2 and Choice Value has pgm1, pgm2.
If I click the first menu button the menu response should be and is pgm1 (choice value), but if I repeatedly click in succession the first button, it winds up passing option1 (choice) instead of pgm1(choice value).
Why would this happen and what can I do to keep this from happening.