gui.selectComboBoxItem
(Pre-)Selects an item from a comboBox.
Prototype
bOk = gui.selectComboBoxItem ( hComponent, hComboBoxItem )
Description
Just highlights the item.
Parameters
hComponent - valid GUI comboBox handle
hComboBoxItem - handle of the item you want to select
Return values
bOk - true on success
Sample
if ( hDefaultModule ) then gui.selectComboBoxItem ( hModuleList, hDefaultModule ) end
Available since ShiVa 2.0