Changes between Version 27 and Version 28 of PAGE_ELEMENT_GROUPING_R0


Ignore:
Timestamp:
05/22/09 12:51:59 (16 years ago)
Author:
pap
Comment:

fixing some language mistakes

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_ELEMENT_GROUPING_R0

    v27 v28  
    99 
    1010Every book view has a work area related to it. It must contain the corresponding page, as well as the book extras, attached to it. Pages can contain frames or groups of frames. Extras probably will have similar abilities in the near future.  
    11  * The groups should be a method for organizing frames and other groups for easy manipulation - for example, we can group several frames to move/resize them together, change their background, etc. If we go further, groups should contain frames and/or other groups. (There is tree structure here) Also moving, rotating and resizing one group should effect the entire group. All of the child's of a group should remain their relative position, rotations and sizes. Visual result should be like they are stuck together.  
     11 * The groups should be a method for organizing frames and other groups for easy manipulation - for example, we can group several frames to move/resize them together, change their background, etc. If we go further, groups should contain frames and/or other groups. (There is tree structure here) Also moving, rotating and resizing one group should effect the entire group. All of the children of a group should preserve their relative position, rotations and sizes. Visual result should be like they are stuck together.  
    1212 * Grouping 2 elements (groups an/or frames) together means making a group, containing both of them. 
    1313 * Ungrouping of group is detaching its top-level elements from each other.