View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004081 | JEDI VCL | 00 JVCL Components | public | 2007-03-16 05:58 | 2007-03-17 11:06 |
Reporter | westphal | Assigned To | AHUser | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.34 | |||
Summary | 0004081: Unable to compile JVCL | ||||
Description | Error while compiling JvLookoutEditor, I propose a patch in Additional Information | ||||
Additional Information | Index: 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); | ||||
Tags | No tags attached. | ||||
|
I forgot to say: unable to compile on D7 |
|
Please provide the error message. |
|
Issue should be close, bug as been corrected |
|
I fixed it without knowing that there was a bug report. |
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 |