/* SETUP.PRG The "setup program" for the MDI application ... open any and all files needed to run the application and/or develop the application. */ // These always get me -- if the program // crashes, and they usually do while developing -- // (due to programmer error), the speedBar and the // statusBar in the IDE is not available ... this // just puts them back. the MDI application class turns // them back off ... _app.speedbar := true _app.statusBar := true _app.tabBar = true // this can also cause problems: set design on // make sure the menu is available: set procedure to Main.mnu return