Re: [qooxdoo-devel] defineMain(function ... breaks with error

2007-07-30 Thread Fabian Jakobs
Hi Philip, > Hi, > > I updated my application fom 0.6.6 to 0.7.1 and still hav some problems... > > When I add the following code to the index html file: > > qx.core.Init.getInstance().defineMain(function() > { > ...code... > } > > I get the following error: > > qx.core.Init.getInstance().defin

Re: [qooxdoo-devel] defineMain(function ... breaks with error

2007-07-29 Thread Tobias Koller (GERMO GmbH)
An: qooxdoo-devel@lists.sourceforge.net Betreff: [qooxdoo-devel] defineMain(function ... breaks with error Hi, I updated my application fom 0.6.6 to 0.7.1 and still hav some problems... When I add the following code to the index html file: qx.core.Init.getInstance().defineMain(function

[qooxdoo-devel] defineMain(function ... breaks with error

2007-07-28 Thread Philipp Wabinski
Hi, I updated my application fom 0.6.6 to 0.7.1 and still hav some problems... When I add the following code to the index html file: qx.core.Init.getInstance().defineMain(function() { ...code... } I get the following error: qx.core.Init.getInstance().defineMain is not a function I want