Hi Christian,

thanks a lot for your prompt answers.... It's targeted help!
...but I still have severe problems


I think the migration process failed. A month ago or so 
I downloaded qooxdoo-1.4.1-sdk.zip and unpacked it to /opt.
So "/opt/qooxdoo-1.4.1-sdk" is my "source path". I assigned the source path
to the  "QOOXDOO_PATH"- Variable in the config.json-file.

Then I tried to run a migration-process as follows:

python generate.py migration

the output was:

Traceback (most recent call last):
  File "/opt/qooxdoo-1.4.1-sdk/tool/bin/generator.py", line 27, in ?
    from generator.Generator import Generator
  File "/opt/qooxdoo-1.4.1-sdk/tool/pylib/generator/Generator.py", line 
1175
    relstring = "Uses" if type == "using" else "Used by"
                        ^
SyntaxError: invalid syntax

Then I manually compiled another python-version (Python-2.7.2) and it 
worked.

But now bigger problems rise, for when type in

"python generate.py build" I got tons of warning such as

"- Warning: Hint: Unknown global symbol referenced: reportnr 
(newversion.Application:1688)"
"- Warning: Hint: Unknown global symbol referenced: x 
(newversion.Application:2323)"
"- Warning: Hint: Unknown global symbol referenced: y 
(newversion.Application:2223)"
...

I tried to fix it, by adding a "var"-command before every 
variable I use, where it was missing. If a variable is passed
to a function I added  "this." (i.e. making a "myfunction(this.myvar);" 
out of "myfunction(myvar)").
The warnings vanished. But still the site is empty, because there are
errors in the js-source (According to firebug) and the Javascript is not 
executed.
FireBox says for instance:
"setChecked is not a function"

Can you help me one more time to find a solution (i.e. to get 
the app running). 

If someone has an idea / method to find a solution .... I would be very 
grateful!

greets,

Johann

>             
> -------- Original-Nachricht --------
> Datum: Thu, 18 Aug 2011 17:03:04 +0200
> Von: Christian Hagendorn <[email protected]>
> An: qooxdoo Development <[email protected]>
> Betreff: Re: [qooxdoo-devel] Probs after Migration
> 
>             Hi,
> > document.createElement(t+name+s+S+u);
> This is the problem I talked about creating a element with markup. 
> Creating elements with markup doesn't work anymore with IE9.
> 
> Your added code example shows that the qx.bom.Element class does this 
> call. I rechecked the 1.4 implementation, but it seems to me that you 
> added example is not the implementation form qx. 1.4 the class has no 
> "qx.bom.client.Engine.MSHTML" in it.
> 
> So it seems to me that the application dosen't use the qx 1.4 version. 
> Can you please verify that you use the qx 1.4. when you create your 
> application. Or maybe you haven't run the "generate.py build" again with 
> the new qx version.
> 
> Cheers,
> Chris
> 
> 
> 
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
> user administration capabilities and model configuration. Take 
> the hassle out of deploying and managing Subversion and the 
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
        
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to