Marat BN schrieb: > Hi, > > I do not have "qx.js" as part of this project. The > only javascript files I have in this project are: > > source/class/custom/Application1.js > build/script/custom.js (generated by make) > > File "custom.js" has only 2 instances of string > "qx.ui.window.Window". I do not think that all the > source is in there as it would > be in "qx.js" > > Project is based on skeleton source sample 1 out of > package "qooxdoo-0.6-rc1-source". > > I used skeleton 1 because starting a new project from > a skeleton is recommended by the User Manual at > http://qooxdoo.org/documentation/user_manual/skeleton > > Please advise on how to add "qx.js" to the project.
You don't need to include the application manully. Please just follow the online tutorials for how to use the skeletons. From time to time you must execute "make" or "make source" depending on the version you are testing your code on. And please, you really don't need the qx.js file. Cheers, Sebastian > > Thanks, > Marat > > > ----- Original Message ----- > From: "dperez" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Tuesday, September 05, 2006 12:32 AM > Subject: Re: [qooxdoo-devel] Need info regarding how > to include the window UI package in the proj > > >> Hi, >> >> Search your generated qx.js for > "qx.ui.window.Window". >> In a standard build, all the classes are included. >> >> >> Marat BN wrote: >>> Recompiled the project OK with "make", but upon >>> reloading the project in >>> Firefox received JavaScript error "qx.ui.window has > no >>> properties". It >>> appears that the web browser did not load the >>> Javascript code for objects >>> inside package "qx.ui.window" because this package > was >>> not included or >>> compiled in the project. So far I could not find >>> instructions in the >>> documentation on how to include packages. Do I > need >>> to modify the Makefile? >>> >> -- >> View this message in context: >> > http://www.nabble.com/Need-info-regarding-how-to-include-the-window-UI-package-in-the-project.-tf2218027.html#a6147313 >> Sent from the qooxdoo-devel forum at Nabble.com. >> >> >> > ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support > web services, security? >> Get stuff done quickly with pre-integrated > technology to make your job easier >> Download IBM WebSphere Application Server v.1.0.1 > based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
