Roger Lovelock wrote: > Hi, > I'm looking for a workaround! > I want some of the forms in my application to be modal, but also to have a > menubar and a status bar. Modal forms are actually dialogs - so no menubars > or status bars. I'm sure someone out there has a simple workaround (most of > the options I can dream up feel a bit too complicated). > Any suggestions appreciated.
My best answer is: don't do modal forms. Modality is for dialogs, a sub-type of a form that is for getting specific information from the user. Menus, toolbars, and status bars are not needed in a modal form. What menu options would you provide in your modal form? Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
