VERSION 1.0HDateEditor - write a page on the wiki with examples/screenshots for each feature
HFontPicker - write a page on the wiki with examples/screenshots for each feature
HSimpleList - add the Items property ( wich is an ObjectCollection, like in the winforms version )
- have the SelectedIndex property ( get/set ), SelectedObject
- add the OwnerDrawn property with the MeasureItem and DrawItem events
- add the SelectedIndexChanged event
- AddRange function at ObjectCollection and implement System.Collection.CollectionBase
- Sort function to HSimpleList
- Implement SelectionType ( One, Multi, None ), add a method like object getSelectedItems() and int getSelectedIndexes()
- fix Items.RemoveAt(index) bug!
- write a page on the wiki with examples/screenshots for each feature
HSimpleComboBox - as much as similar to the winforms combobox
- IsEditable property
- DropDownHeight property
- Text, SelectedItem, SelectedIndex properties
- Events: list MeasureItem and DrawItem
- Events: DropDownOpened, DropDownClosed, List.SelectedIndexChanged, TextChanged
- write a page on the wiki with examples/screenshots for each feature
HRegExEntry - an Entry that supports regular expression validation, with a small error/ok icon near with a tooltip
- customizable tooltip text error, regular expression pattern
- write a page on the wiki with examples/screenshots for each feature
- use the HToolTip for tooltip message errors
HColorPicker - A color picker drop-down
HToolTip - It would be nice to have a balloon tooltip in gtk#
- implement a small amount of time to wait until the tooltip appears
- make the background gradient colors customizable
- make the icon customizable
- write wiki page
HIpEntry - an Entry customized for ip addresses
- add nice error message with baloon tooltip
- write wiki page
HTreeView - simpler to use like the winforms treeview
- implement the SelectedNodes && SelectedNode property
- implement the ParentNode property to HTreeNode
- implement the IsExpanded property to HTreeNode
- editable property bug at HTreeView
- when i press the right key button on a HTreeNode that has childs, expand it
- when i press the left key button on a HTreeNode that has childs , collapse it
- write wiki page
HComboTree - a combobox that shows a HSimpleTree at popup
- write a wiki page
HComboFolder - a combobox folder chooser widget
- wiki page
- write wiki page for utilities classes
- add all kind of events to all widgets ( look at their winforms equivalent )
- some refactoring in the widgets events name
- build docs on every wiki page with the widget api's
- remove all unnecessary references
- write on home page that you need System.Drawing and other requierments
- make a big test application with every widget on it
- fix ALT+TAB key press on HBaseComboBox
- testing testing testing
|