View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003427 | JEDI VCL | 00 JVCL Components | public | 2006-01-08 22:43 | 2006-04-05 01:23 |
Reporter | mriepp | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.10 | ||||
Target Version | Fixed in Version | 3.30 | |||
Summary | 0003427: TJvDesignSelector: Selecting 2 or more Components on the Designpanel are not available | ||||
Description | TJvDesignSelector: Selecting 2 or more Components on the Designpanel are not available To Resolve this problem change the sourcecode in TJvDesignImp.pas function TJvDesignSelector.FindHandles(AValue: TControl): TJvDesignHandles; var I: Integer; begin Result := nil; for I := 0 to Count - 1 do begin Result := Handles[I]; if Result.Selected = AValue then // Bug-Fix Start // Old : Break; Break else Result:=nil; // Buf-Fix End end; end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-01-08 22:43 | mriepp | New Issue | |
2006-04-04 07:14 | obones | Note Added: 0008894 | |
2006-04-04 07:14 | obones | Status | new => confirmed |
2006-04-05 01:23 | obones | Status | confirmed => resolved |
2006-04-05 01:23 | obones | Resolution | open => fixed |
2006-04-05 01:23 | obones | Assigned To | => obones |
2006-04-05 01:23 | obones | Note Added: 0008945 |