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

Reply via email to