thron7 wrote:
>> I'm starting to understand. Actually, these classes are not from my main 
>> application.
>> So I change my config.json and repeat the migration process.
>>     
>
> Mind, though, that 'generate.py migration' works on the current library
> only. If you have multiple libraries involved, make sure you migrate
> each library individually, before you run 'generate.py source' in your
> main application.
>
> T.
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>   
Hi,
I migrated each library individually.
 My problem was the 
qx.core.Init.getApplication().getRoot().remove(composite(Layout)) 
function which I use.
With the version 0.8.3 of qooxdoo, I was able to call this method 
whenever the composite add the null value. I think with the 1.0.1 one it 
throws an error. I created an if close in my code to specify this case.
Thank you again for your help.

Teers,

Olivier ZORO-BI.



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to