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
Back to WEL Samples
cached: 10/09/2024 12:03:42.000 PM