View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003847 | JEDI VCL | 00 JVCL Components | public | 2006-08-01 10:15 | 2006-08-02 01:10 |
| Reporter | demonek | Assigned To | obones | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | Daily / GIT | ||||
| Target Version | Fixed in Version | 3.30 | |||
| Summary | 0003847: JvInspector painter problem | ||||
| Description | in daily zip jvInspector raises exception : EReadError - Error reading jviAttributes.Style: Painter is not the active painter of the specified inspector. previous versions were ok, changing the style on designtime also raises this exception. | ||||
| Tags | No tags attached. | ||||
|
|
tested on BDS 2006 with fixes up to 6, on \JvInspector example |
|
|
commenting these lines solves the problem. but I don't know why they are here procedure TJvInspectorPainter.SetInspector(const AInspector: TJvCustomInspector); begin // if (AInspector <> nil) and (AInspector.ActivePainter <> Self) then // raise EJvInspector.CreateRes(@RsEJvInspPaintNotActive); ..... in debugging program goes into this procedure 3 times, 1 with borland style and 2 times with item style. |
|
|
This is now fixed in SVN. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2006-08-01 10:15 | demonek | New Issue | |
| 2006-08-01 10:56 | demonek | Note Added: 0009933 | |
| 2006-08-01 12:01 | demonek | Note Added: 0009934 | |
| 2006-08-02 01:10 | obones | Status | new => resolved |
| 2006-08-02 01:10 | obones | Fixed in Version | => Daily / SVN |
| 2006-08-02 01:10 | obones | Resolution | open => fixed |
| 2006-08-02 01:10 | obones | Assigned To | => obones |
| 2006-08-02 01:10 | obones | Note Added: 0009935 |