Hi Günther, Günther wrote: > Alexander Back wrote: >>> Do you already read the "Hello World" starters tutorial? This will offer >>> you how to setup your application and the framework properly. >>> -> http://qooxdoo.org/documentation/0.8/helloworld > Yes, i have read the "hello world" starter tutorial. > The generated project in the "hello world" starter tutorial working > correctly. Good to read this :)
> Alexander Back wrote: >>> This tutorial is about creating GUI applications, qooxdoo is however >>> also ready for embedding in existing HTML pages. Instead of creating a >>> "Standalone" application you can create a so-called "Inline" application >>> to embed qooxdoo widgets inside your HTML page. >>> See http://qooxdoo.org/documentation/0.8/ui_inline for more details. > When i change the qx.application.Standalone parameter in > qx.application.Inline at the Application.js, i became a error: "Invalid key > "extend" in class "custom.Application"! The value is undefined/null!" If you change your application in the way that you add new classes you have to run "./generate source" again. The javascript file you are including in your HTML file loads every *needed* classes (the tool-chain resolves the dependency automatically). So if you add a new class you have to resolve these dependencies again. > Alexander Back wrote: >>> P.S. nice to see that someone at my location is getting in touch with >>> qooxdoo ;-) > P. S. Nice, where are you coming from? Directly from Landau. cheers, Alex ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
