Dabo 1.0:
- Support for all dbapi-compliant databases:
- Dabo Visual Designer
- Create forms for use in Dabo apps that can be edited visually or in a text editor. DONE
- Save Data Environment information in order to visually create data-bound controls. DONE
- Incorporate a method for creating and managing sizers on the form that makes sense. 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 in progress
- Menu Designer in progress
- UI Controls for all datatypes:
- Int - (dSpinner, dSlider) DONE
- Text - (dTextBox) DONE
- LongText - (dEditBox) DONE
- Boolean - (dCheckBox) DONE
- Decimal - (float textbox) DONE
- Date - (dDateTextBox) 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. - 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