Changes between Version 5 and Version 6 of TEXT_CHAINING_BEHAVIOUR_R0


Ignore:
Timestamp:
05/27/09 10:27:35 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_CHAINING_BEHAVIOUR_R0

    v5 v6  
    88 * Text frames should allow chaining between them. That means that when text overflows from one text frame it goes to another if they are linked. Also there should be overflow indicator. 
    99 * There should be opportunity for the user to have multiple flows from different text frames. 
    10  * The user should be able to point witch text frame is linked with current flow and witch is not. 
     10 * The user should be able to point which text frame is linked with current flow and witch is not. 
    1111 * There should be automatic linking when flow text frame is used. See more at [wiki:TEXT_AUTO_CHAIN_BEHAVIOUR_R0] 
    1212 * If they are 3 linked flow text frames user should have the opportunity to easily reorder them. 
    1313 
    1414== Task requirements == 
    15  * Create a prototype of text chaining behavior. Allow two or more text frames to be linked. 
    16  * Provide easy way for development of related tasks. 
     15 * Implement chaining prototype 
     16  * Allow linking frames. One frame should allow connecting to it's beginning and end. This means that the beginning point can only be connected with other frame's end point. 
     17  * When the place in unsufficient for the text content, the rest of the content should be put in the next chained frame. This is related to text layout. 
     18  * If all of the chained frames cannot display the content, the content is cut and a notification is displayed somehow. 
     19 * Implement GUI for chained frames 
     20  * This requirement is optional due to time boxing 
     21  * In Sophie 1 halos for the start and end points are present. See Implementation idea 
     22  * Frame connections should be visible by clicking a menu item or a checkbox in the book bottom panel 
    1723 
    1824== Task result ==