Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-09-13 Thread Tim Demann
Hi Petr, you are welcome. Petr Kobalíček wrote: > > This all is related to "manual initialization" already in bugzilla. > The problem still exists. As a workaround I simply removed the application initialization code at the end of qx-build.js manually. Petr Kobalíček wrote: > > I don't

Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-09-10 Thread Tim Demann
Hi Petr, thanks for your response. In the meantime I fixed the IE problem by myself. The ScriptLoader can't cope with IE for two reasons: 1. The onload-event doesn't work for script tags in IE. So the progress bar doesn't show any progress and the application doesn't start. That means "loading p

Re: [qooxdoo-devel] qxbuild for 0.8.2 ready

2009-09-08 Thread Tim Demann
Hi Petr, I used qxbuild for building 0.8.3 and it works fine for FF. But for IE I can't get it to work. I already excluded qx.bom.Vml to suppress the "Unspecific Error" message. Now, the ScriptLoader seems to load the scripts but the onLoad method won't be called and the loading process stucks