Bug in 2.0.1?
Alex, i hav a problem.
When i use AW.XML.Table to poupulate my AW.UI.Grid, the return of function getRowCount() is always 0, i dont know how many rows i hav in xml but in v2.0 its work.
help plz, tkz.
When i use AW.XML.Table to poupulate my AW.UI.Grid, the return of function getRowCount() is always 0, i dont know how many rows i hav in xml but in v2.0 its work.
help plz, tkz.
Paulo Cesar Silva Reis (PC from Brazil)
June 27,
And another one, open the url:
http://www.sonner.com.br/pc/ActiveWidgets/examples3/extendedGrid4.html
roll the mouse inside lines (works wonderfull with css mouser over)
Now, click in ENABLE/DISABLE FOOTER, roll ur mouse over the footer.
Try to roll ur mouse inside lines again (css for mouse over stop working).
Why?
tkz.
http://www.sonner.com.br/pc/ActiveWidgets/examples3/extendedGrid4.html
roll the mouse inside lines (works wonderfull with css mouser over)
Now, click in ENABLE/DISABLE FOOTER, roll ur mouse over the footer.
Try to roll ur mouse inside lines again (css for mouse over stop working).
Why?
tkz.
Paulo Cesar Silva Reis (PC from Brazil)
June 27,
Alex, i made a fix to first bug, its not a good way but i only found this.
Its a bug or this is the only way to do?
var model = new AW.XML.Table;
model.setURL("../examples/data/companies-simple.xml");
model.defineProperty("async", false); // here
model.request();
var grid = new AW.UI.Grid;
...
grid.setCellModel(model);
grid.setRowCount(model.getCount());
...
Its a bug or this is the only way to do?
Paulo Cesar Silva Reis (PC from Brazil).
June 28,
Anyone can help me please?
Paulo Cesar Silva Reis (PC from Brazil).
June 28,
This topic is archived.
See also:
AW 2.0.2 - new bug-fix release.
Alex (ActiveWidgets)
(51)
Bug in 2.0.1 - grid top row disappears
Alex (ActiveWidgets)
(13)
Bug report :AQUA skin ?
Michel
(17)
Resize columns bug in 2.0
Chris
(13)
ActiveWidgets 2.0.1 release candidate available
Alex (ActiveWidgets)
(11)
Mouse Wheel not working in version 2.0.1
Brian McCrary
(11)
combo bug ?
Marcelo (Argentina)
(9)
2.0 RC1 combo bug?
LostInSpace
(9)
BUGS found in v2.0
Paulo Cesar Silva Reis (PC from Brazil).
(8)
checbox aw 2.0.1
Karine
(8)
Back to support forum