Changes between Version 11 and Version 12 of HALOS_REDESIGN_R0


Ignore:
Timestamp:
07/28/09 15:43:27 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HALOS_REDESIGN_R0

    v11 v12  
    6161 
    6262 * '''The halo menu can have not more than one active hud:''' 
    63   * Create a property {{{RwProp<HudDialog> activeHudDialog}}} that represents currently open hud dialog. 
     63  * Create a property {{{RwProp<HudDialog> activeHud}}} that represents currently open hud dialog. 
    6464   * Its value is null, when no hud is open. 
    6565  * Refactor the {{{HudDialog.shown}}} property: 
    6666   * Make it an auto property. 
    6767   * It should return true if (and only if) the hud dialog is set as current. 
     68   * Instead of using {{{shown().set(true)}}}, set the desired hud as active. 
     69   * Instead of using {{{shown().set(false)}}}, set the {{{activeHud}}} to be null. 
    6870 
    6971 * '''Change the hud halo button icon depending on hud visibility:'''