Ken MacDonald wrote:
> Hi,
> I got past that, but generate.py source gave the following warnings, 
> and I'm now getting problems with Label.js
>
>   - Scanning D:\hs\cwp-project\apps\webrecipes...
> >>> Resolving dependencies...
>     - ! Unknown class referenced: qx.legacy.ui.layout.HBox (in: 
> webrecipes.Viewer)
>     - ! Unknown class referenced: qx.legacy.ui.container.Composite 
> (in: webrecipes.Viewer)

Wait - there is something weird here. I've just checked these two 
classes, and there *never was* a qx.legacy.ui.layout.HBox or 
qx.legacy.ui.container.Composite, in none of the 0.8.x releases! There 
are, though, qx.ui.layout.HBox and qx.ui.container.Composite! How these 
qx.legacy.* name spaces slipped in your code is a miracle to me. - Did 
you run the migration multiple times on the same code?! Could you check 
this?

On first sight, you might just need to get rid of the *.legacy.* name 
component.

> problem in Label.js:
> font.render is not a function
> anonymous("bold")Label.js (line 328)
> anonymous(function(), qx.legacy.ui.basic.Label[25] $$hash=25
> ...
> [Break on this error] * font ? font.render(this) : 
> qx.legacy.ui.core.Font.reset(this);\n**Label.js (line 328)*
>

Maybe that's just a follow-up issue of the one above. Let's try to get 
your code clean first.

T.


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to