Hi,
I'm keep doing some tests, now with tables.
First, I would like to know the difference between Virtual Table and
Progressive Table. ohh, and a simple Table using a Remote model.
Second, can I use cell editors with a remote model? is there an example?
and, the last question:
ERROR:
args.callee.base is undefined
base()([qx.event.type.Event[ic] $$hash=ic _type=disappear], undefined)Object.js
(linha 128)
_onDisappear()()Scroller.js (linha 653)
_dispatchEvent()(qx.event.type.Event[7q] $$hash=7q _type=disappear _target=
div)EventHandler.js (linha 230)
dispatchEvent()(div, qx.event.type.Event[7q] $$hash=7q _type=disappear_target=
div, "disappear")Direct.js (linha 100)
wrappedFunction()Interface.js (linha 352)
dispatchEvent()(div, qx.event.type.Event[7q] $$hash=7q _type=disappear_target=
div)Manager.js (linha 630)
refresh()()Appear.js (linha 183)
refresh()()Appear.js (linha 101)
flush()()Element.js (linha 368)
flush()()Manager.js (linha 117)
dispatchEvent()(Window index.html, qx.event.type.Event[9] $$hash=9 _type=
useraction _target=window, "useraction")Direct.js (linha 100)
wrappedFunction()Interface.js (linha 352)
dispatchEvent()(Window index.html, qx.event.type.Event[9] $$hash=9 _type=
useraction _target=window)Manager.js (linha 630)
fireEvent()(Window index.html, "useraction", undefined,
undefined)Registration.js
(linha 242)
__fireEvent()(dblclick clientX=75, clientY=151, "dblclick", label)Mouse.js
(linha 168)
_onButtonEvent()(dblclick clientX=75, clientY=151)Mouse.js (linha 353)
(?)()(dblclick clientX=75, clientY=151)Function.js (linha 378)
return args.callee.base.call(this);
I'm just getting this error when I try to create a
*skeleton.view.FirstView*(extends
*qx.ui.tabview.Page*) that contains a toolbar and a table. The weird thing
is that this error only happen the second time the class is instancied (or
the second tab is created, the second tab being exactly the same as the
fisrt one).
Without the following code, the error doesn't occour (*
skeleton.view.FirstView*):
var rowData = this.createRandomRows(50);
var tableModel = this._tableModel = new
skeleton.model.FirstModel();
tableModel.setColumns(["ID", this.tr("A number"), this.tr("A
date"), this.tr("Boolean")]);
var table = new qx.ui.table.Table(tableModel);
table.getSelectionModel().setSelectionMode(qx.ui.table.
selection.Model.MULTIPLE_INTERVAL_SELECTION);
var tcm = table.getTableColumnModel();
tcm.setDataCellRenderer(3, new qx.ui.table.cellrenderer.
Boolean());
return table;
*skeleton.model.FirstModel()* extends *qx.ui.table.model.Remote* (but the
error occours using *qx.ui.table.model.Simple()* too, so I guess it's not
the model).
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel