View Issue Details

IDProjectCategoryView StatusLast Update
0002596JEDI VCL00 JVCL Componentspublic2005-02-04 00:05
ReporteranonymousAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 BETA 2 
Target VersionFixed in Version3.00 RC 1 
Summary0002596: With RC1 - TJvScrollMax SetParentBackground - Called from inherited Create
Descriptionprocedure TJvScrollMax.SetParentBackground(Value: Boolean);
begin
  inherited SetParentBackground(Value);
  FPnlEdit.ParentBackground := Value; ----->
  FScrollBar.ParentBackground := Value;----->
end;

FPnlEdit is equal to nil <------------------------
FScrollBar is equal to nil <------------------------

I have put remarques to these 2 lines and it works.
TagsNo tags attached.

Relationships

duplicate of 0002395 resolved can't place a JVScrollMax on a Form 

Activities

obones

2005-02-04 00:05

administrator   ~0006373

This is already fixed in CVS, and has been fixed since RC1 is out.

Issue History

Date Modified Username Field Change
2005-02-03 13:18 anonymous New Issue
2005-02-04 00:05 obones Relationship added duplicate of 0002395
2005-02-04 00:05 obones Duplicate ID 0 => 2395
2005-02-04 00:05 obones Status new => resolved
2005-02-04 00:05 obones Fixed in Version => 3.00 RC 1
2005-02-04 00:05 obones Resolution open => fixed
2005-02-04 00:05 obones Assigned To => obones
2005-02-04 00:05 obones Note Added: 0006373