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)
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
Get http request object
> getHTTPRequestObject: function()
> {
> try { return new XMLHttpRequest(); }
> catch(e) {}
> try { return new
> ActiveXObject("Msxml
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
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
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