I solved the problem
setting the QxRequest in QxBuilder.buildFromUrl to synchronous. This is the
code snippet I modified: proto.buildFromUrl=function(parent,url) { var loader=new QxRequest(url, "GET",
"text/plain"); var self=this; loader.addEventListener("completed",
function(e) { var parser = new DOMParser(); var xmldoc = parser.parseFromString(e.getData().getContent(),
"text/xml"); self.build(parent, xmldoc.documentElement); e.preventDefault(); self.dispatchEvent(new
QxEvent("done"),true); }); loader.setAsynchronous(false); loader.send(); loader.dispose(); }; Da: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Per conto di David Wolbrecht I need help. The
QxBuilder() output doesnt show up in QxIframe until I roll mouse over the
iframe var iframe = new
QxIframe('framecontroller.jsp?resourceID=999ewq&winHandle='+
newWindow.getUserData("winHandle")); on the
framecontroller.jsp page I am doing the following |
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel