On 05/09/2011 10:44 AM, Gerrit Garbereder wrote:
> thanks for your comments.
>
> I still wonder, why it works on version 1.0 properly but not on
> version 1.0.1. I guess qooxdoo loads the script files in async-mode,
> might that be?

Look, if you're putting in a <script> tag manually in your html, qooxdoo 
has nothing to do with it.

That being said, you should make sure the <script> tag loading your 
PHP/JS mix file comes *before* the <script> tag loading your qooxdoo 
app. If you want to keep your html free of those issues, you might want 
to look into the qooxdoo "add-script" config key [1] that essentially 
loads a list of URLs before loading qooxdoo.

And: I'm wondering why you are migrating from 1.0 to 1.0.1, and not 
1.1?! With 1.1 we introduced ClosureParts, which yes, is a different way 
of loading qooxdoo parts, but that shouldn't affect your app negatively 
if you load your special .js file ahead of qooxdoo (like I said above).

I understand your eventual migration target is 1.4, so there is not much 
sense in migrating to in-between bug fix releases. Your migration path 
should now be 1.0 -> 1.1 -> 1.2 -> 1.3 -> 1.4, where the automatic 
migration would do all those steps in one go. I'd recommend doing it 
this way, but if you want to do it step-wise, only do the above releases.

T.

[1] 
http://manual.qooxdoo.org/1.4.x/pages/tool/generator_config_ref.html#add-script

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to