Changes between Version 2 and Version 3 of NFR_GENERAL_PERFORMANCE_R0


Ignore:
Timestamp:
11/16/09 10:21:39 (15 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NFR_GENERAL_PERFORMANCE_R0

    v2 v3  
    4242 * In BoundControl, add '''protected abstract M getDefaultValue()'''. This will be implemented in subclasses, according to their type. It will return the value which will be used when nothing in computed. 
    4343 * Again in BoundControl, in computeModelData(), if the control is not visible, return the default value.  
    44  * This way, a bound control will not recompute when not shown. 
     44 * Result: a bound control will not recompute if not shown. For example, writing text in head text frame is smoother. 
    4545 
    4646=== Halo menus ===