dabo Commit
Revision 4464
Date: 2008-08-27 10:37:11 -0700 (Wed, 27 Aug 2008)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/4464
Changed:
U trunk/dabo/__init__.py
Log:
Did some quick reviewing and editing of some of dabo's docstring.
Diff:
Modified: trunk/dabo/__init__.py
===================================================================
--- trunk/dabo/__init__.py 2008-08-27 17:34:27 UTC (rev 4463)
+++ trunk/dabo/__init__.py 2008-08-27 17:37:11 UTC (rev 4464)
@@ -69,10 +69,9 @@
installed, because all of the demo code has the best support
for MySQL).
-How you get started is pretty much up to you. Look at the code in the
-separate dabodemo project. Run the AppWizard in the separate daboide
-project. Hand-edit the data definition files and Python code that the
-AppWizard generates for you.
+How you get started is pretty much up to you. Run DaboDemo.py which
+is in demo/DaboDemo. Run AppWizard.py which is in ide/wizards.
+Run ClassDesigner.py or ReportDesigner.py in the ide directory.
For some quick eye-candy, once you've installed Dabo using the standard
'python setup.py install' method, do this from your Python interpreter:
@@ -82,7 +81,7 @@
press Ctrl+D and type the following into the command window that appears:
- tb = self.addObject(dabo.ui.dTextBox)
+ tb = dabo.ui.dTextBox(self)
Notice the textbox in the upper left hand corner?
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]