> 2.) There are something called packages[1] that might allow you to only > load the parts of qooxdoo you need to get your login screen working and > then continue to load the rest of the framework in the background. I'm > not 100% sure how this works though. > > Hope that points you in the right direction, > Matt > > [1] http://qooxdoo.org/documentation/0.8/generator_config_ref#packages >
I'd say packages are the right way to go. You design an initial packages that includes the login screen. This will be run on page-load, and within that code you have control over retrieving subsequent package(s), and e.g. wait for the login to succeed before displaying any of their contents. Thomas > Jean-Baptiste BRIAUD -- Novlog wrote: > >> Hi, >> >> My app need a login screen and I'm just wondering if I could let >> things being done in the background during the time the end user try >> to log. >> I've no idea how to do that, but I was thinking specifically to let >> qooxxoo file and application js files to load in the background ? >> >> What do you think about that idea ? >> Is it doable ? If yes, any clue on witch thing to try ? >> >> JBB. >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
