Okay, thanks Sebastian. I'll try that :)
Simon
- Original Message
From: Sebastian Werner <[EMAIL PROTECTED]>
To: qooxdoo Development
Sent: Monday, 5 February, 2007 5:29:26 PM
Subject: Re: [qooxdoo-devel] Two possible bugs in 0.6.5
Hi Simon,
seems to be a problem at y
day, 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.u
Hi Simon,
seems to be a problem at your working directory. Both "qx.sys.Client"
and "qx.constant.Type" are not existing anymore in qooxdoo 0.6.5.
Maybe you must delete your directory completely and unpack the new
stuff there again.
Hope this helps.
Sebastian
Am 05.02.2007 um 03:58 schri
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 i