View Issue Details

IDProjectCategoryView StatusLast Update
0004081JEDI VCL00 JVCL Componentspublic2007-03-17 11:06
ReporterwestphalAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.34 
Summary0004081: Unable to compile JVCL
DescriptionError while compiling JvLookoutEditor,

I propose a patch in Additional Information
Additional InformationIndex: JvLookoutEditor.pas
===================================================================
--- JvLookoutEditor.pas (revision 11213)
+++ JvLookoutEditor.pas (working copy)
@@ -136,7 +136,7 @@
 begin
   if Component = nil then
     Exit;
- Btn := TJvLookOutPage(Component).AddButton;
+ Btn := TJvLookOutButton(TJvLookOutPage(Component).AddButton);
   Btn.Name := Designer.UniqueName(cLookOutButton);
   Btn.Caption := Btn.Name;
 // Designer.CreateComponent(TJvLookOutButton, Component, 0, MaxInt, 0, 0);
TagsNo tags attached.

Activities

westphal

2007-03-16 05:59

reporter   ~0011354

I forgot to say: unable to compile on D7

obones

2007-03-16 09:24

administrator   ~0011359

Please provide the error message.

westphal

2007-03-16 15:59

reporter   ~0011377

Issue should be close, bug as been corrected

AHUser

2007-03-17 11:06

developer   ~0011416

I fixed it without knowing that there was a bug report.

Issue History

Date Modified Username Field Change
2007-03-16 05:58 westphal New Issue
2007-03-16 05:59 westphal Note Added: 0011354
2007-03-16 09:24 obones Note Added: 0011359
2007-03-16 09:24 obones Status new => feedback
2007-03-16 15:59 westphal Note Added: 0011377
2007-03-17 11:06 AHUser Status feedback => resolved
2007-03-17 11:06 AHUser Fixed in Version => Daily / SVN
2007-03-17 11:06 AHUser Resolution open => fixed
2007-03-17 11:06 AHUser Assigned To => AHUser
2007-03-17 11:06 AHUser Note Added: 0011416