|
When creating a new application, you will now be prompted to generate an application template. If you select Yes, PowerBuilder creates the objects for a basic MDI application and puts them into the library for you.
- w_genapp_frame (frame window)
- w_genapp_sheet (sheet window)
- m_genapp_frame (frame menu)
- m_genapp_sheet (sheet window -- descendant of m_genapp_frame)
- w_genapp_toolbars (dialog box for controlling toolbar display)
- w_genapp_about (About dialog box)
Basic scripts are included as well.
|