3.2.0

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).
April 26,
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).
April 27,
setControlText() actually expects html (for historical reasons) :-(
Alex (ActiveWidgets)
April 27,
ah.. ok, ill set the innerText :-)

and about the others bugs in HTML link page?
Paulo Cesar Silva Reis (PC from Brazil).
April 27,
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).
May 2,
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).
May 8,
I guess you need to "play" with setRowIndices(...
Check this post:
/javascript.forum.12869.5/hide-show-rows-issue.html
Carlos
May 8,
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)
May 8,
yes, all problems related in bugs.html re solved, tkz alex.
Paulo Cesar Silva Reis (PC from Brazil).
May 8,

This topic is archived.

See also:


Back to support forum