Please enable JavaScript to view this site.

Allegro Framework UI

Allegro applications most commonly use the following three different types of messages to confirm, notify or display information - dialogue, toast and info panel.

 

Dialogue Window

msg_messagebox

A modal dialogue box prompting you to select from one of options. The icon next to the text indicates the message type - information, alert, error or question. In addition to the choice itself, the window can also be closed by clicking the cross in the header or by pressing the Esc key, both an action identical to clicking the Cancel button.

 

Toast

msg_toast

A non-modal text window that closes automatically after a few seconds. When you hover the mouse over the toast, it will be held down and hidden when the mouse is outside the notification area.

 

Info Panel

msg_infopanel

A non-modal text window that closes automatically after a few seconds. A cross can be used to close it before this time has elapsed. This can sometimes be replaced by a pin icon btn_pin. In this case, the panel is closed just by clicking on this icon. The colour of the panel can indicate the message type - information, success, warning or danger. Received info panels are stored in the history, which is displayed by clicking on the envelope icon btn_sbar_notification in the status bar. If the history contains any records, the icon will change colour.

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Nav Header: ALT+n
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Exit Menu/Up: ESC