View Issue Details

IDProjectCategoryView StatusLast Update
0004584JEDI VCL00 JVCL Componentspublic2008-12-22 05:16
ReporterBrianAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.36 
Summary0004584: JvLabel hot tracking not working
DescriptionJvLabel's hot tracking options have no effect at all while hovering the mouse over them, the font doesn't change.
Additional InformationTested with Delphi 2009
TagsNo tags attached.

Activities

obones

2008-11-18 08:23

administrator   ~0015014

Please provide the zipped sources of a sample application showing this.

Brian

2008-11-18 23:32

reporter   ~0015029

object JvLabel1: TJvLabel
  Left = 152
  Top = 152
  Width = 44
  Height = 13
  Caption = 'JvLabel1'
  Transparent = True
  HotTrack = True
  HotTrackFont.Charset = DEFAULT_CHARSET
  HotTrackFont.Color = clRed
  HotTrackFont.Height = -11
  HotTrackFont.Name = 'Tahoma'
  HotTrackFont.Style = [fsBold]
  HotTrackOptions.Color = clRed
end

obones

2008-11-19 01:46

administrator   ~0015030

zipped sources of a complete project, please.

Brian

2008-11-19 19:05

reporter   ~0015037

Why do you need a zipped project if you can just copy/paste this source on the form and it will re-create the component?

obones

2008-11-19 23:44

administrator   ~0015038

Because we are very few to work on the project, we have very limited time resources and the less manipulations we have to do, the better it is. Plus there might be code/options in your project that have an impact on the issue.

Brian

2008-11-20 00:24

reporter   ~0015039

Ok I will prepare zips for the latest few reports I've sent, although I thought just copy/pasting the object code would actually be less work/complications for you guys.

2008-11-20 22:43

 

jvlabelhottracking.zip (4,327 bytes)

Brian

2008-11-20 22:43

reporter   ~0015041

uploaded project

obones

2008-12-22 05:16

administrator   ~0015146

Thanks, this is now fixed in SVN.

Issue History

Date Modified Username Field Change
2008-11-14 21:45 Brian New Issue
2008-11-18 08:23 obones Note Added: 0015014
2008-11-18 08:23 obones Status new => feedback
2008-11-18 23:32 Brian Note Added: 0015029
2008-11-19 01:46 obones Note Added: 0015030
2008-11-19 19:05 Brian Note Added: 0015037
2008-11-19 23:44 obones Note Added: 0015038
2008-11-20 00:24 Brian Note Added: 0015039
2008-11-20 22:43 Brian File Added: jvlabelhottracking.zip
2008-11-20 22:43 Brian Note Added: 0015041
2008-12-22 05:16 obones Note Added: 0015146
2008-12-22 05:16 obones Status feedback => resolved
2008-12-22 05:16 obones Fixed in Version => Daily / SVN
2008-12-22 05:16 obones Resolution open => fixed
2008-12-22 05:16 obones Assigned To => obones