Hello everyone,
I have a listener on table's "visibilityChanged" event. In this event, I see
"widthChanged" event is also fired when this event is called. How can I
prevent this from happening?
Another question is, how can I override setColumnWidth of a class that is
derived from qx.ui.table.Table class? I have tried the following in the
members block of my class:
setColumnWidth : function(col, width) {
this.base(arguments);
alert("setting column width");
}
yet, it didn't work.
Thanks in advance.
--
View this message in context:
http://old.nabble.com/Preventing-an-event-from-being-fired-and-overriding-setColumnWidth-tp29305936p29305936.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel