To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80774
User as changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |WORKSFORME
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Aug 27 14:18:16 +0000
2007 -------
AS->SJ:
a) The problem does not occure by using the native file picker ... it occures by
using the OOo internal file picker.
b) It works correctly if you specify a display directory also.
Try the following Basic macro.
sServiceName = "com.sun.star.ui.dialogs.FilePicker"
xDialog = createUnoService(sServiceName)
xDialog.setDisplayDirectory("file:///c:/temp")
xDialog.setDefaultName("test.odt")
xDialog.execute()
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]