Re: [qooxdoo-devel] RPC call is aborted

2010-07-30 Thread Derrell Lipman
On Fri, Jul 30, 2010 at 09:13, Robert Larsen wrote: > Hi again all > > I am coding up a build service for my company and is using QooxDoo with > RpcPhp. Some of the RPC calls take a long time (thirty seconds or so) > and for some reason the call is aborted. > But it is aborted after only about th

[qooxdoo-devel] RPC call is aborted

2010-07-30 Thread Robert Larsen
Hi again all I am coding up a build service for my company and is using QooxDoo with RpcPhp. Some of the RPC calls take a long time (thirty seconds or so) and for some reason the call is aborted. But it is aborted after only about three seconds and from a tcpdump I can see that it is the client si

Re: [qooxdoo-devel] RPC Call in Source environment

2009-01-07 Thread Mustafa Sak
Thank you for your prompt reply. I guess my fault was to try to access to the rpc (http://localhost/services ) through the source file url (file://.../htdocs/project/source/index.html ). Sure i tried to run it through the webserver (http://localhost/project/source

Re: [qooxdoo-devel] RPC Call in Source environment

2009-01-07 Thread Derrell Lipman
On Wed, Jan 7, 2009 at 7:26 PM, Mustafa Sak wrote: > Greating, > > how can i use RPC calls in Source environment. If i generate a build > version, i can access easily to my PHP backend on localhost. But in Source > mode i have no access permisssions i gues. > You can use the source version; you

[qooxdoo-devel] RPC Call in Source environment

2009-01-07 Thread Mustafa Sak
Greating, how can i use RPC calls in Source environment. If i generate a build version, i can access easily to my PHP backend on localhost. But in Source mode i have no access permisssions i gues. THX for your help. Mustafa Sak ---

Re: [qooxdoo-devel] RPC CALL

2007-07-27 Thread Enaldo Amorim
Hi Fabian, I executed the application in the source version and the error: response has no properties http://localhost:/qooxdoo-0.7.1-sdk/frontend/framework/source/class/qx/io/remote/Rpc.js Line 489 Att. Enaldo Amorim 2007/7/27, Enaldo Amorim <[EMAIL PROTECTED]>: > I think this format is be

Re: [qooxdoo-devel] RPC CALL

2007-07-27 Thread Enaldo Amorim
I think this format is better!! function($t){var $r=$t.getData().getStatusCode();($t){var $r=$t.getData().getStatusCode(); $h=$p(qx.io.remote.Rpc.origin.transport,=$p(qx.io.remote.Rpc.origin.transport, $r,, qx.io.remote.Exchange.statusCodeToString($r));.io.remote.Exchange.statusCodeToString($r)

Re: [qooxdoo-devel] RPC CALL

2007-07-27 Thread Enaldo Amorim
Hi Fabian, I'm sorry. * function*($t){*var* $r=$t.getData().getStatusCode(); $h=$p(qx.io.remote.Rpc.origin.transport, $r, qx.io.remote.Exchange.statusCodeToString($r)); $i=*this*.getSequenceNumber(); $l($[16], $c); }); $e.addEventListener($[20], * function*($t){*this*.debug("TIMEOUT OCC

Re: [qooxdoo-devel] RPC CALL

2007-07-27 Thread Enaldo Amorim
Hi Fabian, I'm sorry. * function*($t){*var* $r=$t.getData().getStatusCode(); $h=$p(qx.io.remote.Rpc.origin.transport, $r, qx.io.remote.Exchange.statusCodeToString($r)); $i=*this*.getSequenceNumber(); $l($[16], $c); }); $e.addEventListener($[20], * function*($t){*this*.debug("TIMEOUT OCC

Re: [qooxdoo-devel] RPC CALL

2007-07-27 Thread Fabian Jakobs
Hi Enaldo, > The error occur in this line: > $i > =$k[$[919 ]]; I'm sorry but I need the context. At least 10 lines before and after this line. > In detailed code below show how it get in this line. > > When I try to run de source version I get the message "qx is not > defined". Could you tel

Re: [qooxdoo-devel] RPC CALL

2007-07-27 Thread Enaldo Amorim
The error occur in this line: $i=$k[$[919]]; In detailed code below show how it get in this line. When I try to run de source version I get the message "qx is not defined". Could you tell me what I have to do??? 2007/7/27, Fabian Jakobs <[EMAIL PROTECTED]>: > > Enaldo Amorim schrieb: > > Hello

Re: [qooxdoo-devel] RPC CALL

2007-07-27 Thread Fabian Jakobs
Enaldo Amorim schrieb: > Hello Fabian, > > Thank you for your interest in help. I'm a newbie and I couldn't run > the application with the source version. The error and detail is below: > I think you should first get the source version up and running because developing with the build version

Re: [qooxdoo-devel] RPC CALL

2007-07-27 Thread Enaldo Amorim
Hello Fabian, Thank you for your interest in help. I'm a newbie and I couldn't run the application with the source version. The error and detail is below: $k has no properties http://localhost:/mkt/build/script/custom.js Line 11187 $k has no properties (no name)(qx.io.remote.Response _hash

Re: [qooxdoo-devel] RPC CALL

2007-07-27 Thread Fabian Jakobs
Hello Enaldo, > Hi, > > I'm working on qooxdoo-0.7.1-sdk. I'm doing rpc async call's and the > client is giving the error: > - IE7 - "$k is null or is not a object"; > - FireFox - "$k has no properties"; > > The rpc call is using a php backend. > > I wonder if anyone can help me. > Thi

[qooxdoo-devel] RPC CALL

2007-07-26 Thread Enaldo Amorim
Hi, I'm working on qooxdoo-0.7.1-sdk. I'm doing rpc async call's and the client is giving the error: - IE7 - "$k is null or is not a object"; - FireFox - "$k has no properties"; The rpc call is using a php backend. I wonder if anyone can help me. Att. Enaldo Amorim --