https://bz.apache.org/ooo/show_bug.cgi?id=124831
bmarcelly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from bmarcelly <[email protected]> --- I am not convinced it is so simple. Your example builds an incomplete dialog object : oDlg.getControls() returns an empty array oDlg.getModel().getElementNames() returns an empty array In fact you have created peers but not real controls. a) The order of items displayed by the control must be the same as in the StringItemList in the model of the control. So that a given position gives the same item in the control and its model. b) If the model StringItemList is changed by program, it should be sorted again if the property Sort is set. c) If the property Sort was not set, the list should be sorted when the property is set by program. -- You are receiving this mail because: You are the assignee for the issue.
