Re: [qooxdoo-devel] Need help with Models please !!!!

2012-10-09 Thread Jim Hunter
If that really is your code, then it won't matter what you do before the _callRpcSync method since you are still passing in the getModel() param, not the one you are trying to create. I assume that getModel() returns a JSON object. If so, try this code: _handleSubmit : function(e)

Re: [qooxdoo-devel] Add users to mysql

2012-10-09 Thread Roman Gratchev
Also you do not refuse to read the documentation for the class http://demo.qooxdoo.org/current/apiviewer/#qx.io.remote.Rpc see offers developers exchange format http://manual.qooxdoo.org/current/pages/communication/rpc.html and as an example backend implemented in the required language http://qoo

Re: [qooxdoo-devel] Add users to mysql

2012-10-09 Thread deniska
Get http request object > getHTTPRequestObject: function() > { > try { return new XMLHttpRequest(); } > catch(e) {} > try { return new > ActiveXObject("Msxml

[qooxdoo-devel] Table in Window not getting Tab keypress

2012-10-09 Thread Jim Hunter
I am doing some custom handling of keystrokes inside of a table I have created. If I test my code in the playground I am able to capture the Tab key and process it. But when I am using the table in my application, and the table is inside a popup Window, my table never gets the Tab key. Instead, the

Re: [qooxdoo-devel] Synchronizing scrollbars

2012-10-09 Thread Christopher Zündorf
Hi Joe, you could install a listener for the event "scroll", on every scrollBar. If event appears, just set the position you got by event.getData(), to the other scrollBar through setPosition(). HTH Greetz Christopher Am 09.10.2012 um 03:06 schrieb Joestetz: > Hello, > > I'm brand new to qo

Re: [qooxdoo-devel] SingleValueBinding: Converter not called when property chain breaks

2012-10-09 Thread Dietrich Streifert
Thank you Marc, I've added me CC to the bug report. Any comments from the qooxdoo core devs? Regards Dietrich Am 05.10.2012 12:14, schrieb Marc Puts: > Thanks, Dietrich. > > I opened a bug report: > http://bugzilla.qooxdoo.org/show_bug.cgi?id=6880 > > I took the liberty of also adding your