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:56:07 UTC

[Issue 124650] New: css::ui::dialogs::Wizard: the dialog's buttons should be more manipulable

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

          Issue ID: 124650
        Issue Type: DEFECT
           Summary: css::ui::dialogs::Wizard: the dialog's buttons should
                    be more manipulable
           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

Currently it is only possible to enable/disable the wizard's buttons, and set
the default button (in theory...), see 

enableButton
setDefaultButton
http://www.openoffice.org/api/docs/common/ref/com/sun/star/ui/dialogs/XWizard.html

but this functionality isn't enough: extensions developers may want to also

1. change the buttons labels
2. change the buttons help IDs
- ...

At least these two seam important, specially (2), since extensions can provide
its own help content, and the HelpURL attribute of css::ui::dialogs::XWizard is
not enough.

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