Setting an Application Entry Point
The application entry point is the first window that is displayed when the application is executed at runtime. For our purposes this will be the MDI Frame MVDEMO_MDI. The following steps will define the application entry point.
1. From the OpenInsight IDE, go to Settings, Application Settings…
1. Click the Setup Entry Point… button.
2. The Setup Application Main Entry Point dialog box is displayed, as shown below.
3. Clear the No Application Entry Point check box. The window names in the Window Name list box become enabled.
4. Select the form MVDEMO_MDI in the Window Name list box.
5. Click the OK button to update the application Entry Point option and return to the Application Properties dialog box. Click the OK button to close this dialog.
6. You will need to close and reopen OpenInsight to the MVDEMO application. From the OpenInsight 10 IDE, choose Tools, Launch Application…
7. The MVDEMO_MDI window is displayed in runtime mode.