- This is not the released version of the documentation. Recommended Version
Standard Dialogs Sample
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
See Also:
WEL_OPEN_FILE_DIALOG
WEL_CHOOSE_FONT_DIALOG
WEL_CHOOSE_COLOR_DIALOG
WEL_PRINT_DIALOG
Back to WEL Samples
cached: 11/17/2025 9:54:51.000 AM