Ticket #49 (new defect)
Opened 3 months ago
File dialogs and "not ready" drives
| Reported by: | rudi | Owned by: | dmik |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | 3rdparty | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Blocking: | ||
| Blocked By: |
Description
If the user selects a drive that is not ready (empty floppy or CD) from the file open dialog, the OS/2 critical error box will show up. However, it is necessary to acknowledge "Return error code to program" 9 (nine !!!) times, before it is possible to continue.
My suggested workaround is to generally disable critical error popups by for example adding
DosError?(FERR_DISABLEHARDERR);
to qt_init() in qapplication_pm.cpp.
Note: See
TracTickets for help on using
tickets.
