Difference between revisions of "Documentation/DevGuide/GUI/Dialog Handling"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (FINAL VERSION FOR L10N)
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
 
When a designed dialog has been executed either after it has been created via a dialog editor or programmatically, there usually is a demand to interact with the dialog, or query its state or the states of its contained controls during runtime. This topic will help you become familiar with how to handle UNO dialogs during runtime, and it will provide you with an overview of all of the supported dialog controls. It does not provide a complete description of all involved facets. It is meant to provide you with the information you need to solve individual problems on your own. Additional information can be found in the respective interface and service descriptions.
 
When a designed dialog has been executed either after it has been created via a dialog editor or programmatically, there usually is a demand to interact with the dialog, or query its state or the states of its contained controls during runtime. This topic will help you become familiar with how to handle UNO dialogs during runtime, and it will provide you with an overview of all of the supported dialog controls. It does not provide a complete description of all involved facets. It is meant to provide you with the information you need to solve individual problems on your own. Additional information can be found in the respective interface and service descriptions.
  
{{Documentation/Tip|You will most probably want your extension to integrate into {{PRODUCTNAME}}. The {{PRODUCTNAME}} style guide under [http://ui.openoffice.org/knowledge/DialogSpecificationandGuidelines.odt DialogSpecificationandGuidelines.odt] defines the rules that user interface elements must follow in order to give the application a consistent look and feel.}}
+
{{Tip|You will most probably want your extension to integrate into {{AOo}}. The {{AOo}} style guide under [http://ui.openoffice.org/knowledge/DialogSpecificationandGuidelines.odt DialogSpecificationandGuidelines.odt] defines the rules that user interface elements must follow in order to give the application a consistent look and feel.}}
  
{{Documentation/Tip|A specification guide that defines the general behavior of {{PRODUCTNAME}} assistance is [http://specs.openoffice.org/installation/wizards/Wizards_NewConcept.sxw Wizards_NewConcept.sxw].}}
+
{{Tip|A specification guide that defines the general behavior of {{AOo}} assistance was [http://specs.openoffice.org/installation/wizards/Wizards_NewConcept.sxw Wizards_NewConcept.sxw].}}
  
 
{{PDL1}}
 
{{PDL1}}
  
 
[[Category:Documentation/Developer's Guide/Graphical User Interfaces]]
 
[[Category:Documentation/Developer's Guide/Graphical User Interfaces]]

Latest revision as of 18:46, 21 December 2020



When a designed dialog has been executed either after it has been created via a dialog editor or programmatically, there usually is a demand to interact with the dialog, or query its state or the states of its contained controls during runtime. This topic will help you become familiar with how to handle UNO dialogs during runtime, and it will provide you with an overview of all of the supported dialog controls. It does not provide a complete description of all involved facets. It is meant to provide you with the information you need to solve individual problems on your own. Additional information can be found in the respective interface and service descriptions.

Tip.png You will most probably want your extension to integrate into Apache OpenOffice. The Apache OpenOffice style guide under DialogSpecificationandGuidelines.odt defines the rules that user interface elements must follow in order to give the application a consistent look and feel.


Tip.png A specification guide that defines the general behavior of Apache OpenOffice assistance was Wizards_NewConcept.sxw.


Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages