[[Property:title|Standard Dialogs Sample]]
[[Property:weight|6]]
[[Property:uuid|0d706af1-8c76-64b3-5907-0d9effb2bb8f]]
[[Image:stddlgs|stddlgs]]
==Compiling==
To compile the example:
* Launch EiffelStudio.
* Click '''Add project'''
* Browse to ''$ISE_EIFFEL\examples\wel\stddlgs\''.
* Choose ''stddlgs.ecf''
* Choose the location where the project will be compiled, by default the same directory containing the configuration file.
* Click '''OK'''.
==Running==
After launching the program, a window will displayed with a menu allowing you to select some of the standard dialogs provided by WEL.
==Under the Hood==
on_menu_command
has been redefined in MAIN_WINDOW
to display a different standard dialog when each of the menu items is selected.
This sample contains the following classes:
* APPLICATION_IDS
* MAIN_WINDOW
* STDDLG_DEMO
{{seealso|
[[WEL_OPEN_FILE_DIALOG|WEL_OPEN_FILE_DIALOG]]
[[WEL_CHOOSE_FONT_DIALOG|WEL_CHOOSE_FONT_DIALOG]]
[[WEL_CHOOSE_COLOR_DIALOG|WEL_CHOOSE_COLOR_DIALOG]]
[[WEL_PRINT_DIALOG|WEL_PRINT_DIALOG]] }}