Re: [qooxdoo-devel] Help needed for ComboTable Contrib with searchable model!

2013-06-03 Thread Richard Sternagel
Try this line instead of your if condition: if (qx.lang.Type.isArray(field.t_props.rowData[xyzz])) { Does it work? Regards Richard -- How ServiceNow helps IT people transform IT departments: 1. A cloud service to automa

Re: [qooxdoo-devel] Help needed for ComboTable Contrib with searchable model!

2013-06-03 Thread Baskar Vignesh
Thanks Richard, I did some verification before calling "addRows" as follows: *var rowsData = [];* *for(var xyzz in field.t_props.rowData){* *if(typeof(field.t_props.rowData[xyzz]) == "object"){* *rowsDat.push(field.t_props.rowData[xyzz]); * *}* *}* *console.warn(rowsData);* But the above c

Re: [qooxdoo-devel] Help needed for ComboTable Contrib with searchable model!

2013-06-03 Thread Richard Sternagel
Hi baskar, yes, your assumption is correct. Take a look at the source code of SearchableModel.js (trunk): http://sourceforge.net/p/qooxdoo-contrib/code/HEAD/tree/trunk/qooxdoo-contrib/ComboTable/trunk/source/class/combotable/SearchableModel.js Within the method "addRows" you see that in line 76

[qooxdoo-devel] Help needed for ComboTable Contrib with searchable model!

2013-06-02 Thread baskar
Hi All, I got these error when trying to addRows to the searchable model of ComboTable contrib. 014916 qx.io.remote.RequestQueue[142-0]: Request qx.io.remote.Request[141-0] handler _oncompleted threw an error: *TypeError: Array.prototype.splice called on null or undefined qx.ui.table.model.Simple