Skip to main content

Configure Settings

The configure settings dialog allows you to set a display name, your desired control, and a description of the arguments.

Argument

The arguments declared in the main.xaml file of the process.

Display Name

The name you want to display for the argument in the settings dialog for the installed IntelliAppZ

Control

Select an appropriate UI control that you want for the argument from the list of UI controls given for the type of argument.

DatatypeSupported UI Controls
charText Box, List, Choice
stringText Box, List, Choice, File Browser, Folder Browser
shortText Box, List
ushortText Box, List
intText Box, List
uintText Box, List
longText Box, List
ulongText Box, List
floatText Box, List
doubleText Box, List
decimalText Box, List
boolCheck Box
SecureStringPassword Box
TimeSpanTime Picker
DateTimeDate Picker, Date Time Picker
  • Text Box - A plain text area where we can enter the desired value.
  • List - A drop-down menu with the additional parameters we give while configuring the settings
  • Choice - This option allows you to set the selection type to either single or multiple selections and select a control you want to use from the given list.
  • File Browser - A text box with a button at the end, once clicked, will open a dialog to select the required file.
  • Folder Browser - A text box along with a button at the end, once clicked, will open a dialog to select the required folder.
  • Check Box - A two-way check box to set the value for a boolean field to either true or false.
  • Password Box - An advanced text box to take passwords with hiding the text.
  • Time Picker - An advanced control that allows you to select the desired time.
  • Date Picker - An advanced control that shows a calendar from which you can select the desired date.
  • Date Time Picker - An advanced control that shows a calendar and a clock side by side from which you can select the desired date and time.

Description

The description provided is shown as the help text for the argument.

note

If settings are not configured before publishing the IntelliAppZ, the AppZ Box will use the default settings.