https://bugs.documentfoundation.org/show_bug.cgi?id=132661

            Bug ID: 132661
           Summary: Wizard service does not display current Page
           Product: LibreOffice
           Version: 6.0.0.3 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

It is a malfunction that I have noted for a long time and as it is easy to work
around it I did not report it, but as the Wizard service has become unusable,
it seems important to me to report it...

If you do not manually manage the visibility of pages then only the first page
of the wizard path is displayed.

The workaround is to produce an XWizardPage whose following methods will
include:

> def activatePage(self):
>     self.Window.setVisible(True)

> def commitPage(self):
>     self.Window.setVisible(False)

Without this workaround the Wizard service is unusable and it should be noted
that this problem does not exist under OpenOffice whatever the version.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to