mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
Date:2008-09-19T07:54:43.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@25 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
30 lines
859 B
Plaintext
30 lines
859 B
Plaintext
[[Property:title|Standard_dialogs Sample]]
|
|
[[Property:weight|3]]
|
|
[[Property:uuid|31d0608e-0136-b3db-0745-9e8697dcc60d]]
|
|
[[Image:standard-dialogs|Standard_dialogs]] <br/>
|
|
<br/>
|
|
|
|
==Compiling==
|
|
|
|
* Launch EiffelStudio.
|
|
* Click '''Add project'''
|
|
* Browse to ''$ISE_EIFFEL\examples\vision2\standard_dialogs\''.
|
|
* Choose ''standard_dialogs.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 application, you will see a window displayed with a similar appearance to the one above. If you select an item from the "Standard Dialog" menu, a dialog of that type will be displayed. Selecting "Exit" from the "File" menu will exit the application.
|
|
|
|
==Under the Hood==
|
|
|
|
This sample contains the following class:
|
|
* STANDARD_DIALOGS
|
|
|
|
|
|
|
|
|
|
|