PDA

View Full Version : setValue for components :FIXED


Pluis
09-26-2002, 01:35 PM
how do i use a setValue for a listbox component?
i know how to set one for a checkbox, thats
checkbox.setValue(true);

but how do i set one for a listbox?



FIXED:
checkbox.setSelectedIndex(2);