View Issue Details

IDProjectCategoryView StatusLast Update
0001503JEDI VCL00 JVCL Componentspublic2004-03-20 01:18
ReporterpsAssigned Touser72 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001503: TJvProgressDialog - 'Show Cancel' does not work ...
DescriptionHello,

in the TJvProgressDialog, property 'ShowCancel' does not work when I set it in the Object Inspector.

I did set it to 'true' in the Object Inspector, but the dialog does not show the 'Cancel' button.

When i change its value in code (before I execute the dialog), it works!
TagsNo tags attached.

Activities

user72

2004-03-20 01:16

  ~0003397

The default value isn't set in the constructor, so add

FShowCancel := True;

to the end of the constructor. Rebuild the RT package.

user72

2004-03-20 01:18

  ~0003398

Fixed in CVS

Issue History

Date Modified Username Field Change
2004-03-19 18:52 ps New Issue
2004-03-20 01:16 user72 Note Added: 0003397
2004-03-20 01:18 user72 Status new => resolved
2004-03-20 01:18 user72 Resolution open => fixed
2004-03-20 01:18 user72 Assigned To => user72
2004-03-20 01:18 user72 Note Added: 0003398