Hello, > The solution is to launch the loading of the next script from the previous > one. > > You can insert this call in each loaded script: > > loadNextOne(); > By simple server side processing you can add this line at the end. > > This function would be defined in the main HTML page. > > Yes, but perhaps you didn't follow this thread from the beginning so you are missing the fact that here the scripts to be loaded are the qooxdoo's classes definitions, and I don't think we want to make qooxdoo depend on server side processing to load the source build of an application.
In addition, the application initialization code also needs to be executed after all classes all loaded, so we should change the initialization style again, moving it into a function to be called by loadNext() after the last script is loaded... all in all I think your suggestion makes a good solution in general, but not in the special case of loading a source build. Sebastian, any thought? Cheers, Alessandro ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
