View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001703 | JEDI VCL | 00 JVCL Components | public | 2004-04-28 01:41 | 2004-04-28 09:48 |
Reporter | SVitaliy | Assigned To | user72 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001703: TJvProgressDialog can close by Alt-F4 key combination | ||||
Description | In example JvProgressDialogDemo TJvProgressDialog can close by pressing Alt-F4 key combination. I think this is erroneous situation (as is now). Such key combination possible treats as cancel action from user. However, when cancel action is disable key combination must ignore. Possible solution catch (hook) key pressing and filter required combination | ||||
Tags | No tags attached. | ||||
|
Fixed in CVS |
|
Nice work. What You say about next proposition: Change line no 322 in file JvProgressForm.Pas (CVS) from if FCanClose then Close; to if FCanClose then DoCancel; |
|
Of course, I'll change it |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-04-28 01:41 | SVitaliy | New Issue | |
2004-04-28 04:42 |
|
Status | new => resolved |
2004-04-28 04:42 |
|
Resolution | open => fixed |
2004-04-28 04:42 |
|
Assigned To | => user72 |
2004-04-28 04:42 |
|
Note Added: 0004102 | |
2004-04-28 09:35 | SVitaliy | Status | resolved => feedback |
2004-04-28 09:35 | SVitaliy | Resolution | fixed => reopened |
2004-04-28 09:35 | SVitaliy | Note Added: 0004117 | |
2004-04-28 09:40 |
|
Note Added: 0004118 | |
2004-04-28 09:48 |
|
Status | feedback => resolved |
2004-04-28 09:48 |
|
Resolution | reopened => fixed |