Issue 124648 - css::ui::dialogs::Wizard: there is no way to set the dialog's parent window
Summary: css::ui::dialogs::Wizard: there is no way to set the dialog's parent window
Status: CONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-10 15:40 UTC by Ariel Constenla-Haile
Modified: 2014-04-10 15:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Latest Confirmation in: 4.1.0-dev
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Ariel Constenla-Haile 2014-04-10 15:40:02 UTC
There is no way to set the wizard dialog's parent window, this should be done at construction time, but the two constructors are missing this functionality, see
http://www.openoffice.org/api/docs/common/ref/com/sun/star/ui/dialogs/Wizard.html

createSinglePathWizard(
 [in] sequence< short > PageIds,
 [in] XWizardController Controller )
raises( ::com::sun::star::lang::IllegalArgumentException );


createMultiplePathsWizard(
 [in] sequence< sequence< short > > PageIds,
 [in] XWizardController Controller )
raises( ::com::sun::star::lang::IllegalArgumentException );