View Issue Details

IDProjectCategoryView StatusLast Update
0003847JEDI VCL00 JVCL Componentspublic2006-08-02 01:10
ReporterdemonekAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.30 
Summary0003847: JvInspector painter problem
Descriptionin 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.
TagsNo tags attached.

Activities

demonek

2006-08-01 10:56

reporter   ~0009933

tested on BDS 2006 with fixes up to 6, on \JvInspector example

demonek

2006-08-01 12:01

reporter   ~0009934

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.

obones

2006-08-02 01:10

administrator   ~0009935

This is now fixed in SVN.

Issue History

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