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
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.
-
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
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
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 :