Hi Derrell, I tested it now and it's the same behavior. I think that only solution is ability to tell qooxdoo to initialize manually.
Main problem for me is that IE is not preserving the script order, so I must append scripts one-by-one (I tested in head and body too). Personally, I think that manual initialization is good idea, currently for example qxbuild is able to show simple progress bar to visualize application loading, i think that it's nice :-) Cheers - Petr 2009/3/9 Derrell Lipman <[email protected]>: > On Mon, Mar 9, 2009 at 2:43 PM, Petr Kobalíček <[email protected]> > wrote: >> >> Hi, >> >> is there any way to invoke application initialization manually ? >> >> I mean to completely skip qxsettings["qx.application"] and call >> something like qx.core.Init.init(). >> >> Is this possible ? >> >> I need this for qxbuild. It works fine for all browsers except IE. >> Qxbuild loads all scripts by adding script into document head, but IE >> calls domready event too early (after first script is loaded). So I >> need to workaround this issue by calling qooxdoo initialization when >> I'm sure that all scripts were loaded. > > I expect others may be able to answer your specific question, but in the > mean time... Will IE delay firing the domready event if you put the scripts > into the body instead of the head? > > Derrell > > > > ------------------------------------------------------------------------------ > 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 > > ------------------------------------------------------------------------------ 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
