Hi devs,
so my solution to problem is very simple, I added these linces to qx.core.Init
/**
* Explicit application initialization. Can be used to manually initialize
* application (internally calls <code>qx.core.Init.__ready()</code>.
*
* @note This method can be used only once. Calling it multiple times or
* after application was initialized has no effect.
*
* @return {void}
*/
initApplication : function()
{
if (!this.__application) this.__ready();
},
I think that this is very very simple addition that helps me to
getting work qxbuild on all browsers. I can write mixin, but I think
that this type of initialization should be supported by qooxdoo
itsefl. I just don't like idea to patch qooxdoo to work like all other
frameworks, really not:(
Cheers
- Petr
2009/3/11 Derrell Lipman <[email protected]>:
> 2009/3/11 Petr Kobalíček <[email protected]>
>>
>> Hi Alex,
>>
>> I know that there is currently no solution, my I'm talking here to
>> know that if I write patch (and this is quite simple) if there is
>> chance to get it into svn. I want to support qxbuild and make it
>> working without black magic:)
>
> Petr, might you be able to write a mixin that creates the patch you need?
> This might be a nice clean way of providing the functionality required by
> qxbuild without the need to modify the core code.
>
> Derrell
>
>
> ------------------------------------------------------------------------------
> 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
>
>
------------------------------------------------------------------------------
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