View Issue Details

IDProjectCategoryView StatusLast Update
0000620JEDI VCL00 JVCL Componentspublic2004-03-30 12:02
ReporteranonymousAssigned Touser72 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0000620: JvAlarms will continuely trigger events
DescriptionIf 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
TagsNo tags attached.

Activities

anonymous

2004-01-19 13:20

viewer   ~0002806

Last edited: 2004-01-19 13:36

Note to developers:
The fix as detailed in the "Additional Information" DOES NOT seem to work.

edited on: 01-19 13:36

user72

2004-02-01 00:23

  ~0002912

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.

user72

2004-03-30 12:02

  ~0003523

Still no reply, so has to repost if error still present

Issue History

Date Modified Username Field Change
2004-02-01 00:23 user72 Note Added: 0002912
2004-03-30 12:02 user72 Status feedback => resolved
2004-03-30 12:02 user72 Resolution open => fixed
2004-03-30 12:02 user72 Assigned To => user72
2004-03-30 12:02 user72 Note Added: 0003523