Hi Fabian,
Fabian Jakobs-2 wrote: > > Hello Juan, >> hi, i have "a problem" in my country (Argentina) we have many pearson >> with a poor internet connection, so i want to do a loading window for >> this pearson, like many flash sites do. >> i can do this with qx.ui.Progressive or i must to use a external >> qooxdoo javascript code. >> if you can give me an example much better :D. >> >> >> > You can start by adding some static HMTL to your index.html. This > content is visible until the application is fully loaded. > > <body> > <h1>Loading</h1> > resource/feedreader/images/loading66.gif </img> > </body> > > Best Fabian > > That's a good to know! It might be good to have a generator option that does that by default. Even better would be if you (the qx devs) would design a little splash window that would be shown during the startup - for PR reasons (of course, anyone could replace the splash with their own logo) and because it IS useful to give the user of the web appication a feedback - just as googlemail does. And talking of googlemail's example, ideally the generator would put a little callback function between each loaded (source version) or packaged (built version) class that would enable to create a little raw javascript-managed progress bar. That wouldn't be too hard to do, would it? My app is huge, it takes three or more seconds to load, during which I would really like to provide some user feedback. Thanks, Christian -- View this message in context: http://www.nabble.com/howto-do-a-loading-window-to-qooxdoo--tp20914078p20915751.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
