View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001575 | JEDI VCL | 00 JVCL Components | public | 2004-04-04 00:48 | 2004-04-04 05:05 |
Reporter | anonymous | Assigned To | user72 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001575: TJvProgressForm.Execute raise a conversion error | ||||
Description | After calling TJvProgressForm.Execute a conversion error EInvalidCase raised. After looking at source file, i figure out, that in execution method following bug exists: if not Assigned(FForm) then FForm := TJvProgressFormForm.CreateNew(Owner); This must be changed to: if not Assigned(FForm) then FForm := TJvProgressFormForm.CreateNew(Self); After this, the component works expected. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-04-04 00:48 | anonymous | New Issue | |
2004-04-04 05:05 |
|
Status | new => resolved |
2004-04-04 05:05 |
|
Resolution | open => fixed |
2004-04-04 05:05 |
|
Assigned To | => user72 |
2004-04-04 05:05 |
|
Note Added: 0003627 |