HI,
sNIk wrote:
> hello there!
>
> i have a problem with class-definition. i put a class named "Toolbar.js" to
> class/qxgui/layout/ and ran ./generate.py source. 
>
> thats the error i got:
>
> !!! Detected conflict between filename and classname!
> !!! Classname: qxgui.test.Toolbar
> !!! Path: qxgui/layout/Toolbar.js
>
> heres the class-definition:
>
> qx.Class.define("qxgui.test.Toolbar", {
>   construct : function() { /* ... */ }
> });
>
> help appreciated. :)
>   
Change in the class definition the line  
qx.Class.define("qxgui.test.Toolbar", {

to

qx.Class.define("qxgui.layout.Toolbar", {

Just be attentive when u call the constructor with the right path..

Cheers 

-- 
Kind Regards,
Gaurav Jauhri
SpagoBI Consultant
Research & Innovation Division, Engineering Ingegneria Informatica S.p.A. 
Strada 2, Palazzo D3 - 20090, Milanofiori Assago (Milan) - Italy
Phone:  +39-02 5282 0462 Mobile:  +39-345 354 3687 www.eng.it       
www.spagoworld.org


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to