Hello,

i tr yit but i dont get any  result. my  config.json looks like this:

  // Load dynamic modules
  "build-script":
  {
    "packages" :
    {
      "parts"  :
      {
        "boot"     :
        {
          "include" : [ "${QXTHEME}", "myapp
.Application" ]
        },
        "kasse" :
        {
          "include" : [ "myapp.modules.kasse.main" ]
        }
      }
    }
  }


and i call the modul like this


            getKassenliste : function()
                {
                qx.io.PartLoader.require(["kasse"], function() {
                    this.getAccess("kasse");
                    this.removeOldContent();
                    this.classModules = new makebiz.modules.kasse.Main;
makebiz.system.Globals.containerMiddleLeft.add(this.classModules.getBaseLayout());

                    }, this);

                },

i get this error

Fehler: z[i] is undefined
Quelldatei: http://localhost/build/script/myapp.js
Zeile: 21044

whe i load the modul on the old way , without

qx.io.PartLoader.require(["kasse"], function() {

the modul is loaded without problems too and i dont see, that their is any code loaded again?

Thank you for help


A quick search on the qooxdoo site for 'packages' reveals this nice tutorial on what qooxdoo calls 'Parts'.

http://qooxdoo.org/documentation/1.1/parts_using?s=packages

Enjoy.
Jim



On Sat, Oct 9, 2010 at 8:30 AM, [email protected] <mailto:[email protected]> <[email protected] <mailto:[email protected]>> wrote:

     hello,

    is it possible to load   different  modules  after the
     startapplication
    is loaded? If yes, is their any  good tutorial for this?

    thank you very very much vfor a good link or ...

    
------------------------------------------------------------------------------
    Beautiful is writing same markup. Internet Explorer 9 supports
    standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
    Spend less time writing and  rewriting code and more time creating
    great
    experiences on the web. Be a part of the beta today.
    http://p.sf.net/sfu/beautyoftheweb
    _______________________________________________
    qooxdoo-devel mailing list
    [email protected]
    <mailto:[email protected]>
    https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2&  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb


_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to