Please enable JavaScript to view this site.

GeoDict User Guide 2025

Dialog Class

Create your own customized dialog for variable input or messages.

gd.makeDialog

Create an input dialog object to query the user for parameters. There is a large variety of possible input fields.

Input:

  • key name, string
    • This is used to store dialog settings in the settings map. Use a unique key for each dialog unless you are re-using the same dialog and want their settings to affect each other.
  • title, string (optional)
    • The title is shown as the window title of the dialog. If no title is given, geodict2025 is shown.

Sub functions:

Note-Info

Note! In the examples for the input parameters often the notation "parameter name = parameter value" is used. This is not mandatory, but using this notation, the order and the number of optional arguments used does not matter anymore. This is very useful, if you only want to enter some of the optional parameters. Additionally it increases readability, highlighting which value belongs to which key. This can sometimes also be useful for obligatory arguments.

hmtoggle_arrow0.addBoolInput

hmtoggle_arrow0.addIntegerInput

hmtoggle_arrow0.addUintegerInput

hmtoggle_arrow0.addFloatInput

hmtoggle_arrow0.addTextInput

hmtoggle_arrow0.addFileInput

hmtoggle_arrow0.addFolderInput

hmtoggle_arrow0.addComboInput

hmtoggle_arrow0.addComboInputString

hmtoggle_arrow0.addMaterialInput

hmtoggle_arrow0.addTableInput

hmtoggle_arrow0.addText

hmtoggle_arrow0.beginGroup

hmtoggle_arrow0.endGroup

hmtoggle_arrow0.addImage

hmtoggle_arrow0.run

hmtoggle_arrow0.saveSettings

hmtoggle_arrow0Input explanations for the sub functions:

hmtoggle_arrow0All examples in one dialog

hmtoggle_arrow0Examples for interaction with dialog object

©2025 created by Math2Market GmbH / Imprint / Privacy Policy