/
Kiosk - Customization using KioskSettings.properties (V6)

Kiosk - Customization using KioskSettings.properties (V6)


The titles and labels of the kiosk can be changed by editing the properties file. For detailed instructions on how to do this, refer to VolanteResource.properties - Resource Properties Files.

Editing Settings


In addition to editing the text that is displayed in the kiosk screens, it is also possible to modify settings that are related to the appearance of the kiosk using the properties file. These are prefixed with KioskSettings.*.

Colours

Various text colours and background colours of the dialog boxes and buttons are available to be customized in the kiosk. To indicate the desired colour, simply enter the RGB code in the format of RRR,GGG,BBB where each code is between 0 to 255. If an invalid colour format is used, it would default to white (i.e. 255,255,255).

 

Idle Screen


  • KioskSettings.idleScreenShowButton: 1 shows the button saying "Touch to Start", 0 hides it
  • KioskSettings.idleScreenTextColor: The colour of the text saying "Touch to Start"

General Buttons / Quick Menu Sets


  • KioskSettings.titleTextColor: The text colour of the title at the top of each screen
  • KioskSettings.navigationButtonsTextColor: The text colour of the Navigation buttons at the bottom of each screen
  • KioskSettings.yourOrderTitleTextColor: The text colour of the title of Your Order
  • KioskSettings.yourOrderContentTextColor: The text colour of the content under Your Order (i.e. ordered items)
  • KioskSettings.otherButtonsBackgroundColor: The background colour of assorted generic buttons (i.e. on this screen: Review Orders, Product Lookup)
  • KioskSettings.otherButtonsDisabledBackgroundColor: The background colour of assorted generic buttons when they are not able to be clicked
  • KioskSettings.otherButtonsTextColor: The text colour of assorted generic buttons
  • KioskSettings.quickMenuSetButtonsTextColor: The text colour of the Quick Menu Set buttons
  • KioskSettings.quickMenuSetButtonsBackgroundColor: The background colour of the Quick Menu Set buttons
  • KioskSettings.quickMenuSetButtonsShowText: 1 shows name of the Quick Menu Set on the associated button when a graphic is assigned to it, 0 hides it (Note: text always shows up if there is no graphic assigned to the Quick Menu Set)
  • KioskSettings.quickMenuSetColumns: Number of columns to layout the Quick Menu Set buttons.

Quick Menus


  • KioskSettings.quickMenuButtonsTextColor: The text colour of the Quick Menu Item buttons
  • KioskSettings.quickMenuButtonsShowText: 1 shows name of the Quick Menu Item on the associated button when a graphic is assigned to it, 0 hides it (Note: text always shows up if there is no graphic assigned to the Quick Menu Item)

Options


  • KioskSettings.optionButtonsTextColor: The text colour of the Option buttons
  • KioskSettings.optionButtonsBackgroundColor: The background colour of the Option buttons
  • KioskSettings.optionButtonsSelectedTextColor: The text colour of the Option buttons when they are selected
  • KioskSettings.optionButtonsSelectedBackgroundColor: The background colour of the Option buttons when they are selected
  • KioskSettings.optionButtonsShowText: 1 shows name of the Option item on the associated button when a graphic is assigned to it, 0 hides it (Note: text always shows up if there is no graphic assigned to the Option)
  • KioskSettings.optionButtonsColumns: Number of columns to layout the Option buttons
  • KioskSettings.optionButtonsMinRows: Minimum number of rows to layout the Option buttons if the number of Options is less than Column x Max Rows. If it is less than Max Rows, then Max Rows is assumed.
  • KioskSettings.optionButtonsMaxRows: Maximum number of rows to layout the Option buttons on a single page

Confirmation Screens


  • KioskSettings.paymentButtonsTextColor: The text colour of the payment buttons (as well as order type buttons)
  • KioskSettings.paymentButtonsBackgroundColor: The background colour of the payment buttons

Dialogs


  • KioskSettings.dialogBackgroundColor: The background colour of the dialog showing the message.
  • KioskSettings.dialogTextColor: The text colour of the message in the dialog.
  • KioskSettings.dialogButtonsBackgroundColor: The background colour of the buttons on the dialog.
  • KioskSettings.dialogButtonsTextColor: The text colour of the buttons on the dialog.




 

Related content