View Issue Details

IDProjectCategoryView StatusLast Update
0003941JEDI VCL00 JVCL Componentspublic2006-10-04 03:34
ReporterRichardWinstonAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.20 
Target VersionFixed in Version3.30 
Summary0003941: Calling .Execute always causes an exception
DescriptionCalling .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);
TagsNo tags attached.

Activities

RichardWinston

2006-10-03 20:41

reporter   ~0010286

Forgot to say the affected component.

Calling TJvTipOfDay.Execute always causes an exception

obones

2006-10-04 03:33

administrator   ~0010287

This has already been fixed in the SVN version. Please use it from here:

http://jvcl.sf.net/daily/

Issue History

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