Hi together, I am currently implementing a little dialog with an UnoControlListBoxModel. Now I want to preselect an entry of the list. How can I do this? I tried the SelectedItems option, but it did not work.
As a workaround, I tried to set an item with the XListBox.selectItemsPos() function. But it had no affect, only selecting it from the action listener had the wished effects. How can I preselect an item? Greetings, Tobias --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
