You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/04/10 17:40:02 UTC

[Issue 124648] New: css::ui::dialogs::Wizard: there is no way to set the dialog's parent window

https://issues.apache.org/ooo/show_bug.cgi?id=124648

          Issue ID: 124648
        Issue Type: DEFECT
           Summary: css::ui::dialogs::Wizard: there is no way to set the
                    dialog's parent window
           Product: App Dev
           Version: OOo 3.3 or older
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: api
          Assignee: issues@openoffice.apache.org
          Reporter: arielch@apache.org

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 );

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 124648] css::ui::dialogs::Wizard: there is no way to set the dialog's parent window

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=124648

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Latest|---                         |4.1-dev
    Confirmation on|                            |

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.