https://bugs.documentfoundation.org/show_bug.cgi?id=166653
--- Comment #7 from Alfio Littletree <[email protected]> --- (In reply to Jeremy Norvell from comment #6) > 13. In the "Selection" property, click the Multiline Editing button, added > two lines "Row 1", <enter>, "Row 2", then click 'OK'. The List entries field > now shows "Row 1";"Row 2". Thank you Jeremy for your detail, they are very accurate, as I desired. The difference in your approach is in step 13. The Multiline Editing tool for the line Selection do not accept text items. It requires only numbers: more precisely, it wants indexes 0-based for counting the "List Entries". Because in your List Entries you had two text, the only admissible number for Selected are 0 or 1, without words as "Row". If you had five Entries, you could write only the numbers 0, 1, 2, 3 or 4. Because you inserted texts instead of numeric indexes, your texts was (correctly) refused. In my step 13, I inserted two valid numbers 1<enter>1 then clicked Ok. -- You are receiving this mail because: You are the assignee for the bug.
