Hi all,
I'm facing one problem. In my application I have one setting list.
There two enumerated setting list items. One is "Medicine for" which contains
two enum texts 1) Self 2) Others and other setting list item is "AlertType" which should contain enum texts depending upon selection of enum text in "Medicine for".
e.g. If I select 'self' in "Medicine for", then "AlertType" should contain enum texts 1)Tone 2)Vibrating. And if I select 'others' in "Medicine For" then "AlertType" should contain enum text 1) SMS 2) Miss Call.
I don't have any idea abt how to achieve this. If anyone know plz. help me.
Thakns
Rahul



