Could anyone pls help out with the logic of codes that uses Choice menu.
The choice buttons were created with its items(3 in this case)
I have another sets of 9 buttons in an array
Each button,when pressed gets a corresponding value from an array of integers defined elsewhere
The obtained value assigned to a particular button shows up in seperate textfield
The challenge I am faced with now is this:
The array of buttons must be able to listen to each of the selection of the choice menu, such that each item selected causes the button to pick from different sets of arrays of values when pressed (I already have three arrays of vaules)
I'll quite appreciate if anyone could help out with this
Thanks.