Netscape 7.x and 8.x: No horizontal scrolling
When using the following code, the horizontal scrollbars do not work in Netscape 7.x or 8.x
I did not see this in the list of known bugs. Please advise.
var obj = new AW.Grid.Extended;
var width = window.document.body.clientWidth - 50;
var height = window.document.body.clientHeight - 200;
obj.setSize(width, height);
var str = new AW.Formats.String;
var num = new AW.Formats.Number;
obj.setCellFormat([num, num, str, num, num, num, num, num, num, num, num, num, num, num, num, num, num, num, num, num, num]);
obj.setCellText(myData);
obj.setHeaderText(myColumns);
obj.setRowCount(26);
obj.setColumnCount(21);
obj.setSelectorWidth(28);
obj.setHeaderHeight(20);
obj.setSelectionMode("single-row");
obj.setFixedLeft(3);
document.write(obj);
I did not see this in the list of known bugs. Please advise.
FX
February 12,