:: Forum >>

BUGS found in v2.0

Hi... im trying to make a toolbar for grid, so i got few problems.

I create a HTML to show the problems, just go to:

http://www.pcweb.dsgx.org/activewidgets/BUGS/bugs.html

Resume:

. DIV with 4 or more components = ERROR
.grid.setRowCount in runtime mode using AW.XML.Table = ERROR

tkz.
Paulo Cesar Silva Reis (PC from Brazil).
Wednesday, April 26, 2006
Another bug:

var rootFilter = new AW.UI.ImageText;
rootFilter.setControlText("<<root>>");
document.write(rootFilter);


My setControlText function set the TEXT or HTML? I just want set the control text to "<<root>>", but i think hes trying to parse html, so i only can se "<>".
Paulo Cesar Silva Reis (PC from Brazil).
Thursday, April 27, 2006
setControlText() actually expects html (for historical reasons) :-(
Alex (ActiveWidgets)
Thursday, April 27, 2006
ah.. ok, ill set the innerText :-)

and about the others bugs in HTML link page?
Paulo Cesar Silva Reis (PC from Brazil).
Thursday, April 27, 2006
sry but anyone can help me with others bugs? this link:
http://www.pcweb.dsgx.org/activewidgets/BUGS/bugs.html

Im stuck, need help.
Paulo Cesar Silva Reis (PC from Brazil).
Tuesday, May 2, 2006
need finish it, somebody can help me? its a bug or im doing something wrong? tkz very much.
Paulo Cesar Silva Reis (PC from Brazil).
Monday, May 8, 2006
I guess you need to "play" with setRowIndices(...
Check this post:
/javascript.forum.12869.5/hide-show-rows-issue.html
Carlos
Monday, May 8, 2006
The simplest would be overwriting getCount() method on the XML table -

table.getCount = function(){return 2};

Also the buttons problem seems to be due to the '-' symbol inside control id - this one is used as a separator, so please use only alphanumeric characters.
Alex (ActiveWidgets)
Monday, May 8, 2006
yes, all problems related in bugs.html re solved, tkz alex.
Paulo Cesar Silva Reis (PC from Brazil).
Monday, May 8, 2006

This topic is archived.


Back to support forum

Forum search