View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000620 | JEDI VCL | 00 JVCL Components | public | 2003-01-24 17:19 | 2004-03-30 12:02 |
Reporter | anonymous | Assigned To | user72 | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000620: JvAlarms will continuely trigger events | ||||
Description | If an event is triggered, the AlarmIte,Time is always set to the current time. Therefore it will be retriggered on each doalarm execution | ||||
Additional Information | end; // end case // end; move from here if Stamp.Time > 24 * 60 * 60 * 1000 then begin Inc(Stamp.Date); Dec(Stamp.Time, 24 * 60 * 60 * 1000); end; if Alarm.Kind <> tkOneShot then FAlarms[I].Time := TimeStampToDateTime(Stamp); end; // to here | ||||
Tags | No tags attached. | ||||
|
Note to developers: The fix as detailed in the "Additional Information" DOES NOT seem to work. edited on: 01-19 13:36 |
|
I don't understand the fix. Could you make it more explicit what to do, i.e include the entire fixed method in a note so we can compare to the current code. |
|
Still no reply, so has to repost if error still present |