Hi again,

A little more information on issue 2); the error that is reported by firebug 
after running a make source and opening the app (from index.html) in FF is:

qx.constant.Type has no properties
qx.OO.addProperty({ name:"enabled", type:qx.constant.Type.BOOLEAN, 
defaultValue:... DefaultFilter.js (line 38)

I guess this implies that qx.constant.Type should be "included" before 
DefaultFilter in the make source version of custom.js file.


Simon



----- Original Message ----
From: Simon Bull <[EMAIL PROTECTED]>
To: qooxdoo-devel@lists.sourceforge.net
Sent: Monday, 5 February, 2007 1:58:29 PM
Subject: [qooxdoo-devel] Two possible bugs in 0.6.5

Hi List,

I have recently been migrating my app to 0.6.5.  I now have r5935 of the sdk.

I've noticed two problems:

1) qx.sys.Client includes this code:

qx.Class.getInstance = qx.util.Return.returnInstance;

but qx.util.Return.returnInstance has been replaced by 
qx.lang.Function.returnInstance in the sdk.


2) When I do a make source, qx.constant.Type.js is imported on line 129 of my 
custom.js.  However, it appears that the BOOLEAN constant defined in Type.js is 
referenced earlier in the source code so it breaks at runtime. If I manually 
edit the generated custom.js file and move Type.js to the first imported file 
after OO.js, everything works fine.  Interestingly I don't get this problem 
with make build.

Has anyone else seen these problems?  Maybe they are already patched in a newer 
rev?

Thanks,

Simon




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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to