This is an archived, read-only instance of the CortUI Trac. This site is no longer actively maintained. Registration and login have been disabled. Content is preserved for reference only.

Changes between Initial Version and Version 1 of Ticket #61


Ignore:
Timestamp:
03/06/11 18:11:16 (15 years ago)
Author:
Henrik Heimbuerger
Comment:

Escaped non-WikiLinks.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61 – Description

    initial v1  
    11People might want to retain the classic HUD and use a transparent menu style like greytones.
    22
    3 facilitating this is relatively painless.
     3Facilitating this is relatively painless.
    44
    5 In CortUI settings make a variable called MenuStyle
     5In CortUI settings make a variable called !MenuStyle
    66values:
    77NormalHUDMode | 0 | 1 | 2 | 3 | n
    88where n is the number of possible future HUD mods.
    99
    10 in the install form use a drop down box with the values:
    11 use recommended | classic | GreyTones | GreyTones | GlassHUD
     10In the install form use a drop down box with the values:
     11use recommended | classic | !GreyTones | !GreyTones | GlassHUD
    1212
    13 in the MDLs I would use MenuStyle as the Switch variable. With default settings, MenuStyle = NormalHUDMode. Otherwise, user supplies the style number of his choice, which correspond with Hud numbers.
     13In the MDLs I would use !MenuStyle as the Switch variable. With default settings, !MenuStyle = NormalHUDMode. Otherwise, user supplies the style number of his choice, which correspond with HUD numbers.
    1414