Edit history

Edit: -1 of 1
Time: 2007-01-20 21:32:20
Note: /dabosite/wiki/DeveloperToDo/reparent

changed:
-
<div align="right" style="size:80%">[DeveloperToDo-Italiano]</div>

Dabo 1.0:

 * Support for all dbapi-compliant databases: 

  * MySQL #red#DONE##

  * PostgreSQL #red#DONE##

  * MS-SQL and MSDE

  * Oracle

  * SQLite #red#DONE##
  
  * [Visual FoxPro]

  * Gadfly



* Dabo Visual Designer

  * Create forms for use in Dabo apps that can be edited visually or in a text editor. #red#DONE##

  * Save Data Environment information in order to visually create data-bound controls. #red#DONE##

  * Incorporate a method for creating and managing sizers on the form that makes sense.  #red#DONE##

  * Create style classes, so that UI objects can simply specify a style class, and their appearance will be automatically set. Changes to the style class will result in all object that use that class having their appearance updated.

  * Report Designer   #green#in progress##

  * Menu Designer  #green#in progress##


* UI Controls for all datatypes:  

  * Int - (dSpinner, dSlider) #red#DONE##

  * Text - (dTextBox) #red#DONE##

  * !LongText - (dEditBox) #red#DONE##

  * Boolean -  (dCheckBox) #red#DONE##

  * Decimal - (float textbox) #red#DONE##

  * Date - (dDateTextBox) #red#DONE##

  * !DateTime - not done



* Dabo-global exception handling :                                                                                                                                                                                    

  * Need an interface for various logging options, so that developers can create their own logging device and just "plug it in".



* Documentation : 

  * Interface Required for DB backends so that enterprising developers could provide wrappers.  #red# - DONE ##
  
  * How to create a basic non-trivial application
  
  * What UI controls are available in Dabo, and what are the main properties needed to use them effectively