sure ... commenting this line and all the other lines where qxgui.reg.User is
used fixes that problem.

thats the line:

this.reg.add( "user",  qxgui.reg.User.getInstance() );

other modules work ... heres an example how i tested my base module:

this.reg.add( "base",  qxgui.reg.Base.getInstance() );
this.reg.get("base").test( "basetest" );

the code in reg.Registry.User is also ok.



thron7-2 wrote:
> 
> 
> 
> sNIk wrote:
>> forgot to add the line:
>>
>> this.widgets={},this.__mP=w,this.reg=qxgui.reg.Registry.getInstance()this.reg.add(o,qxgui.reg.User.getInstance());
>>   
> 
> Can you isolate the corresponding source code, so it is reproduceable?!
> 
> T.
> 
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensign option that enables unlimited
> royalty-free distribution of the report engine for externally facing 
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/deployment-version-broken-tp2684636p2690277.html
Sent from the qooxdoo mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to