... in the mean time I found out what to do:
the missing code was in Application.js file. 
  settings : 
  {
    "rpcexample.URL" : "http://localhost/rpcserver/services";
  },

I am wondering why such a statement was missing in the code. I think
there should be such a hint at [1].

Thank you,

Raymond

[1] http://qooxdoo.org/contrib/project/rpcexample

-------- Weitergeleitete Nachricht --------
Von: Raymond Rösch <[email protected]>
Reply-to: [email protected], qooxdoo Development
<[email protected]>
An: qooxdoo-devel <[email protected]>
Betreff: [qooxdoo-devel] Settings and rpcexample
Datum: Wed, 01 Sep 2010 14:07:11 +0200
Mailer: Evolution 2.28.3 

Hello anybody.

qooxdoo is giving me a hard time. Everytime I try an example I
streuggle.

When I start: localhost/rpcexample/build my browser says in firebug:

Setting "rpcexample.URL" is not defined. if(m===undefined){throw new
Error('Setting "'+l+'" is not defined.');

I tried to do a setting in config.json and did a second build - without
any success: 
   // define needed settings
   "settings" :
   {
        "rpcexample.URL"     : "http://localhost/rpcserver/services";,
        "URL"                : "http://localhost/rpcserver/services";
   }
      
What am I doing wrong?

TIA
Raymond 

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________ qooxdoo-devel mailing list 
[email protected] 
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to