Hi Mario, your telling about the missing borders in IE reminded me of a rights issue I recently had on one development machine (btw where I use cygwin/Win32 for development). Here I resolved a seemingly related problem - the browser had no rights to load the qooxdoo-ressources in the build folder, breaking the visuals (but I connected to the build via http, not via file system) - by making the qooxdoo-0.8.2-sdk folder readable by anyone recursively (then rebuilding).
I had identified that problem by checking the NET tab in firebug, giving error messages about the icons not being readable which were copied to build/ressource with wrong rights. Maybe firebug can give you some info about your problem too (or maybe even the new inspector? Haven't tried it yet). HTH Stefan Freimann, Mario wrote: > Hello, > > as I'm new to qooxdoo I first wanted to try the Hello World example > (http://qooxdoo.org/documentation/0.8/helloworld). Therefore I did the > following steps: > > - Install ActiveState Python 2.6.1.1 > - Download qooxdoo 0.8.2 SDK > - Unzip the SDK to C:\Programme\qooxdoo > - Create demo application as state on the website via > > C:\Programme\qooxdoo\tool\bin\create-application.py --name=testapp > --out=E:\develop\qooxdoo > > - Generate build version via > > E:\develop\qooxdoo\testapp>generate.py source-all > > The build went fine. > > - If I open the generated application > (file:///E:/develop/qooxdoo/testapp/source/index.html) in recent FireFox > 3.0.7 the page just stays white (no error visible). If I open the page > in recent IE 6 the page appears and I can sucessfully click the button. > But the button doesn't have any visible borders. > > - If I generate the deployment version via > > E:\develop\qooxdoo\testapp>generate.py build > > I can open the resulting application via > file:///E:/develop/qooxdoo/testapp/build/index.html in FireFox and IE > sucessfully and fully working as stated on the Hello world website. > > What can I do to solve the problems in develop version? > > > With kind regards, > Mario ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
