Hi Petr,

On Wednesday 11 March 2009 Petr Kobalíček wrote:
> Alex I need to explain you my problem:
>
> calling qx.event.handler.Application.onScriptLoaded() not helps me.
> Under FF, Opera and Chrome there is no problem, but under IE i get
> this message:
>
> 002063 qx.core.Init: Load runtime: 2063ms
> 002063 Missing application class: bfly.main.Application
>
> bfly.main.Application is my application that is not loaded at this
> time (will be later) and calling
> qx.event.handler.Application.onScriptLoaded() has no effect after that
> (I tried it now).
This indicates that IE has loaded the whole page and started with the init 
process of qooxdoo thus starting the application class (which is not loaded 
yet in your case).

> Maybe adding some settings like qxsettings["qx.disableLoad"] = true
> may help me :)
Then you have to add this setting for yourself in your framework sources, I 
guess or patch the "qx.event.handler.Application" class to stop the init 
process of the qooxdoo application. There is not out-of-the-box solution 
available, sorry.

cheers,
  Alex


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to