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
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
> 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
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
>
> 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
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
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",
> {
>
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
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
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,
/*
**
10 matches
Mail list logo