To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75778
User ab changed the following:
What |Old value |New value
================================================================================
Assigned to|ab |jsk
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Jun 1 11:04:41 +0000
2007 -------
ab->jsk: To test you can use this sample macro:
Sub Main
oDialogProv = CreateUnoService( "com.sun.star.awt.DialogProvider" )
' Adressing dialog in library
'oDialog = oDialogProv.createDialog(
"vnd.sun.star.script:Standard.Dialog1?location=application" )
' New: Adressing single dialog
oDialog = oDialogProv.createDialog(
"file:///d:/DialogExportTest/Dialog1.xdl" )
' Unix
'oDialog = oDialogProv.createDialog(
"file:///home/ab93789/DialogExportTest/Dialog1.xdl" )
oDialog.execute
End Sub
Of course you have to place a Dialog1.xdl file at the adressed location first.
You can do this by manually copying a dialog from user basic or you use
the new export functionality from #i77640. The latter also handles localized
libraries correctly by creating the corresponding properties files named
according to the sceme $(DIALOG_NAME)_$(LANGUAGE_CODE). These
files are automatically found and used by the DialogProvider.
---------------------------------------------------------------------
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]