Public bug reported:
Binary package hint: openoffice.org
Steps to reproduce:
using the following OpenOffice.org basic macro, run it and select multiple
files (at least two).
A msgbox appears saying: nr of files: 0
expected behaviour:
The msgbox showing the correct nr of selected files.
notice that on ms OS this macro works correct...
I am using ubuntu 9.04 (jaunty)
openoffice.org: 1:3.0.1-9ubuntu3
sub testPickFileName( )
oFilePickerDlg = createUnoService( "com.sun.star.ui.dialogs.FilePicker"
)
oFilePickerDlg.setMultiSelectionMode ( True )
oFilePickerDlg.execute()
sFiles = oFilePickerDlg.getFiles()
msgbox "nr of files: " & uBound(sFiles)-LBound(sFiles)
end sub
** Affects: openoffice.org (Ubuntu)
Importance: Undecided
Status: New
--
Filepicker dialog does not report multiple files using basic
https://bugs.launchpad.net/bugs/408895
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs