View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001457 | JEDI VCL | 00 JVCL Components | public | 2004-03-09 14:18 | 2004-04-22 02:55 |
| Reporter | anonymous | Assigned To | user72 | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0001457: setting GridSize at 1 of TJvSimScope at creating block totally delphi | ||||
| Description | If I paste TJvSimScope component on delphi tform and i change GridSize with value 1 (or 0, or negative value) and valid, delphi block totally and systematically (and crash), and i need to kill delphi in process list because unable to escape freezing delphi appli !!! very big bug problematic !!!!! Nanotonne. | ||||
| Additional Information | i use jvcl3, delphi 6 pro patched on win2000pro | ||||
| Tags | No tags attached. | ||||
|
|
Change SetGridSize to: procedure TJvSimScope.SetGridSize(Value: Integer); begin if (FGridSize <> Value) and (Value > 0) then begin FGridSize := Value; UpdateDisplay(True); end; end; GridSize must always be > 0 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-03-09 14:18 | anonymous | New Issue | |
| 2004-03-09 15:48 |
|
Note Added: 0003291 | |
| 2004-03-09 15:57 |
|
Status | new => resolved |
| 2004-03-09 15:57 |
|
Resolution | open => fixed |
| 2004-03-09 15:57 |
|
Assigned To | => user72 |
| 2004-04-22 02:55 |
|
Status | resolved => closed |