Hi Thomas,

Yes -- right after I'd sent this, I realized that there was an issue with generate.py source and that neither the compiled or the uncompiled versions where working properly.

Sorry for the noise! Just my total inexperience with your tools (I learn quickly, so am hoping I won't send off too many more dumb sounding mails as I figure things out :-) )

Cheers,
-Chris


In my efforts to clean up the Hello World wiki docs a bit, I'm wondering
about the following heading on the page:
http://qooxdoo.org/documentation/0.8/helloworld

After I run:
C:\qooxdoo-0.8-sdk\tool\bin\create-application.py --name=custom --out=C:
I'm already presented with a runnable application located in "custom" --

That's not true. Unless there is some kind of out-of-world magic involved,
you don't have a runnable application just yet. Did you try? Did you open
source/index.html in your browser, and saw the button that brings up a
pop-up on click? I can hardly believe that.

Let me state something: Every qooxdoo application has to be compiled. Take
a moment to digest this. Every qooxdoo application has to be compiled.

This is very essential. In short, the index.html loads
source/script/custom.js which embodies the whole application - and which
simply isn't there when you just have unpacked a vanilla skeleton. There
has to be this additional step to create the custom.js file.

What I call "compiling" is what the wiki page calls "running". It means
running the generate.py with a "compiling" job - like "source" in this
case (the "build" job would be the other way of compiling the app).


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to