actually ive been using firebug for debugging all the time. ;) thank you for the debug-hint.
3512ms qx.dev.Debug: RPC response Object, count=2: ------------------------------------------------------------ id: 1 result: <?xml version="1.0" encoding="UTF-8"?> ... with e.getData().result i have the data i need. :) Derrell Lipman wrote: > > On Thu, May 7, 2009 at 9:51 AM, Andreas G. <[email protected]> wrote: > >> >> well, doing rpc.addListener( ... ) before calling the function didnt >> change >> anything. strange. i get something but i dont know what. :) >> >> output from my vardump util: >> >> [ Type ] >> -------------------------------------------------------- >> object >> >> [ Constructor ] >> -------------------------------------------------------- >> function Object() { >> [native code] >> } >> >> [ Value ] >> -------------------------------------------------------- >> [object Object] >> -- >> > > What is your backend returning? You should be using two additional tools > to > see what's happening: > > 1. The Firefox extension "Firebug" which will let you see exactly what > data > is being passed in each direction to/from the backend > > 2. Instead of qxgui.utils.Vars.dump, try > qx.dev.Debug.debugObject(e.getData(), "RPC response"); which may give you > more meaningful results. > > Derrell > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK > i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- View this message in context: http://n2.nabble.com/going-crazy-...-%28-callback-again-%29-tp2815007p2828448.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
