> Hello Christian, > > this really looks nice. I especially like the "Loading, please wait" > feedback message. :)
I am using qx.event.message.Bus to send messages about the beginning and end of rpc calls. Then a popup atom handles those messages and toggles its display dependend on whether any calls are still pending. > I don't seem to be able to get anything in the lower right pane (where > it says "Click on paper..."), should there be something visible after > clicking on an entry in the tree? No, you need to open a session first (that is, a tree leaf), and then click on the papers presented in the session to get a detailed view of it. > Also when trying to close one of the folders, it re-opens immediatly > (using IE6). Got me a little bit confused at first with the folders that > contains the huge list of papers. :) Yes, that is a bug! Thanks for pointing me to it! > I am struggling a bit at the moment with a print function for my own > application. Are you just throwing the HTML code of the text into a new > window? Have you considered firing a javascript command for printing the > window directly after opening it? ( window.print(); ) Yes, I open a window, grab the html of a plain old div: var w=window.open(); w.document.write(document.getElementById("sessionHtml").innerHTML); w.setTimeout(function(){w.stop();w.print(); Cheers, Christian > > Regards, > Daniel Haferkorn > > Christian Boulanger wrote: >> Hello, >> >> here is a comparison between web 1.0 and web 2.0. >> >> http://64.112.226.77/one/lsa/lsa07/index.php?cmd=lsa07&id= >> >> Click on "Search the Preliminary Program": ugly old clunky HTML >> >> Same thing written with qooxdoo v. 07: >> >> http://rsoz.rewi.hu-berlin.de/lsa2007-program/build/ >> >> shiny new world of a qooxdoo web gui! (At some point, we need to talk >> about accessibility - because the clunky old HTML sure is better for >> screen readers etc.) >> >> I plan on writing a tutorial on how to build such an APP in a couple of >> hours, using qooxdoo and QxTransformer. >> >> Enjoy! >> >> Christian >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel