View Issue Details

IDProjectCategoryView StatusLast Update
0001591JEDI VCL00 JVCL Componentspublic2004-04-06 17:56
ReporteranonymousAssigned ToAHUser 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001591: "Resource TJvForm not found" calling TJvImageDialog.Execute
DescriptionI got this exception when trying to use TJvImageDialog.
It is totally reporoducible:

1. Create new form.
2. put TJvImageDialog.
3. Assign any pincture to TJvImageDialog.
4. put TButton and on OnClick event fire Execute of TJvImageDialog.
5. Run.

When Execute is called the noted exception raises.
Additional InformationDelphi 7 Enterprise build 4.453
JVCL 03-04-2004
TagsNo tags attached.

Activities

AHUser

2004-04-06 17:56

developer   ~0003675

Fixed in CVS.

In TJvImageDialog.Execute you must replace
> Form := TJvForm.Create(Self);
by this line:
> Form := TJvForm.CreateNew(Self);

Issue History

Date Modified Username Field Change
2004-04-06 13:15 anonymous New Issue
2004-04-06 17:56 AHUser Status new => resolved
2004-04-06 17:56 AHUser Resolution open => fixed
2004-04-06 17:56 AHUser Assigned To => AHUser
2004-04-06 17:56 AHUser Note Added: 0003675