Hm...
I can't fix them ;)

The following errors are shown when I start my app:
-------------------------------------------------
this.getApplication() has no properties
[Break on this error] this.getApplication().terminate();
myapp.js (line 2509)
qx.component has no properties
[Break on this error] extend : qx.component.AbstractApplication,
Oum.js (line 3)
qx.component has no properties
[Break on this error] extend : qx.component.AbstractApplication,
Logout.js (line 3)
qx.component has no properties
[Break on this error] extend : qx.component.AbstractApplication,
ButtonBar.js (line 9)
qx.component has no properties
[Break on this error] extend : qx.component.AbstractApplication,
TreePage.js (line 3)
qx.component has no properties
[Break on this error] extend : qx.component.AbstractApplication,
MainMenu.js (line 3)
qx.component has no properties
[Break on this error] extend : qx.component.AbstractApplication,
Button.js (line 10)
qx.component has no properties
[Break on this error] extend : qx.component.AbstractApplication,
Supplement.js (line 3)
qx.component has no properties
[Break on this error] extend : qx.component.AbstractApplication,
Application.js (line 22)
qx.component has no properties
[Break on this error] extend : qx.component.AbstractApplication,
Login.js (line 3)
qx.component has no properties
[Break on this error] extend : qx.component.AbstractApplication,
Page.js (line 8)
qx.component has no properties
[Break on this error] extend : qx.component.AbstractApplication,
Ui.js (line 3)
qx.component has no properties
[Break on this error] extend : qx.component.AbstractApplication,
Settings.js (line 3)
004219 DEBUG: qx.core.Init[0]: qooxdoo 0.7-beta3FireBug.js (line 80)
004219 DEBUG: qx.core.Init[0]: loaded 0 old classesFireBug.js (line 80)
004219 DEBUG: qx.core.Init[0]: loaded 303 classesFireBug.js (line 80)
004235 DEBUG: qx.core.Init[0]: loaded 3 interfacesFireBug.js (line 80)
004235 DEBUG: qx.core.Init[0]: loaded 8 mixinsFireBug.js (line 80)
004235 DEBUG: qx.core.Init[0]: loaded 26 themesFireBug.js (line 80)
004250 DEBUG: qx.core.Init[0]: loaded 16 localesFireBug.js (line 80)
004250 DEBUG: qx.core.Init[0]: client: gecko-1.8/win/deFireBug.js (line 80)
004250 DEBUG: qx.core.Init[0]: browser: firefox/svgFireBug.js (line 80)
myapp is not defined
[Break on this error] 
qx.core.Init.getInstance().setApplication(myapp.Application);
index.html (line 10)
clazz is not a constructor
-----------------------------------------------


I checked the api-viewer and I didn't find a component "qx.component" or 
"qx.compoonent.AbstractApplication"
Shouldn't it be something like "extend: qx.application.Gui" ???

Tobias

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Tobias Koller 
(GERMO GmbH)
Gesendet: Donnerstag, 31. Mai 2007 10:33
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] Migration of an individual file from 0.6.6 to0.7

Thank you!

It works fine.
Now I got some errors when I start my app.

But maybe I can fix this.

Tobias

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Daniel Haferkorn
Gesendet: Donnerstag, 31. Mai 2007 10:02
An: [email protected]
Betreff: Re: [qooxdoo-devel] Migration of an individual file from 0.6.6 to0.7

Tobias Koller (GERMO GmbH) wrote:
> Hi,
> does nobody know why the following message occurs?
> ------
> I updated from svn but now the script shows me the message: nothing to do. 
> Your application is up to date.
> But during the last (faulty)migration no file was changed.
> ------
> 
> Thanks
> Tobias

Oh, sorry, I accidentally overlooked your last post regarding this.
Please check your Makefile again, when you run the migration one time, 
the QOOXDOO_VERSION variable will be changed to 0.7 by the migration 
script, you have to set it back to the old value again by hand if you 
want to run the migration process again.

Regards,
Daniel Haferkorn


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to