Changes between Version 4 and Version 5 of ANNOTATIONS_STICKIES_R1
- Timestamp:
- 06/18/09 17:27:31 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ANNOTATIONS_STICKIES_R1
v4 v5 9 9 10 10 == Task requirements == 11 * The text color of stickies should be black and non-transparent. 12 * The background color should be yellow, semitransparent (red=100%, green=100%, blue=20%, alpha=75%). 13 11 14 * Add Hot Text to stickies so they can be edited. 12 * Only basictext editing functionality is required.15 * Only plain text editing functionality is required. 13 16 * When removing a sticky, confirmation dialog should be displayed only for non-empty stickies. 14 17 … … 16 19 * Use the same button as the frame move button. 17 20 * Place the button to the left of the remove button. 21 * In later revisions a title bar like frame's future title bar will be needed. 18 22 19 * Reuse as much as possible of the same functionality for frames. 23 * (optional) Create a halo button for changing sticky's background color. The alpha value should not be changed (75%). 24 25 * Reuse as much as possible of the code for the same functionality for frames. 20 26 21 27 == Task result ==