hi everyone,
is there any way to set default resourceUri for libInfo? we are using grails
and after every generation i have to set the paths in the generated js file.
thanks in advance.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Default-source-directory-tp5968374p5968374
Dear Derrell,
Thank you very much!
The patch is working as expected.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Table-Column-Resizer-Event-tp5392103p5427426.html
Sent from the qooxdoo mailing list archive at Nabble.com.
-
Hello Derrell,
Thank you for the patch. We have applied the patch. The problem is
"isMouseAction" that comes from e.getData() is undefined. I have also tried
with overriding the setColumnWidth but it's the same. It never returns
false.
--
View this message in context:
http://qooxdoo.678.n2.nabb
I have implemented qx.ui.table.columnmodel.Resize and overridden the
_oncolumnwidthchanged method. However this didn't help. I think the question
is how do I find out if this event is fired by user or the system.
Thanks in advance.
--
View this message in context:
http://qooxdoo.678.n2.nabble.
Hello everyone,
I have a simple question. Which event should I listen when my users resize
the columns themselves? Is there a special event which is not also fired
when setColumnWidth is called via my system?
Thanks in advance.
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/
Dear Derrell,
I have followed your advice on inheriting qx.ui.table.columnmenu.Button. I
currently have this: http://pastie.org/private/08b3wp0w3iyiz50x6rk6nq
as you see there, when the menu button's factory method is called, it is
calling the parent's method and also there is an alert call. the
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.Tab
Thank you very much for the suggestion. I'll do it. :)
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Table-changeVisibility-events-tp5325098p5325618.html
Sent from the qooxdoo mailing list archive at Nabble.com.
---