View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003991 | JEDI VCL | 02 Installation | public | 2006-11-07 09:59 | 2006-11-12 02:00 |
Reporter | ykami | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0003991: JVCLInstaller - Tag in a hint does not work | ||||
Description | HintWindowClass cannot be set because there is property of this name in the TJvExForm class. | ||||
Tags | No tags attached. | ||||
2006-11-07 09:59
|
main.patch (413 bytes)
Index: Main.pas =================================================================== --- Main.pas (revision 11005) +++ Main.pas (working copy) @@ -220,7 +220,7 @@ procedure TFormMain.FormCreate(Sender: TObject); begin Application.HintHidePause := MaxInt; - HintWindowClass := THtHintWindow; + Forms.HintWindowClass := THtHintWindow; Application.ShowHint := False; Application.ShowHint := True; |
|
What? |
2006-11-07 16:37
|
3991.ZIP (62,156 bytes) |
|
I added screenshot. |
|
Thanks. Fixed in SVN |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-11-07 09:59 | ykami | New Issue | |
2006-11-07 09:59 | ykami | File Added: main.patch | |
2006-11-07 10:22 | obones | Note Added: 0010419 | |
2006-11-07 10:22 | obones | Status | new => feedback |
2006-11-07 16:37 | ykami | File Added: 3991.ZIP | |
2006-11-07 16:40 | ykami | Note Added: 0010420 | |
2006-11-12 02:00 | AHUser | Status | feedback => resolved |
2006-11-12 02:00 | AHUser | Resolution | open => fixed |
2006-11-12 02:00 | AHUser | Assigned To | => AHUser |
2006-11-12 02:00 | AHUser | Note Added: 0010437 |