Extensions Reference
Extensions Reference > exDialogs
exDialogs.dll
Helper functions for displaying selection and config dialogs
Included with Brass by default
Download Sample SSN code for this extension
dlgColourDialog - Displays a colour selector dialog
dlgFontDialog - Displays a font selector dialog
dlgFontDialogGetName - Returns the name of the font selected in dlgFontDialog
dlgFontDialogGetSize - Returns the size of the font selected in dlgFontDialog
dlgFontDialogGetBold - Returns whether the font selected in dlgFontDialog is bold or normal
dlgFontDialogGetItalic - Returns whether the font selected in dlgFontDialog is italic or normal
dlgTextPrompt - Displays a customizable dialog prompting the user for some text input
dlgTextPromptGetText - Returns the user-supplied text from the last call to dlgTextPrompt
dlgListPromptReset - Resets the list prompt dialog content for reuse
dlgListPromptAddItem - Adds an item to the list in a list prompt dialog
dlgListPrompt - Displays a customizable dialog prompting the user to select one item from a list of items
dlgListPromptGetSelString - Returns the text of the selected string from the last call to dlgListPrompt
dlgListPromptGetSelItem - Returns the item number of the selected string from the last call to dlgListPrompt
dlgBrowseForFolder - Displays a folder selection dialog
dlgBrowseForFile - Displays a single file selection dialog for loading or saving
dlgBrowseForMultiFile - Displays a multiple file selection dialog for loading or saving
dlgMessageBox - Displays a configurable messagebox to the user