View Issue Details

IDProjectCategoryView StatusLast Update
0001990JEDI VCL00 JVCL Componentspublic2004-10-01 00:03
ReporteranonymousAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary0001990: TJvScheduledEvents incorrectly loads events
DescriptionIf I add some events at run-time and then re-enter program, TJvScheduledEvents loads only original amount of events, then produces error: List index out of bounds.
Additional InformationPossible decision: in unit JvScheduledEvents,
procedure TJvCustomScheduledEvents.LoadEventStates;
after
534: SnoozeInterval.wMilliseconds := RegReadInteger(FSaveKey, EventKey, 'SnoozeInterval.wMilliseconds');
add line:
535: while IEvents>FEvents.Count-1 do with FEvents.Add do Name:=IntToStr(IEvents);
TagsNo tags attached.

Activities

marcelb

2004-07-23 05:39

manager   ~0004817

Should be resolved in JVCL3.0. The entire storage has been changed to use the new AppStorage components and this problem was fixed as well.

obones

2004-08-04 06:54

administrator   ~0004926

To the poster:

Please try with the latest JVCL, version 3. It is available here:

http://jvcl.sf.net/daily/

To make it work, you will also need the latest JCL:

http://jcl.sf.net/daily/

Let us know if you the bug is still there in this latest version. Should you not provide any answer in the upcoming month, this report will be closed.

obones

2004-10-01 00:03

administrator   ~0005277

As indicated to the poster, and because there wasn't any acitivity on this issue for more than a month, the issue is closed.
It is believed to be fixed in JVCL 3. If this is not the case, please open another issue.

Issue History

Date Modified Username Field Change
2004-07-21 06:10 anonymous New Issue
2004-07-23 05:39 marcelb Note Added: 0004817
2004-08-04 06:54 obones Note Added: 0004926
2004-08-04 06:54 obones Status new => feedback
2004-10-01 00:03 obones Status feedback => closed
2004-10-01 00:03 obones Note Added: 0005277