On 07/22/2011 03:27 PM, Doug Holton wrote: > Forgive these beginner questions, esp. the first. > > I checked out the source from github - how do you build qooxdoo and > the sample applications.
Which repository did you use? > > Whenever I run ./generate.py source or so forth, it always gives an error: > No such file or directory: ..../resource > Whether I'm running it in a sample application folder or the framework > folder > or in various components folders. Some older version of git are ignorant towards empty directories, so they might not being checked out when you do the clone. But all (AFAICS) our standard apps have non-empty resource directories, so you should be able to 'cd application/feedreader' and do a 'generate.py source' just fine. Please re-check, and if the problem persists, compare e.g. the feedreader file tree with e.g. a current SDK, to see if there are files missing. > > Secondly is there any documentation on using qxoodoo completely in the > browser, without running the python build tools. No. That's not possible, as the tool chain generates the loader script that you need to load all necessary files in the browser. > I see for example it was > figured out in the playground application - compiling and running a script > totally in the browser. That's not running a script, or more correctly: an application. Rather, the Playground runs snippets of qooxdoo code. On their own, they wouldn't constitute a proper qooxdoo app. The scope of the Playground is just what you can write in the "main" method of a qooxdoo application class. > Perhaps are there plans to make node.js versions > of the build scripts - node-browserify could perhaps convert them for use > in the browser as well. I'm not familiar with node-browserify, but we have support for creating apps that are targeted at non-browser environments like node.js or Rhino. Try the 'basic' skeleton. But they need a slightly different app setup, and don't use widgets or other GUI-specific qooxdoo classes. > > Third: any info on accessibility support - ARIA, etc. No, none that I'm aware of, sorry. Cheers, Thomas ------------------------------------------------------------------------------ 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
