Version 1 (modified by deyan, 16 years ago) (diff) |
---|
Analysis
Overview
Frame property locking provides the ability a property to be protected from changing. Frame property locking should be presented to the user as a checkbox in the Frame hud. When the checkbox is checked for a property, it's value will not be changeable until it's checkbox is unchecked.
Task requirements
Provide a prototype of frame property locking. Locking should be available for frame:
- content
- insets
- bounds
- border style
- background style
- shadow style
Providing locking for these is enough for this revision. In later revisions, they may be split into sub-elements (border style - border thickness, border color, etc).
Task result
The result of this task must be code.
Implementation idea
(It is advisable to include some rough implementations ideas.)
Related
How to demo
(In this section you must add instructions for the demo of the task.)
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)