View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001705 | JEDI VCL | 00 JVCL Components | public | 2004-04-29 02:10 | 2004-04-30 04:23 |
Reporter | anonymous | Assigned To | user72 | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001705: Error in JvXPBar | ||||
Description | at run time if the last items in JvXPBar is set "Visible:=false" an exception is raised. | ||||
Additional Information | I correct the error inserting "if fvisibleitems.Count-1<index then exit;" as first line of the procedure "TJvXPCustomWinXPBar.DoDrawItem" | ||||
Tags | No tags attached. | ||||
|
What version of JVCL are you using? I can't reproduce using the latest from CVS... |
|
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) |
|
Sorry is not "Enabled:=False" but "Visible:=False", try the example in xpbar.zip. |
|
Ah, there are some missing "FVisibleItems[FHoverIndex] <> nil" in the code. Fixed in CVS |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-04-29 02:10 | anonymous | New Issue | |
2004-04-29 02:47 |
|
Note Added: 0004120 | |
2004-04-29 02:48 |
|
Status | new => assigned |
2004-04-29 02:48 |
|
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 |
|
Note Added: 0004129 | |
2004-04-29 07:02 |
|
Description Updated | |
2004-04-30 04:23 |
|
Status | assigned => resolved |
2004-04-30 04:23 |
|
Resolution | open => fixed |