Re: [qooxdoo-devel] Problem with qx.io.remote.Request

2009-01-11 Thread Alexander Back
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

Re: [qooxdoo-devel] Problem with qx.io.remote.Request

2009-01-11 Thread Alberto Gimeno
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

Re: [qooxdoo-devel] Problem with qx.io.remote.Request

2009-01-11 Thread Stefan Volbers
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

[qooxdoo-devel] Problem with qx.io.remote.Request

2009-01-11 Thread Alberto Gimeno
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

Re: [qooxdoo-devel] Problem with qx.io.remote.Request when I try to send a long XML...

2008-12-29 Thread thron7
> 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

Re: [qooxdoo-devel] Problem with qx.io.remote.Request when I try to send a long XML...

2008-12-29 Thread Ralf Nieuwenhuijsen
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

Re: [qooxdoo-devel] Problem with qx.io.remote.Request when I try to send a long XML...

2008-12-29 Thread 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 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

[qooxdoo-devel] Problem with qx.io.remote.Request when I try to send a long XML...

2008-12-29 Thread Edgardo Hernandez Lopez
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",