85 | | * '''Background thread'''. |
| 85 | * '''Background thread'''. This should be a daemon thread, which runs with lowest priority and the only thing it does is |
| 86 | * If the current layout is PARTIALLY_VALID, calls its ''validateNextArea()'' method with the current text and areas. The result is saved to a RwProp ''backgroundLayout()'' in the text flow. |
| 87 | This result should somehow be used, so we add a new rule: |
| 88 | * The text flow tracks the background layout and if it is not INVALID with the current text and areas, uses it instead of the last computed layout. |
| 89 | |
| 90 | After a number of iterations, the background thread will completely validate the layout, which means that the auto-chaining will still work, it will just be delayed in time. |