Hi Fabian,

I tried the migration to 0.6.5.  It ran thru with a few deprecation warnings 
for icon theme compatibility and the use of type="text/javascript".  

Despite this the demo still doesn't open in the browser (you only see a blank 
screen).  Firebug reports these errors:

qx.OO has no properties
qx.OO.defineClass("ext.ui.window.Window", qx.ui.window.Window,
Window.js (line 24)
qx.OO has no properties
qx.OO.defineClass("ext.manager.object.WindowManager", 
qx.manager.object.WindowMa...
WindowManager.js (line 36)
qx.OO has no properties
qx.OO.defineClass("ext.manager.object.SupportedTypeMixin", qx.core.Target,
SupportedTypeMixi... (line 33)
qx.OO has no properties
qx.OO.defineClass("ext.core.Pool", qx.core.Object,
Pool.js (line 35)
qx.OO has no properties
qx.OO.defineClass("ext.manager.position.PositionManager", qx.core.Object,
PositionManager.j... (line 34)
qx.OO has no properties
qx.OO.defineClass("ext.strategy.layout.CornerStrategy", qx.core.Object,
CornerStrategy.js (line 34)
qx.OO has no properties
qx.OO.defineClass("ext.strategy.layout.CascadeStrategy", qx.core.Object,
CascadeStrategy.j... (line 29)
qx.OO has no properties
qx.OO.defineClass("ext.strategy.layout.AbstractStrategy", qx.core.Object,
AbstractStrategy.... (line 32)
qx.OO has no properties
qx.OO.defineClass("ext.constant.Event",
Event.js (line 24)
qx.OO has no properties
qx.OO.defineClass("ext.strategy.layout.AbstractPositionStrategy", 
ext.strategy.l...
AbstractPositionS... (line 30)
qx.OO has no properties
qx.OO.defineClass("ext.strategy.layout.MaximiseToWorkspaceStrategy", 
ext.strateg...
MaximiseToWorkspa... (line 29)
qx.OO has no properties
qx.OO.defineClass("ext.strategy.layout.GridStrategy",
GridStrategy.js (line 67)
qx.OO has no properties
qx.OO.defineClass("ext.constant.Position",
Position.js (line 24)
qx.OO has no properties
qx.OO.defineClass("ext.constant.Direction",
Direction.js (line 24)
qx.OO has no properties
qx.OO.defineClass("ext.strategy.layout.MinimiseToIconStrategy",
MinimiseToIconStr... (line 67)
qx.OO has no properties
qx.OO.defineClass("ext.constant.UI",
UI.js (line 24)
qx.OO has no properties
qx.OO.defineClass("ext.ui.window.AbstractImageWindow", ext.ui.window.Window,
AbstractImageWind... (line 28)
qx.OO has no properties
qx.OO.defineClass("ext.ui.window.BugImageWindow", 
ext.ui.window.AbstractImageWin...
BugImageWindow.js (line 28)
qx.OO has no properties
qx.OO.defineClass("ext.util.NumberUtil", qx.core.Object,
NumberUtil.js (line 24)
qx.OO has no properties
qx.OO.defineClass("ext.ui.component.TextSearchWidget", qx.ui.toolbar.Part,
TextSearchWidget.... (line 25)
qx.OO has no properties
qx.OO.defineClass("ext.ui.menu.MenuSeparator", qx.ui.layout.CanvasLayout,
MenuSeparator.js (line 24)
qx.OO has no properties
qx.OO.defineClass("ext.ui.window.FishImageWindow", 
ext.ui.window.AbstractImageWi...
FishImageWindow.j... (line 28)
qx.OO has no properties
qx.OO.defineClass("ext.constant.Colour",
Colour.js (line 24)
qx.OO has no properties
qx.OO.defineClass("custom.Application", qx.component.AbstractApplication,
Application.js (line 23)
qx.OO has no properties
qx.OO.defineClass("custom.init.Assembler", qx.core.Target,
Assembler.js (line 27)
qx.OO has no properties
qx.OO.defineClass("ext.ui.window.ThreeDImageWindow", 
ext.ui.window.AbstractImage...
ThreeDImageWindow... (line 28)
qx.OO has no properties
qx.OO.defineClass("ext.ui.window.NetImageWindow", 
ext.ui.window.AbstractImageWin...
NetImageWindow.js (line 28)
qx.OO has no properties
qx.OO.defineClass("ext.ui.window.MacImageWindow", 
ext.ui.window.AbstractImageWin...
MacImageWindow.js (line 28)
qx.OO has no properties
qx.OO.defineClass("ext.strategy.layout.AbstractLoopStrategy", 
ext.strategy.layou...
AbstractLoopStrat... (line 31)
qx.OO has no properties
qx.OO.defineClass("ext.ui.window.PenguinImageWindow", 
ext.ui.window.AbstractImag...
PenguinImageWindo... (line 28)
qx.OO has no properties
qx.OO.defineClass("ext.strategy.layout.TileStrategy", 
ext.strategy.layout.Abstra...
TileStrategy.js (line 29)
qx.Locale has no properties
qx.Locale.define("custom.translation.C",
C.js (line 31)
qx.log has no properties
      qx.log.Logger.ROOT_LOGGER.setMinLevel(qx.log.Logger.LEVEL_DEBUG);
index.html (line 11)
qx.core has no properties
    qx.core.Init.getInstance().setApplication(custom.Application);
index.html (line 17)



----- Original Message ----
From: Fabian Jakobs <[EMAIL PROTECTED]>
To: qooxdoo Development <qooxdoo-devel@lists.sourceforge.net>
Sent: Tuesday, 23 January, 2007 8:20:03 PM
Subject: Re: [qooxdoo-devel] Extended window manager demo

Simon Bull schrieb:
> Hi Fabian,
>
> I updated my qx sdk to 5796 today and attempted to run the migration to 0.6.4 
> as you suggested.
>
> The two migration steps (to 0.6.3, then to 0.6.4) both run through with no 
> complaints, but when I load index.html in IE or FF the demo doesn't start; 
> instead I get some js errors.
>
> Firebug reports an error (like below) for each of the classes included in the 
> demo:
>
> qx.OO has no properties
> qx.OO.defineClass("ext.ui.window.Window", qx.ui.window.Window, ...    
> Window.js (line 24)
>
> I have the same problem for make source and make build.
>
> Any ideas how to get around this?
>
>   
Hi Simon,

rev. 5796 has some changes to 0.6.4, so you have to migrate to the 0.6.5 
target as well. Could you please try to migrate to 0.6.5 and if this 
fails as well post the complete error message.

Good luck,
Fabian

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel




Send instant messages to your online friends http://au.messenger.yahoo.com 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to