cancel
Showing results for 
Search instead for 
Did you mean: 

Events Associated with BUttons and Drop Down List

Former Member
0 Kudos

Hi All,

I have the dropdown lists and they are looking like :-

DD1

DD2

DD3

DD4

On Click of the DD1 the DD2 should be Enabled other wise disable like wise for other dropdown lists.So, Please Suggest some inputs for proceeding.

Other than this can anyone please refer me soem documents for implementing the same and having different properties of the ACTion and DropDown List

Regards,

Ankur

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member203343
Contributor
0 Kudos

Hi Ankur,

You should:

1. add a datastore element to the storyboard.

2. Define in it as many Boolean field as you have dropdowns.

3. Set the Enable property of the dropdowns to be the Fields in the datastore.

4. Add actions on the dropdowns, that assign false to all other fields in the datastore except the one of the current dropdown.

Regards,

Natty