Am 04.10.2012 19:40, Eliane Domingos de Sousa wrote:
Hi all,

I have a situation under LibreOffice 3.5.6 with a dialog that has several
steps. In the LibreOffice IDE, I see only the last page of the dialog.

The module that invokes the dialog uses the property Step as

oDialog.Model.Step = 1 ' (...2,...3, or whatever page number)

How do I edit the dialog pages in the IDE? . Is there a trick to see all
the dialog pages? If not how do I change them?
Thank you

Eliane Domingos


Each control has a step property. Step 0 means that the control is always visible. The dialog has a step property as well. While designing the dialog with the properties window visible, select the dialog border, change the dialog's step to 1 and hit tab to commit the change. Now you see all controls where step = 1 or 0. Set the dialog's step to 0, hit tab and you'll see all the controls of all steps.


--
For unsubscribe instructions e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to