Difference between revisions of "Documentation/DevGuide/Basic/Dialogs"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial author Sun Microsystems, Inc.)
 
m
 
(7 intermediate revisions by 3 users not shown)
Line 7: Line 7:
 
|NextPage=Documentation/DevGuide/Basic/Libraries
 
|NextPage=Documentation/DevGuide/Basic/Libraries
 
}}
 
}}
{{DISPLAYTITLE:Dialogs}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Basic/{{SUBPAGENAME}}}}
The illustration below shows the '''{{PRODUCTNAME}} Basic Macro Organizer''' dialog with the '''Dialogs''' tab page activated. The illustration shows the application library <code>Standard</code> containing two dialogs, Dialog1 and Dialog2.  
+
{{DISPLAYTITLE:Dialogs}}
 +
The illustration below shows the '''OpenOffice Basic Macro Organizer''' dialog with the '''Dialogs''' tab page activated. The illustration shows the application library <code>Standard</code> containing two dialogs, Dialog1 and Dialog2.  
  
 
[[Image:MacroOrganiserDialog1_Modules2.png|none|thumb|400px|The macro Organizer dialog]]
 
[[Image:MacroOrganiserDialog1_Modules2.png|none|thumb|400px|The macro Organizer dialog]]
  
The illustration shows a library <code>Standard</code> in document ''Calculation.ods'' containing a dialog named <code>Dialog1</code>, and another library <code>Standard</code> in document ''Description.odt'' containing no dialog.
+
The illustration shows a library <code>Standard</code> in document ''Calculations.ods'' containing a dialog named <code>Dialog1</code>, and another library <code>Standard</code> in document ''Description.odt'' containing no dialog.
  
 
The following list describes the buttons on the right side of the dialog:
 
The following list describes the buttons on the right side of the dialog:
  
* '''Edit'''
+
* {{button|Edit}}
 
:Loads the dialog selected in the tree into the Dialog editor. The section [[Documentation/DevGuide/Basic/Dialog Editor|Dialog Editor]] below describes the Dialog Editor in more detail. If a dialog is not selected, this button is disabled.
 
:Loads the dialog selected in the tree into the Dialog editor. The section [[Documentation/DevGuide/Basic/Dialog Editor|Dialog Editor]] below describes the Dialog Editor in more detail. If a dialog is not selected, this button is disabled.
* '''Close'''
+
* {{button|Close}}
:Closes the '''{{PRODUCTNAME}} Basic Macro organizer''' dialog without any further action.
+
:Closes the '''OpenOffice Basic Macro organizer''' dialog without any further action.
* '''New Dialog'''
+
* {{button|New…}}
:Opens a dialog that allows the user to enter the desired name for a new dialog. The name edit field initially contains the name Dialog<Number>, such as Dialog1 and Dialog2, depending on the dialogs already existing. Clicking the '''OK''' button creates the dialog in the '''Dialog''' list. This button is disabled if the selection contains a library with read-only status.
+
:Opens a dialog that allows the user to enter the desired name for a new dialog. The name edit field initially contains the name Dialog<Number>, such as Dialog1 and Dialog2, depending on the dialogs already existing. Clicking the {{button|OK}} button creates the dialog in the '''Dialog''' list. This button is disabled if the selection contains a library with read-only status.
* '''Delete'''
+
* {{button|Delete}}
 
:Deletes the selected dialog. This button is disabled if no dialog is selected, or if the selected dialog belongs to a library with read-only status.
 
:Deletes the selected dialog. This button is disabled if no dialog is selected, or if the selected dialog belongs to a library with read-only status.
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Basic and Dialogs]]
+
 
 +
[[Category:Documentation/Developer's Guide/Basic and Dialogs]]

Latest revision as of 12:14, 19 January 2024



The illustration below shows the OpenOffice Basic Macro Organizer dialog with the Dialogs tab page activated. The illustration shows the application library Standard containing two dialogs, Dialog1 and Dialog2.

The macro Organizer dialog

The illustration shows a library Standard in document Calculations.ods containing a dialog named Dialog1, and another library Standard in document Description.odt containing no dialog.

The following list describes the buttons on the right side of the dialog:

  •  Edit 
Loads the dialog selected in the tree into the Dialog editor. The section Dialog Editor below describes the Dialog Editor in more detail. If a dialog is not selected, this button is disabled.
  •  Close 
Closes the OpenOffice Basic Macro organizer dialog without any further action.
  •  New… 
Opens a dialog that allows the user to enter the desired name for a new dialog. The name edit field initially contains the name Dialog<Number>, such as Dialog1 and Dialog2, depending on the dialogs already existing. Clicking the  OK  button creates the dialog in the Dialog list. This button is disabled if the selection contains a library with read-only status.
  •  Delete 
Deletes the selected dialog. This button is disabled if no dialog is selected, or if the selected dialog belongs to a library with read-only status.
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages