View Issue Details

IDProjectCategoryView StatusLast Update
0000151JEDI VCL00 JVCL Componentspublic2002-07-01 12:39
ReportermarcusfuchsAssigned Touser72 
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0000151: TJvGroupBox2 always disables all controls
DescriptionTJvGroupBox2 has the feature to disable/enable all subcontrol when it self is disabled/ enabled. but it is not implemented correct. The corresponding property isn't analized. See additional Info for a fix.
Additional Informationprocedure TJvGroupBox2.CMEnabledChanged(var Msg: TMsg);
var
  i: Integer;
begin
  inherited;
  If PropageEnabled Then // This line is added (Marcus Fuchs)
    for i := 0 to ControlCount - 1 do
      Controls[i].Enabled := Enabled;
end;
TagsNo tags attached.

Activities

user72

2002-06-26 16:41

  ~0000136

This has been fixed in the restrctured JVCL but not in the current version

user72

2002-06-30 08:31

  ~0000141

This has been fixed in 1.31 too

Issue History

Date Modified Username Field Change