:: Forum >>

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.
Thursday, February 2, 2006
See
http://www.activewidgets.com/javascript.forum.11232.3/2-0-rc1-change-log.html
second to last paragraph..
Thursday, February 2, 2006
Duh! (Chalk this one up to debugging code before having your morning coffee.)

Thanks.
Sam S.
Thursday, February 2, 2006
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
Thursday, February 2, 2006

This topic is archived.


Back to support forum

Forum search