View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006211 | JEDI VCL | 00 JVCL Components | public | 2013-10-10 16:21 | 2015-09-14 13:20 |
Reporter | PostAp | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.47 | ||||
Target Version | Fixed in Version | 3.48 | |||
Summary | 0006211: TJvSimScope.UpdateTimeSteps can be set to ZERO in Delphi IDE (XE4.1 tested) | ||||
Description | TJvSimScope.UpdateTimeSteps can be set to zero in IDE w/o any errors, but can't set another value. When run, app rise a divide by zero error. use JEDI20130630 version | ||||
Additional Information | unit JvSimScope; procedure TJvSimScope.SetUpdateTimeSteps(const Value: Integer); begin if (FUpdateTimeSteps <> Value) and (FUpdateTimeSteps > 0) then begin FUpdateTimeSteps := Value; end; end; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-10-10 16:21 | PostAp | New Issue | |
2013-10-10 16:25 | PostAp | Note Added: 0020663 | |
2013-12-01 11:23 | AHUser | Note Added: 0020703 | |
2013-12-01 11:23 | AHUser | Status | new => resolved |
2013-12-01 11:23 | AHUser | Fixed in Version | => Daily / SVN |
2013-12-01 11:23 | AHUser | Resolution | open => fixed |
2013-12-01 11:23 | AHUser | Assigned To | => AHUser |
2015-09-14 13:20 | obones | Fixed in Version | Daily / GIT => 3.48 |