'dialog is also created at runtime (so that DesktopAsParent can be set true) - not shown
sub main()
lstbx_lstnr = createunolistener("lstbx_", "com.sun.star.awt.XItemListener")
with dlg.getcontrol("lstbx")
.additemlistener(lstbx_lstnr)
.additem("abc", 0)
.additem("def", 1)
end with
end sub
sub lstbx_something(event as object) ' cant figure out name or find example
print "listbox item was single-clicked" ' dont care about double
end sub
sub lstbx_otherthings(event as object)
' most listeners seem to need _disposing and possibly other methods to work
' what might they be called?
end sub
Zorin OS 15.3
LO Version: 6.4.6.2 Build ID: 1:6.4.6~rc2-0ubuntu0.18.04.1+zorin1
experimental functions of Base not
activated … if you use hsqldb
integrated, not integrated or
Firebird…
i dont know what these are but there is no DB involved, just Calc
tx