Thanks Dietrich,
I have just committed your changes to CVS.
It seems to work well now. I moved the example to the user section
because I think it's not that bad to see you can do such things with
qooxdoo already.
Thanks.
Sebastian
Dietrich Streifert schrieb:
Solved! Here is the patch for QxXmlHttpLoader.js.
I also corrected Data_Handling_1.htm example where the method .setText
was used for QxTextField instead of .setValue.
Now it works!
Regards...
Sebastian Werner schrieb:
upps,
this is bad.
Possible related to one of the changes to QxXmlHttpLoader - has
somebody in this list (the ones who sent patches against) have an idea
how to fix this?
Thanks.
Sebastian
Oliver Vogel schrieb:
@sebastian.
maybe you know, maybe not...
the demo datahandling_1 doesn't work (in IF and in Firefox)
Olli
P.S: if i have overseen the discussion about this error, please
vorgive me, i think, today is NOT my day!
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through
log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------
--- source/script/binding/QxXmlHttpLoader.js.orig Thu Nov 24 08:53:42 2005
+++ source/script/binding/QxXmlHttpLoader.js Thu Nov 24 08:57:32 2005
@@ -173,7 +173,9 @@
var vProperties = this._requestProperties;
var propName;
- if ( vUrl != null && vUrl.indexOf("?") == -1 ) vUrl += "?";
+ if ( vUrl != null ) {
+ if ( vUrl.indexOf("?") == -1 ) vUrl += "?";
+ }
else vUrl = "";
for (propName in vProperties) {
@@ -209,7 +211,7 @@
};
var method = this.getRequestMethod();
-
+
// append the request properties to the request url
// if the method is of type GET
if ( method == "GET" )
------------------------------------------------------------------------
Test for QxData, QxDataManager and QxXmlHttpLoader. The input fields
have a noticeable flickering while loading the page. This is because we
send 4 load requests for the persons in list below on the page load.
*Please select a person to show:*
* Paul <javascript:__person__.loadByName('Paul')>
* Anita <javascript:__person__.loadByName('Anita')>
* Harald <javascript:__person__.loadByName('Harald')>
* Lisbeth <javascript:__person__.loadByName('Lisbeth')>
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel