View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003941 | JEDI VCL | 00 JVCL Components | public | 2006-10-03 20:39 | 2006-10-04 03:34 |
Reporter | RichardWinston | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.20 | ||||
Target Version | Fixed in Version | 3.30 | |||
Summary | 0003941: Calling .Execute always causes an exception | ||||
Description | Calling .Execute always causes an exception because it attempts to create a form for which there is no dfm file using "Create" instead of "CreateNew". Line 294 of JvTipOfDay.pas should be changed from LForm := TJvForm.Create(Application); to LForm := TJvForm.CreateNew(Application); | ||||
Tags | No tags attached. | ||||
|
Forgot to say the affected component. Calling TJvTipOfDay.Execute always causes an exception |
|
This has already been fixed in the SVN version. Please use it from here: http://jvcl.sf.net/daily/ |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-10-03 20:39 | RichardWinston | New Issue | |
2006-10-03 20:41 | RichardWinston | Note Added: 0010286 | |
2006-10-04 03:33 | obones | Status | new => resolved |
2006-10-04 03:33 | obones | Fixed in Version | => Daily / SVN |
2006-10-04 03:33 | obones | Resolution | open => fixed |
2006-10-04 03:33 | obones | Assigned To | => obones |
2006-10-04 03:33 | obones | Note Added: 0010287 |