> hi all, > > I'm completely new to qooxdoo. Welcome Poc, hope you enjoy qooxdoo. Take your time for the initial period, even if you find things a bit challenging. You will probably find it also worthwhile, once you're "into qooxdoo" :).
> I started up with the "beginner-tutorial" > "http://qooxdoo.org/documentation/0.8/helloworld". Everything worked > fine... > > for instance my first app so to speak, which has the following local path: > "file:///var/www/qooxdoo/custom/source/index.html" > functions like the demo I found on > "http://qooxdoo.org/documentation/0.8/helloworld". Fine. > > I set up a web server on my computer (Document root is /var/www/,OS: > Linux) and I want to use qooxdoo for a web application. When I opened a > page from my local webserver via tcp/ip such as > "http://localhost/qooxdoo/custom/source/index.html" I got a blank site. > Probably there is a trivial reason for that ...but can you help me to run > qooxdoo for my web apps (I want to see the same button like on > "file:///var/www/qooxdoo/custom/source/index.html") > Hints, Info would be nice... One option would be to create a "build" version of your app, by running "generate.py build". This would create a "build" subdirectory in your app. Accessing it with http://localhost/qooxdoo/custom/build/index.html should work immediately. If for some reasons you want to serve the source version through your web server, you have to make sure that both your custom app as well as the qooxdoo SDK are accessible to the web server. That usually means that also the qooxdoo SDK needs to be beneath the web server's DocumentRoot. Otherwise relative URIs in the application cannot be resolved. > Secondly i'd like to ask wether it is possible to build up a "Microssoft > Explorer"-like navigation on the left site within a web site similar to > representations of the quooxdoo apis such as > http://demo.qooxdoo.org/current/apiviewer/ or > http://demo.qooxdoo.org/current/demobrowser/ The basic building block for the treefolder navigation is qooxdoo's Tree widget (http://demo.qooxdoo.org/current/apiviewer/#qx.ui.tree). An approachable example for using the Tree widget is in the Demobrowser (http://demo.qooxdoo.org/current/demobrowser/#widget~Tree.html). Mind that for every demo there is a "JS Code" button in the upper right hand corner that allows you to look at the source code for the particular application. > Among the real-life examples I found > "http://www.sqville.com/aie/demos/aiedemobrowser/index.html" which is more > or less what I want... Yes, the AIE Demobrowser is based on qooxdoo's Demobrowser, if I'm not mistaken. HTH, T. ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
