[qooxdoo-devel] loading third party scripts

2009-01-27 Thread aggieben
I want to load a third party script along with my application (e.g., I have a script called sformat.js which contains a function called String.format which does simple token replacement in format strings). It seemed like this should be done using the resources mechanism (this seems to be used in

[qooxdoo-devel] RPC and source-all debugging

2009-01-17 Thread aggieben
Is there a way to run in a development environment (e.g., source-all) and make use of RPC functionality? -- View this message in context: http://n2.nabble.com/RPC-and-source-all-debugging-tp2176152p2176152.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] custom widget and layout

2009-01-10 Thread aggieben
aggieben wrote: > > I'm trying to make a custom widget based on the Animation demo, and I > haven't quite figured out how to do my widget layout correctly. > > Relevant (I think) snippets: >>From Login.js: > > Sorry for my terseness. I got interru

[qooxdoo-devel] RPC tests?

2009-01-07 Thread aggieben
The RPC server writer's guide references demo/RPC_3.html and demo/RPC_4.html, which I was able to figure out once existed in the repository at /frontend/application/demobrowser/source/demo/test/html/* (or something close), but apparently were removed, and I have had the darnedest time trying to fi

[qooxdoo-devel] "invalid label" error on rpc response

2009-01-05 Thread aggieben
I'm working on a json-rpc backend for qooxdoo and I'm testing some basic plumbing with the 'echo' service. Everything seems fine until the point at which the test qx app should receive the response (async, cross-domain) in the handler I created. Here's the stuff from Application.js: main :