To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72228 Issue #|72228 Summary|kde file dialog doesn't support method SetDefaultName Component|kde Version|OOo 2.0.2 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|kendy Reported by|veru
------- Additional comments from [EMAIL PROTECTED] Sun Dec 3 11:02:31 -0800 2006 ------- Following StarBasic Code: oDialog = CreateUnoService( "com.sun.star.ui.dialogs.FilePicker" ) oDialog.Initialize( aArg() ) oDialog.appendFilter( "OpenDocument Text (*.odt)", "*.odt" ) oDialog.SetMultiselectionMode( False ) oDialog.SetDefaultName( sName ) iOk = oDialog.execute() On Suse Linux with KDE, Novells OOo build, Version 2.0.2, Option "use OOo Dialogs" set, the above code suggests the content of sName as default filename. If the option is not set and the KDE dialogs are used, no default filename is set. --------------------------------------------------------------------- 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]
