My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
TODO  
Updated Feb 4, 2010 by fr.dan...@gmail.com

VERSION 1.0

HDateEditor

  1. write a page on the wiki with examples/screenshots for each feature

HFontPicker

  1. write a page on the wiki with examples/screenshots for each feature

HSimpleList

  1. add the Items property ( wich is an ObjectCollection, like in the winforms version )
  2. have the SelectedIndex property ( get/set ), SelectedObject
  3. add the OwnerDrawn property with the MeasureItem and DrawItem events
  4. add the SelectedIndexChanged event
  5. AddRange function at ObjectCollection and implement System.Collection.CollectionBase
  6. Sort function to HSimpleList
  7. Implement SelectionType ( One, Multi, None ), add a method like object getSelectedItems() and int getSelectedIndexes()
  8. fix Items.RemoveAt(index) bug!
  9. write a page on the wiki with examples/screenshots for each feature

HSimpleComboBox

  1. as much as similar to the winforms combobox
  2. IsEditable property
  3. DropDownHeight property
  4. Text, SelectedItem, SelectedIndex properties
  5. Events: list MeasureItem and DrawItem
  6. Events: DropDownOpened, DropDownClosed, List.SelectedIndexChanged, TextChanged
  7. write a page on the wiki with examples/screenshots for each feature

HRegExEntry

  1. an Entry that supports regular expression validation, with a small error/ok icon near with a tooltip
  2. customizable tooltip text error, regular expression pattern
  3. write a page on the wiki with examples/screenshots for each feature
  4. use the HToolTip for tooltip message errors

HColorPicker

  1. A color picker drop-down

HToolTip

  1. It would be nice to have a balloon tooltip in gtk#
  2. implement a small amount of time to wait until the tooltip appears
  3. make the background gradient colors customizable
  4. make the icon customizable
  5. write wiki page

HIpEntry

  1. an Entry customized for ip addresses
  2. add nice error message with baloon tooltip
  3. write wiki page

HTreeView

  1. simpler to use like the winforms treeview
  2. implement the SelectedNodes && SelectedNode property
  3. implement the ParentNode property to HTreeNode
  4. implement the IsExpanded property to HTreeNode
  5. editable property bug at HTreeView
  6. when i press the right key button on a HTreeNode that has childs, expand it
  7. when i press the left key button on a HTreeNode that has childs , collapse it
  8. write wiki page

HComboTree

  1. a combobox that shows a HSimpleTree at popup
  2. write a wiki page

HComboFolder

  1. a combobox folder chooser widget
  2. 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

Powered by Google Project Hosting