[qooxdoo-devel] Default source directory

2011-01-27 Thread Mengu
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

Re: [qooxdoo-devel] Table Column Resizer Event

2010-08-16 Thread Mengu
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. -

Re: [qooxdoo-devel] Table Column Resizer Event

2010-08-11 Thread Mengu
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

Re: [qooxdoo-devel] Table Column Resizer Event

2010-08-10 Thread Mengu
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.

[qooxdoo-devel] Table Column Resizer Event

2010-08-10 Thread Mengu
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/

Re: [qooxdoo-devel] Table changeVisibility events

2010-08-02 Thread Mengu
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

[qooxdoo-devel] Preventing an event from being fired and overriding setColumnWidth

2010-07-30 Thread Mengu
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

Re: [qooxdoo-devel] Table changeVisibility events

2010-07-22 Thread Mengu
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. ---