Hi Philipp,

in qooxdoo 0.7.x you only need this in your index.html to start your application


<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>My Application</title>
    <script type="text/javascript" src="script/myapp.js"></script>
  </head>
</html>



Tobias
-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Philipp Wabinski
Gesendet: Samstag, 28. Juli 2007 12:45
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()
{
    ...code...
}

I get the following error:

qx.core.Init.getInstance().defineMain is not a function


I want to pass some vars in this function from the html file to the main
application class. I took this code from one of the domo browser
applications. There it is working.

Can somebody tell where I have to look for to solve this Problem?

In 0.6.6 it works fine for me with the defineMain Function....

Philipp 
-- 
View this message in context: 
http://www.nabble.com/defineMain%28function-...-breaks-with-error-tf4161878.html#a11841679
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to