Re: [qooxdoo-devel] qx.io is undefined

2009-01-05 Thread xask
Hi !, It is a bug in qooxdoo 0.8 Qooxdoo maintains a cache to speed up the "./generate.py build" and "./generate.py source" commands. If the cache is some how outdated is not refreshed it does not include the required dependencies, which has happened in your case and mine. A simple solution is t

Re: [qooxdoo-devel] qx.io is undefined

2008-12-30 Thread Deepak Mishra
Hi ! I will see if it can be reproduced reliably & will open a bug for it. xask.linus wuz here On 28/12/2008, thron7 wrote: > > > I use a new class, suppose qx.io.remote.Request("url") in my source. > > The I run ./generate build, and check the index.html page in the build > > directory, the er

Re: [qooxdoo-devel] qx.io is undefined

2008-12-28 Thread thron7
> I use a new class, suppose qx.io.remote.Request("url") in my source. > The I run ./generate build, and check the index.html page in the build > directory, the error console in firefox says "qx.io undefined" > on repeated running ./generate source and ./generate build > both the source directory

Re: [qooxdoo-devel] qx.io is undefined

2008-12-27 Thread Deepak Mishra
Hi, I agree it is feature if you have to "./generate.py source" each time you include a new class. Infact its the same as compiling a C program on changing the source. Its perfectly acceptable. But the problem is this - I use a new class, suppose qx.io.remote.Request("url") in my source. The I ru

Re: [qooxdoo-devel] qx.io is undefined

2008-12-27 Thread thron7
> > Hi !, > It is a bug in qooxdoo 0.8 > Qooxdoo maintains a cache to speed up the "./generate.py build" and > "./generate.py source" commands. > If the cache is some how outdated is not refreshed it does not include the > required dependencies, which has happened in your case and mine. > > A simpl

Re: [qooxdoo-devel] qx.io is undefined

2008-12-27 Thread xask
Hi !, It is a bug in qooxdoo 0.8 Qooxdoo maintains a cache to speed up the "./generate.py build" and "./generate.py source" commands. If the cache is some how outdated is not refreshed it does not include the required dependencies, which has happened in your case and mine. A simple solution is to

Re: [qooxdoo-devel] qx.io is undefined

2008-09-04 Thread Matthew Gregory
Have you done a "generate source" recently? Yann Farge wrote: > hi, > > i'm a super newbie... but i want to improve! > > i'm on qooxdoo 0.8. > > i just want to do a login page with RPC > > here is the beginning of my code (Application.js) > > > qx.Class.define("custom2.Application", > { >

Re: [qooxdoo-devel] qx.io is undefined

2008-09-04 Thread Yann Farge
oh my mistake its a wrong copy and paste... but even with the "qx.io" instead of the "qx.legacy.oi" , the problem is the same Le jeudi 04 septembre 2008 à 12:28 +0200, Amit Rana a écrit : > Hi, > I am also a beginner, so don't mind if I state something very stupid. > > But, it seems that

Re: [qooxdoo-devel] qx.io is undefined

2008-09-04 Thread Amit Rana
Hi, I am also a beginner, so don't mind if I state something very stupid. But, it seems that in your code you have a stmt : var rpc = new qx.legacy.io.remote.Rpc(); but, there is no such namespace as *qx.legacy. *Maybe instead of qx.io, you called a wrong class. cheers Amit Yann Farge ha s

[qooxdoo-devel] qx.io is undefined

2008-09-04 Thread Yann Farge
hi, i'm a super newbie... but i want to improve! i'm on qooxdoo 0.8. i just want to do a login page with RPC here is the beginning of my code (Application.js) qx.Class.define("custom2.Application", { extend : qx.application.Standalone, /* **