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
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
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