https://bugs.documentfoundation.org/show_bug.cgi?id=102943

            Bug ID: 102943
           Summary: Combobox dropdown property - error setting by basic
                    macro
           Product: LibreOffice
           Version: 5.2.1.1 rc
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: [email protected]
          Reporter: [email protected]

Hallo,
toggling the "Dropdown" property of a combobox in a Basic macro doesn't take
any effect.
The dropdown menu should appear when setting that value to "true" and the
right-hand arrow should disappear:


Sub comboFiltro(e)
Dim combo As Object
combo = e.Source.Model
combo.Dropdown=false    '<------- ERROR THE COMBOBOX REMAINS AS IS
End Sub


It should change appearence as explained in this wiki:
https://wiki.openoffice.org/wiki/Documentation/DevGuade/Basic/Combo_Box

The same problem I encountered with List Boxes.

Thanks a lot.

Alessandro

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to