Sebastian! Can you remove the files:
QxUtil.js QxFrame.js QxWindow.js Frame_1.html from the dialog_olsson directory. They are not needed. The directory should only contain the following files: Definitions.js Dialog_1.html QxDialog.js README.txt Kent On Fri, 2006-03-03 at 08:34 +0100, Sebastian Werner wrote: > Hej Kent, > > I've updated/added the files to CVS. > > Sebastian > > > Kent Olsson schrieb: > > Hej Sebastian! > > > >> I've added your dialog stuff to CVS. Could you please send all your html > >> files a they are stored on your system and not the ones which you save > >> using save "Save Page as" mechanism in Firefox or IE. Your html files > >> seems to always contains the generated source, too. > > > > Done here. > > > >> Also it would be nice if the examples would work directly from this > >> folder. This means that your classes will, temporary, have wrong path > >> informations to local images and your demo files should include the > >> scripts from the source directory for example. Also a README for each > >> contribution would be a nice addition. > > > > It works directly from the folder now. It is all local now. The > > Definitions.js file contains all the defintions and must be included. A > > README.txt file has been added. > > > >> Thanks for your ongoing support. > > > > Thanks for the help. > > > > Kent > > > >> Sebastian > >> > >> > >> Kent Olsson schrieb: > >>> Sebastian, please move all files to contributed (dialog_olsson), as I do > >>> not have any access. > >>> > >>> How is your discussion going with Andreas? Are you going to let other > >>> developers contribute actively or not? What is the problem? > >>> > >>> I have attached all three files. > >>> > >>> Kent > >>> > >>> > >>> ------------------------------------------------------------------------ > >>> > >>> qooxdoo: The new era of web interface development > >>> Selected: Test | [Go to: Showcase > >>> <http://www.perevotech.com/qooxdoo/source/contributed/showcase/index.html>] > >>> > >>> [Go to: Example > >>> <http://www.perevotech.com/qooxdoo/source/contributed/example/index.html>] > >>> > >>> - [Go to: Build > >>> <javascript:void(window.location.href=window.location.href.replace(/\/source\//, > >>> > >>> '\/build\/'))>] > >>> clearhideshowdispose > >>> QxApplication[HASHCODE:0] > >>> 020464: Initialization phase > >>> 020495: Version: 0.5.1 > >>> 020500: Number of classes: 157 > >>> 020505: Number of properties: 346 > >>> 020510: Client: gecko 1.7 > >>> 020514: Executing application pre > >>> 020690: Number of instances: 60 > >>> 020694: Done in: 230ms > >>> 020699: Main phase > >>> 020703: Executing application main > >>> 020854: Number of instances: 115 > >>> 020859: Done in: 161ms > >>> 020863: Preload phase > >>> 020867: Preloading images... > >>> 020959: Done in: 96ms > >>> 020963: Widget phase > >>> 020967: Rendering widgets > >>> 021192: Done in: 229ms > >>> 021196: Post phase > >>> 021200: Number of instances: 131 > >>> 021205: Executing application post > >>> 021209: Done in: 12ms > >>> 025727: Postload phase > >>> 025731: Preloading images... > >>> 025913: Done in: 185ms > >>> > >>> > >>> Testing Dialog implementation. > >>> > >>> A QxDialog is a lighter popup than a QxWindow. Additionally, it can > >>> become modal. > >>> > >>> Test of dialog > >>> Test of dialog > >> > >> > >> ------------------------------------------------------- > >> This SF.Net email is sponsored by xPML, a groundbreaking scripting language > >> that extends applications into web and mobile media. Attend the live > >> webcast > >> and join the prime developer group breaking into this new coding territory! > >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > >> _______________________________________________ > >> Qooxdoo-devel mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > >> > >> ------------------------------------------------------------------------ > >> > >> Testing the Dialog implementation. > >> > >> A QxDialog is a class possible to use for creation of custom dialogs. > >> > >> > >> ------------------------------------------------------------------------ > >> > >> The QxDialog class is intended for use as a custom created dialog, which > >> can be in a modal state. In opposition to QxWindow, which is a decorated > >> window class, the class is intended for major user interaction by for > >> example answering on questions. > >> > >> Files > >> ===== > >> QxDialog.js The dialog class. > >> Definitions.js The class definitions not yet implemented in the > >> Qooxdoo framework. > >> Dialog_1.html The example class. > >> QxWindow.diff The changed QxWindow class where status bar and status > >> text functionality have been removed. > >> > >> Class Relationship > >> ================== > >> QxButtonPane is a class which is intended to be used as a standard row of > >> buttons, which is possible to define in many different ways. It is very > >> often used with the QxDialog class. > >> > >> QxOptionPane is a specialized user interaction class, which can be used > >> inside a QxDialog class, to create standard dialogs. > >> > >> Usage > >> ===== > >> The class can be used in any application by adding the following two lines > >> in your code. The Definitions.js file includes the setup of static as well > >> as dynamic variable data for the class to be created, which has not yet > >> been included in the Qooxdoo framework. > >> > >> <script type="text/javascript" > >> src="qooxdoo/source/contributed/dialog_olsson/Definitions.js"></script> > >> <script type="text/javascript" > >> src="qooxdoo/source/contributed/dialog_olsson/QxDialog.js"></script> > >> > >> You have to change the path in relation to your own code. > >> > >> The Demo Class > >> ============== > >> Shows creation of a simple nonmodal QxDialog class, with an QxButtonPane > >> included for user interaction. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
