View Issue Details

IDProjectCategoryView StatusLast Update
0003991JEDI VCL02 Installationpublic2006-11-12 02:00
ReporterykamiAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0003991: JVCLInstaller - Tag in a hint does not work
DescriptionHintWindowClass cannot be set because there is property of this name in the TJvExForm class.
TagsNo tags attached.

Activities

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;
 
main.patch (413 bytes)

obones

2006-11-07 10:22

administrator   ~0010419

What?

2006-11-07 16:37

 

3991.ZIP (62,156 bytes)

ykami

2006-11-07 16:40

reporter   ~0010420

I added screenshot.

AHUser

2006-11-12 02:00

developer   ~0010437

Thanks.

Fixed in SVN

Issue History

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