[qooxdoo-devel] Notification dropdown menu

2012-10-25 Thread Daniel González
Hi everyone, I want to customize a Menu dropdown from a MenuBar to look like the elements of the MacOS X Mountain Lion Notification Center: http://heresthethingblog.com/wp-content/uploads/2012/02/OS-X-Mountain-Lion-for-Mac-Notification-Center.jpg But i found that i can't put into the menu, items

[qooxdoo-devel] Custom cellrenderer on't change forcolor of the selectet row/cell

2012-10-25 Thread Frank Wolbring
hello, I've written a CellRenderer for the qooxdoo table. It work's great, but the only thing that's missing is the changing of the textcolor when I select a row. Means if I select a row, the normal cells get a white textcolor, but not the custom cellrenderer. My question is now, how can I create

[qooxdoo-devel] qx.ui.form.VirtualSelectBox() set visible items?

2012-10-25 Thread smisonli...@googlemail.com
Hello, is it possible to set te max elements , when the widget is open? i try maxListHeight : 1000 but that makes no difference -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Do

Re: [qooxdoo-devel] Toolbar Buttons in a Window

2012-10-25 Thread jhwrightiii
OK thanks for reviewing and to all for what you do. #6930 for the toolbar buttons and #6931 for toolbar documentation -- View this message in context: http://qooxdoo.678.n2.nabble.com/Toolbar-Buttons-in-a-Window-tp7581771p7581801.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] removing or replacing a child control

2012-10-25 Thread Dietrich Streifert
Hi Thomas, I think the best interface for my needs would be to have a method releaseChildControl which simply removes the childControl from the child control array. Quite the opposite what method qx.ui.coreWidget._createChildControl does. An additional parameter to remove would not fit here be

Re: [qooxdoo-devel] generator fatal exception in current master 2432325 on missing function keyword in member method declaration

2012-10-25 Thread Dietrich Streifert
done: http://bugzilla.qooxdoo.org/show_bug.cgi?id=6628 Regards Dietrich Am 25.10.2012 10:11, schrieb thron7: > Thanks, Dietrich, the error reporting from the parser still leaves much > to be wanting. There is a bug for it, #6628, please add your case as a > comment (from the stack trace you

[qooxdoo-devel] How to debug event listeners?

2012-10-25 Thread totty
I have a problem with the fireDataEvent and fireEvent because I cannot easily find out the callback method. Do you have any idea on how I might debug this without having to "know" and understand all the code in the event dispatcher in order to get my callback? thanks -- View this message in con

Re: [qooxdoo-devel] generator fatal exception in current master 2432325 on missing function keyword in member method declaration

2012-10-25 Thread thron7
Thanks, Dietrich, the error reporting from the parser still leaves much to be wanting. There is a bug for it, #6628, please add your case as a comment (from the stack trace you only need to include the last couple lines). T. On 10/25/2012 09:33 AM, Dietrich Streifert wrote: > Hello everybody!

[qooxdoo-devel] generator fatal exception in current master 2432325 on missing function keyword in member method declaration

2012-10-25 Thread Dietrich Streifert
Hello everybody! Running generate -v -s source gives the following error and stacktrace if the "function" keyword is accidently missing in a member function within a class declaration: This is: _addUser() { }, instead of _addUser :function() { }, Stacktrapce