Hi Alberto,
Alberto Gimeno wrote:
> And the RemoteTableModel example should be updated.
Done :-)
cheers,
Alex
--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just abo
Ops!
Thank you very much. I didn't understand the message. It remembers me
the people who call the desk-help when the computer says "press any
key to continue" and they can't fint the "any" key xD
I think the keyword should be quoted:
Error: Please initialize 'qx.io.remote.Request' objects using
Hi Alberto,
welcome!
Quite obvious one: take the error message literally!
You need to write
var req = new qx.io.remote.Request(url, "GET", "application/json");
^^^
That's the mentioned new keyword; it isn't explicitly described in the
docs as it is javascript standard.
The 0.8/remote
Hi!
I'm learning qooxdoo. I'm trying to use the RemoteTableModel example
(http://qooxdoo.org/documentation/0.8/remote_table_model)
But I get an error at this line
var req = qx.io.remote.Request(url, "GET", "application/json");
I know that is that line because I put a debug() before and after. T
> Hi everybody,
>
> I have next code, this work very well when the docXML (last parameter)
> is
> short, I try to send a long XML, but the next code fail
>
> Somebody know how can I send a long XML?
>
> Thanks a lot for your help.
>
>
> var reqPropiedad = new
> qx.io.remote.Request("/sryap/ap
I'm also wondering what happens when just use .innerHTML of your
docXML .. is it available?
2008/12/29 Ralf Nieuwenhuijsen :
> Perhaps you are you reaching the maximum string length?
>
> But what is that XMLSerializer object? When I google it, I get
> suprisingly little information. It seems it's
Perhaps you are you reaching the maximum string length?
But what is that XMLSerializer object? When I google it, I get
suprisingly little information. It seems it's available on Gecko and
on .NET but not in IE or Safari, etc.
Perhaps i'm mistaken.
This piece of example code find by googling, migh
Hi everybody,
I have next code, this work very well when the docXML (last parameter) is
short, I try to send a long XML, but the next code fail
Somebody know how can I send a long XML?
Thanks a lot for your help.
var reqPropiedad = new qx.io.remote.Request("/sryap/app/propiedad_opr.php",