thank you ... i just overlooked that comma. :)
thron7-2 wrote: > > I could repro the issue, it *is* dependend on the comma after the first > assignment. I have opened a bug for it: > http://bugzilla.qooxdoo.org/show_bug.cgi?id=2307 > You can add yourself to CC if you want to be informed about the progress. > > The work-around is to replace the comma with semi-colon (although it is > seemingly correct JS). > > T. > >>> >>> i could isolate the code now. its the assosiative arrays. uncommenting >>> them >>> fixes the problem. am i allowed to use such syntax? >>> >>> construct : function() >>> { >>> // benutzer-daten >>> this.__data = {}, >> >> Is this a comma ----------^ ?! >> Replace it with a semi-colon. >> >> T. >> >>> this.__data["vorname"] = "Andreas"; >>> this.__data["nachname"] = "xxx"; >>> this.__data["email"] = "xxx"; >>> >>> // benutzer-flags >>> this.__flags = [ "R", "A" ]; >>> }, >>> >>> >>> >>> >>> sNIk wrote: >>>> >>>> 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-tp2684636p2690457.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 >>> >>> >>> >> >> >> >> ------------------------------------------------------------------------------ >> 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 >> >> >> > > > > ------------------------------------------------------------------------------ > 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-tp2684636p2708452.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
