<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Wizard service does not display current Page"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132661">132661</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Wizard service does not display current Page
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.0.0.3 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>prrvchr@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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:

<span class="quote">> def activatePage(self):
>     self.Window.setVisible(True)</span >

<span class="quote">> def commitPage(self):
>     self.Window.setVisible(False)</span >

Without this workaround the Wizard service is unusable and it should be noted
that this problem does not exist under OpenOffice whatever the version.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>