Hi Simon,
> If you are interested in how it all works, start by looking for "var 
> supportedWindowTypes = " in custom/Application.js .
>
>
> To get it up and running:
>
> 1) Check out qx "0.6.2-pre" r4822 -- it should work with later versions with 
> minimal fuss, but I haven't tried it yet -- into a dir called $/qooxdoo-sdk .
>
> 2) download the attached project and rename it to "windowing-demo.zip" -- the 
> mail server wouldn't accept any .zip attachments.
>
> 3) unzip the attachment into the same dir that now contains $/qooxdoo-sdk .  
> You should end up with:
>     $/
>     $/qooxdoo-sdk/frontend/
>     $/qooxdoo-apps/windowing-demo/
>
> 4) open a command prompt and cd into $/qooxdoo-apps/windowing-demo/ and 
> execute "make"
>
> 5) open $/qooxdoo-apps/windowing-demo/build/index.html in your browser

thanks for you demo. I've looked at the code and I must say it looks 
really nice. It's a good example of how to use the skeletons ;-) For 
those working with 0.6.4 here are the instructions for migrations:

1. Follow the steps 1-3
2. unzip qooxdoo sdk 0.6.4 into the qooxdoo-sdk
3. replace the Makefile in /qooxdoo-apps/windowing-demo/ with the 
Makefile from the Skeleton (/qooxdoo-sdk/frontend/application/skeletion.zip)
4. update Makefile. set the qooxdoo path:
      QOOXDOO_PATH=../../qooxdoo-sdk
      QOOXDOO_URI=../../qooxdoo-sdk
5. Run the migration form the  qooxdoo-apps/windowing-demo directory:
       $ ../../qooxdoo-sdk/frontend/framework/tool/generator.py 
--exclude qx.* --class-path 
../../qooxdoo-sdk/frontend/framework/source/class --migrate-source 
--migration-input=source --class-path=source/class --migration-target 0.6.3
      $ ../../qooxdoo-sdk/frontend/framework/tool/generator.py --exclude 
qx.* --class-path ../../qooxdoo-sdk/frontend/framework/source/class 
--migrate-source --migration-input=source --class-path=source/class 
--migration-target 0.6.4

Since the demo is build using the skeletons it is pretty easy to update 
to new qooxdoo versions. This instructions applies to other skeleton 
based qooxdoo
apps as well.

Best Fabian

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to