View Issue Details

IDProjectCategoryView StatusLast Update
0001703JEDI VCL00 JVCL Componentspublic2004-04-28 09:48
ReporterSVitaliyAssigned Touser72 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001703: TJvProgressDialog can close by Alt-F4 key combination
DescriptionIn 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
TagsNo tags attached.

Activities

user72

2004-04-28 04:42

  ~0004102

Fixed in CVS

SVitaliy

2004-04-28 09:35

reporter   ~0004117

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;

user72

2004-04-28 09:40

  ~0004118

Of course, I'll change it

Issue History

Date Modified Username Field Change
2004-04-28 01:41 SVitaliy New Issue
2004-04-28 04:42 user72 Status new => resolved
2004-04-28 04:42 user72 Resolution open => fixed
2004-04-28 04:42 user72 Assigned To => user72
2004-04-28 04:42 user72 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 user72 Note Added: 0004118
2004-04-28 09:48 user72 Status feedback => resolved
2004-04-28 09:48 user72 Resolution reopened => fixed