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)
    - ! Unknown class referenced: qx.legacy.ui.container.Composite (in:
webrecipes.Application)
    - ! Unknown class referenced: qx.legacy.ui.form.SelectBox (in:
webrecipes.Application)
    - ! Unknown class referenced: qx.legacy.ui.layout.Basic (in:
webrecipes.Application)
    - ! Unknown class referenced: qx.legacy.ui.container.Composite (in:
webrecipes.Application)
    - ! Unknown class referenced: qx.legacy.ui.layout.Basic (in:
webrecipes.Application)
    - ! Unknown class referenced: qx.legacy.ui.container.Composite (in:
webrecipes.Application)
    - ! Unknown class referenced: qx.legacy.ui.embed.Html (in:
webrecipes.Application)
    - ! Unknown class referenced: qx.legacy.ui.embed.Html (in:
webrecipes.Application)
  - Sorting 311 classes...
>>> Resolving dependencies...
    - ! Unknown class referenced: qx.legacy.ui.layout.HBox (in:
webrecipes.Viewer)
    - ! Unknown class referenced: qx.legacy.ui.container.Composite (in:
webrecipes.Viewer)
    - ! Unknown class referenced: qx.legacy.ui.container.Composite (in:
webrecipes.Application)
    - ! Unknown class referenced: qx.legacy.ui.form.SelectBox (in:
webrecipes.Application)
    - ! Unknown class referenced: qx.legacy.ui.layout.Basic (in:
webrecipes.Application)
    - ! Unknown class referenced: qx.legacy.ui.container.Composite (in:
webrecipes.Application)
    - ! Unknown class referenced: qx.legacy.ui.layout.Basic (in:
webrecipes.Application)
    - ! Unknown class referenced: qx.legacy.ui.container.Composite (in:
webrecipes.Application)
    - ! Unknown class referenced: qx.legacy.ui.embed.Html (in:
webrecipes.Application)
    - ! Unknown class referenced: qx.legacy.ui.embed.Html (in:
webrecipes.Application)
  - Sorting 311 classes...


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 _layoutChanges=
Object, "bold")ValueManager.js (line 164)
anonymous("bold", Object name=old)Label.js (line 316)
anonymous()Property.js (line 637)
anonymous(qx.legacy.ui.basic.Label[25] $$hash=25 _layoutChanges=Object,
qx.legacy.ui.core.Widget[undefined] classname=qx.legacy.ui.core.Widget,
"font", "set", ["var prop=qx.core.Property;",
"if(arguments.length!==1)prop.error(this,1,"", "font", 113 more... 0=var
prop=qx.core.Property;], ["bold"])Property.js (line 658)
anonymous(qx.legacy.ui.basic.Label[25] $$hash=25 _layoutChanges=Object,
function(), "font", "set", ["bold"])Property.js (line 1400)
anonymous("bold")Property.js (line 526)
anonymous()Application.js (line 507)
anonymous()Init.js (line 82)
anonymous(Window source, qx.event.type.Event[f] $$hash=f _type=ready_target=
window, "ready")Direct.js (line 99)
wrappedFunction()Interface.js (line 458)
anonymous(Window source, qx.event.type.Event[f] $$hash=f _type=ready_target=
window)Manager.js (line 815)
anonymous(Window source, "ready", Object name=clazz, Object
name=args)Registration.js
(line 294)
anonymous()Application.js (line 176)
anonymous()Application.js (line 108)
anonymous()webrecipes.js (line 92)
 * font ? font.render(this) : qx.legacy.ui.core.Font.reset(this);\n**Label.js
(line 328)*



> the error message pretty much hints at the fact that the class is not
> even loaded. If you are using it for the first time in your code, and
> you don't work with a 'source-all' generated app, chances are you just
> have to re-run generate.py source to fix this.
>
> 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
>
------------------------------------------------------------------------------
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