| View previous topic :: View next topic |
| Author |
Message |
whizzy General User

Joined: 14 May 2005 Posts: 42
|
Posted: Thu May 19, 2005 2:04 pm Post subject: FilePicker question |
|
|
Is it possible to add your own items to a FilePicker Dialog.
Enties into the file list, not additional controls.
I've tried the following, but with no joy
oFilePicker=CreateUnoService("com.sun.star.ui.dialogs.FilePicker")
oFilePicker=setValue(4,1,"additional item")
oFilePicker.execute()
Any help would be appreciated.
Regards
MARK |
|
| Back to top |
|
 |
ms777 Super User


Joined: 07 Feb 2004 Posts: 1355
|
Posted: Sun May 22, 2005 1:43 pm Post subject: |
|
|
simply: no - it is not possible (with 99% confidence level).
Of course you can put some files/folders into the directories before starting file picker, and then deleting them after closing the file picker. But this is probably not what you target at. |
|
| Back to top |
|
 |
|