|
-
[RESOLVED] Combo Box's Selected Item
I have created a combo box using components. Is there any way that I can change the selected value on different frames.
[Apples]
Pears
Plums
For example if Apples is currently selected. Now the user is moved to Frame 2, how do I change the selected item to Pears?
-
Got it working with:
mycomboname.setSelectedIndex(2);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|