[qooxdoo-devel] contribute question

2014-07-18 Thread Connor
Hi, I'd like to contribute to the real-life examples. How can I do this ? Connor -- Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of

Re: [qooxdoo-devel] Object Parameter in rpc call problem

2012-06-05 Thread Connor
Peter, thank you ... I'm not a php programmer, maybe this explains my question ;-) Cheers, Maik Am 05.06.2012 10:24, schrieb Peter Schneider: > Hi Connor, > > the error says it already ;) > "Cannot use object of type stdClass as array" > > The $params[0] at y

[qooxdoo-devel] Object Parameter in rpc call problem

2012-06-01 Thread Connor
Hi, I have a problem with passing javascript objects to my PHP RPC Server as a parameter. Does anybody know whats wrong here ? thanks in advance, Connor. With the PHP RPC Server I've adjusted the echo method to: function method_echo($params, $error) { if (count($params)

Re: [qooxdoo-devel] Conditional compiles

2012-05-23 Thread Connor
Well, that's nice. Thank you. Connor Am 23.05.2012 09:55, schrieb Daniel Wagner: > Hi Connor, > > yes, the feature is named "variant optimization" and works on > environment settings. In the framework classes, you'll frequently see > code like this: > &

[qooxdoo-devel] Conditional compiles

2012-05-23 Thread Connor
Hi, Does qooxdoo support something like conditional compiles ? If I have for example some debug code, that I don't want to see in my final build. Connor. -- Live Security Virtual Conference Exclusive live event

Re: [qooxdoo-devel] Debug source and rpc-server cross-domain trap

2012-05-22 Thread Connor
the application to the host server and test it in my browser. This could be another option for the generate script e.g. "debug" or something. Nevertheless this works for me now. Connor. Am 22.05.2012 12:14, schrieb John Spackman: > Hi Connor > > When you created you app with

[qooxdoo-devel] Debug source and rpc-server cross-domain trap

2012-05-22 Thread Connor
uests. This seems to cause problem with the source build because classes are not found by the server: "NetworkError: 404 Not Found - http://localhost:8080/source/class/sdxtest/theme/Color.js?nocache=0.6859094274812332"; Color4812332 Is there a "best practice" for th

Re: [qooxdoo-devel] PHP RPC-Server seems to work but RPC Console does not perform test

2012-05-21 Thread Connor
pccon...demo.js (Zeile 2681) (undefined="[object Object]", undefined=""completed"", undefined="(void 0)", undefined="(void 0)")rpccon...demo.js (Zeile 2728) (undefined=""completed"")rpccon...demo.js (Zeile 2758) (undefined="&quo

Re: [qooxdoo-devel] PHP RPC-Server seems to work but RPC Console does not perform test

2012-05-21 Thread Connor
Derrell, thank you. My request works now. I'm still trying to get rpc console test working...seems to be that I have the same problem described in my first message if I don't use cross-domain requests. Connor Am 21.05.2012 17:20, schrieb Derrell Lipman: > On Mon, May 21, 2012 at 11:

Re: [qooxdoo-devel] PHP RPC-Server seems to work but RPC Console does not perform test

2012-05-21 Thread Connor
due to application URL using 'file:' protocol? and on the server: Server initialized. ### Error ### Services require JSON-RPC Maybe this is related. Connor. Am 21.05.2012 16:32, schrieb Connor: > Hi, > After setting up a PHP RPC-Server I tried to run the qooxdoo test with &

[qooxdoo-devel] PHP RPC-Server seems to work but RPC Console does not perform test

2012-05-21 Thread Connor
ems to be ok: {"id":5,"result":1,"error":null} But the status in the list never changes from "Request is pending..." and no other test is performed. Is this a configuration problem ? Connor ---

Re: [qooxdoo-devel] problem building rpcconsole

2012-05-21 Thread Connor
I've checked out everything again, started from the beginning. Now it works, I was able to compile and rum the demo/default with 1.6-sdk. Thanks a lot Am 21.05.2012 14:41, schrieb thron7: > > On 05/21/2012 02:16 PM, Connor wrote: >> T. thanks for your patience with me. I was t

Re: [qooxdoo-devel] problem building rpcconsole

2012-05-21 Thread Connor
T. thanks for your patience with me. I was thinking the wrong way with the migration. I tried it with a "migration from" but still have the problem. Am 21.05.2012 13:47, schrieb thron7: > > On 05/21/2012 01:28 PM, Connor wrote: >> Thanks for your help T. >> I tried to

Re: [qooxdoo-devel] problem building rpcconsole

2012-05-21 Thread Connor
hich one I use. Any other idea ? Connor Am 21.05.2012 12:13, schrieb thron7: > It appears the demo apps for rpcconsole are in trunk/demo (or 0.3/demo, > respectively). The 'source' build of trunk/demo/default ran through for > me, but you get new warnings that show that the cod