Type: recommended
Title: New: XAsynchronousExecutableDialog
Posted by: [EMAIL PROTECTED]
Affected: all
Effective from: cws asyncdialogs
*Summary*
--------
+ com.sun.star.ui.dialogs.XAsynchronousExecutableDialog
+ com.sun.star.ui.dialogs.XDialogClosedListener
+ com.sun.star.ui.dialogs.DialogClosedEvent
*Description*
-------------
The new interface XAsynchronousExecutableDialog is similar to
XExecutableDialog but ist execution is asynchronous:
XAsynchronousExecutableDialog::startExecuteModal( const Reference<
XDialogClosedListener >& )
When the dialog is closed XDialogClosedListener::dialogClosed( const
DialogClosedEvent& ) is called and you get the return value of the
dialog with sal_Int16 DialogClosedEvent::DialogResult.
For more details see the idl files or
http://wiki.services.openoffice.org/wiki/Async_Dialogs
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]