Icon View Incident Report

Serious Serious
Reported By: Christian Kaufmann
Reported On: 5/10/2013
For: Version 1.01 Build 5
# 3794 TFormatSettings LongDayNames and LongMonthNames Properties Using Incorrect Array Indexes

The TFormatSettings array properties (LongDayNames, LongMonthNames) are with index 0-6 (0-11), but in the set method you check for range 1-7 (1-12).


Comments Comments
The description wasn't exactly the problem - the problem was that the internal array references were off by one and used 1-based indexes instead of 0-based indexes. These properties work on a 1-based index for developer access, but internally are stored in arrays that require 0-based indexes.


Resolution Resolution
Fixed Problem on 5/12/2013 in version 1.02 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image