View Issue Details

IDProjectCategoryView StatusLast Update
0002660JEDI VCL00 JVCL Componentspublic2005-02-22 08:21
Reportergrenzi_rAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version3.00 
Summary0002660: TJvHotLink does not execute the given URL any longer
DescriptionPlace a TJvHotLink on form and set the URL property to an valid URL and start the app and click at the link and see that nothing happens. In former times (when I develop the MegaDemo) the click takes me to the URL. It seems to be that the ShellExecute is cleared here
TagsNo tags attached.

Activities

AHUser

2005-02-19 11:03

developer   ~0006529

TJvHotLink was merged with TJvLabel and there you have to set AutoOpenURL to true.

grenzi_r

2005-02-21 07:27

developer   ~0006539

in That case I would suggest to set the default for AutoOpenURL to true

AHUser

2005-02-21 07:29

developer   ~0006540

I don't think so because TJvLabel is not only a URL-Label. But introducing the side effect that makes AutoOpenURL=true if you change the URL property to something <> '' could be a solution.

grenzi_r

2005-02-22 02:45

developer   ~0006545

Yes that sound very good to me

AHUser

2005-02-22 08:21

developer   ~0006546

After looking more deeply into the code I think that a default AutoOpenURL=True is the better solution because it has less side effects and has a clearer implementation.


Fixed in CVS.

Issue History

Date Modified Username Field Change
2005-02-19 07:43 grenzi_r New Issue
2005-02-19 11:03 AHUser Note Added: 0006529
2005-02-19 11:12 AHUser Status new => feedback
2005-02-21 07:27 grenzi_r Note Added: 0006539
2005-02-21 07:29 AHUser Note Added: 0006540
2005-02-22 02:45 grenzi_r Note Added: 0006545
2005-02-22 08:21 AHUser Status feedback => resolved
2005-02-22 08:21 AHUser Resolution open => fixed
2005-02-22 08:21 AHUser Assigned To => AHUser
2005-02-22 08:21 AHUser Note Added: 0006546