View Issue Details

IDProjectCategoryView StatusLast Update
0001705JEDI VCL00 JVCL Componentspublic2004-04-30 04:23
ReporteranonymousAssigned Touser72 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001705: Error in JvXPBar
Descriptionat run time if the last items in JvXPBar is set "Visible:=false" an exception is raised.
Additional InformationI correct the error inserting "if fvisibleitems.Count-1<index then exit;" as first line of the procedure "TJvXPCustomWinXPBar.DoDrawItem"
TagsNo tags attached.

Activities

user72

2004-04-29 02:47

  ~0004120

What version of JVCL are you using? I can't reproduce using the latest from CVS...

Dierk

2004-04-29 03:54

reporter   ~0004122

Error in JvXPBar???

I also can't reproduce it, neither in runtime nor in designtime.

Regards

Dierk

2004-04-29 06:47

 

xpbar.zip (13,382 bytes)

anonymous

2004-04-29 06:49

viewer   ~0004127

Sorry is not "Enabled:=False" but "Visible:=False", try the example in xpbar.zip.

user72

2004-04-29 07:01

  ~0004129

Ah, there are some missing "FVisibleItems[FHoverIndex] <> nil" in the code.

Fixed in CVS

Issue History

Date Modified Username Field Change
2004-04-29 02:10 anonymous New Issue
2004-04-29 02:47 user72 Note Added: 0004120
2004-04-29 02:48 user72 Status new => assigned
2004-04-29 02:48 user72 Assigned To => user72
2004-04-29 03:54 Dierk Note Added: 0004122
2004-04-29 06:47 anonymous File Added: xpbar.zip
2004-04-29 06:49 anonymous Note Added: 0004127
2004-04-29 07:01 user72 Note Added: 0004129
2004-04-29 07:02 user72 Description Updated
2004-04-30 04:23 user72 Status assigned => resolved
2004-04-30 04:23 user72 Resolution open => fixed