3.2.0

RC1 Bug: table.setFormats() no longer working

The following code used to work with in V2 B3 & B4:

var str = new AW.Formats.String;
var num = new AW.Formats.Number;

var table  = new AW.XML.Table;
table.setFormats([str, num, str, str, str, num]);


Now I get a JS error ("Object doesn't support this property or method") on the table.setFormats line.

Is this method still available? needed?
Sam S.
February 2,
See
http://www.activewidgets.com/javascript.forum.11232.3/2-0-rc1-change-log.html
second to last paragraph..
February 2,
Duh! (Chalk this one up to debugging code before having your morning coffee.)

Thanks.
Sam S.
February 2,
Well note; also, it appears, that the EXAMPLES in /old/ are "new", that is they reflect the new Changes...

ie. the CSV load seems to be updated...

-g
G. Cayman
February 2,

This topic is archived.

See also:


Back to support forum