This is because this will change always. If you use subversion content, please try to find changes yourself (there is also a commit mailinglist).

getTextContent and getXmlContent were removed. It's currently just getContent. And you should define a mimetype for QxRequest.

Sebastian



Kirill Balyasnikov schrieb:
Sorry, but there is another problem now:

var req = new QxGetRequest( 'service/url' );
req.addEventListener("completed", function(e) {

    // e.getData() returns QxResponse as expected, but
    e.getData().getTextContent(); // fails
    e.getData().getXmlContent();  // and this too

}, this);

req.send();


Sebastian Werner пишет:
Thank you for your report. Is fixed in repository.

Sebastian


Kirill Balyasnikov schrieb:
There is another error now: vRequest has no properties (qooxdoo line 19)

This error appears after:

var req = new QxGetRequest( 'service/url' );
req.addEventListener("completed", function(e) { alert('Done'); }, this);

req.send(); // if comment this line, there is no error



Sebastian Werner пишет:
Kirill Balyasnikov schrieb:
After checkouting with svn and building qooxdoo via 'tools/make.sh' i get error like this:

invalid label: qooxdoo.js (line 19)

;};QxDom.cleanElementWhitespace:function(vElement){for(var i=0;i<vElement.childNodes.length;i++){var node=vElement.childNodes[i];if (node.nodeType == 3 && !/\S/.test(node.nodeValue)) {vElement.removeChild(node);};};};QxDom.isElementEmpty=function(vElement

Should be fixed in repository.

Sebastian


And nothing works



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to