help response with script transport

View: New views
2 Messages — Rating Filter:   Alert me  

help response with script transport

by Gianluca Rettore :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have call a remote procedure with qx.io.remote.Request

crossDomain is true

so the result is script.

Well, i have return this script

new qx.io.remote.transport.Script._requestFinished(<%=
params['_ScriptTransport_id'] %>,<%= @clienti %>)

where @clienti is a json

now i don,t have error and i have an javascript object, so what object
is how i manipolate this object, i want create an array for table

I have search in all api but i don,t have found a solution!

Thank you in advance for yours patience

Gianluca

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: help response with script transport

by Derrell Lipman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Nov 5, 2009 at 19:02, Gianluca Rettore <gladenko@...> wrote:
I have call a remote procedure with qx.io.remote.Request

Ah, here's the problem.
If you want to run a remote procedure, then you want to be using qx.io.remote.Rpc, not qx.io.remote.Request. Please have a look at the Rpc documentation on the wiki and api viewer, and if you still have questions, we should be able to help you. Providing an actual snippet of code that you're having trouble with will help us identify where you've gone astray.

Derrell


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel