View Issue Details

IDProjectCategoryView StatusLast Update
0006432JEDI VCL00 JVCL Componentspublic2015-09-14 17:44
ReporteravisAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionnot fixable 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0006432: JvProgressDialog execute method always returns false (As if it was canceled) even without intervention
DescriptionJVProgress Dialog execute method should return false if it was canceled and true in case of no user intervension. This is not the case - it always returns true. ShowModal always returns mrCancel.

Additional InformationTo reproduce: run the JVProgressDialogDemo included with the distribution. Run with and without clicking cancel, and with Showevents. It will always show as Canceled.

Environment:
Windows 7 SP1 EN-US
Delphi XE7 UP1
TagsNo tags attached.

Activities

obones

2015-09-14 17:44

administrator   ~0021203

That's because TfrmProgressDialogDemo.DoDialogProgress changes AContinue to False when it has reached the end of the bar, hence saying "cancel"

Issue History

Date Modified Username Field Change
2015-08-19 15:44 avis New Issue
2015-09-14 11:28 obones Status new => acknowledged
2015-09-14 17:44 obones Note Added: 0021203
2015-09-14 17:44 obones Status acknowledged => resolved
2015-09-14 17:44 obones Resolution open => not fixable
2015-09-14 17:44 obones Assigned To => obones