Ticket #101 (new enhancement)
TColorPicker feature update
| Reported by: | xue | Owned by: | wei |
|---|---|---|---|
| Priority: | urgent | Milestone: | 3.2 |
| Component: | Prado Framework v3 | Version: | 3.2 |
| Severity: | major | Keywords: | |
| Cc: |
Description (last modified by xue) (diff)
TColorPicker works great so far. I have a few suggestions for its improvement:
1). Change the background color of the textbox to the selected color, instead of displaying the color in another button. When focus is in the textbox, display white background with color code as the text.
2). Allow three modes of triggering color input: a). pop up color dialog when the textbox is in focus; b). pop up color dialog when a button besides the textbox is clicked; c). manually input color code without color dialog (when out of focus, the background of the textbox is changed to the color represented by the color code.)
3). Allow developers to customize the background image (a property probably named as PickerButtonImage?) of the button for triggering color dialog. The button may be set hidden by a property such as DisplayPickerButton?.
