Inverted colors not saved #95


  • New
  • Defect
Closed
Assigned to _ForgeUser117147
  • Forge_User_04809027 created this issue Feb 9, 2010

    What steps will reproduce the problem?
    1. /grid2
    2. change the indicator "Health-color" by unchecking the tick box for "Invert Bar Color"
    3. Push okay and log out
    4. Log back in and it's still not inverted as it was before logging out.

    What is the expected output? What do you see instead?
    Inverted health-colors, instead the usual health colors are shown every time I log back in.

    What version of the product are you using?
    r351

    Do you have an error log of what happened?
    No

    Please provide any additional information below.
    Has been like this since report of ticket no 91.

  • Forge_User_04809027 added the tags New Defect Feb 9, 2010
  • _ForgeUser1272814 posted a comment Feb 9, 2010

    I'm experiencing the same issue.

  • _ForgeUser65911 posted a comment Feb 9, 2010

    Ok, consolidating the dbx for bar & bar-color. I think additionally this setting needs to swap the "level" of health & heals (1 & 2) ?

    Play around with GridDefaults.lua :

    SetupLayerObject(dblData, "indicators", layer, "health", {type = "bar", level = 2, etc
    ...
    DBL:SetupLayerObject(dblData, "indicators", layer, "heals", {type = "bar", level = 1, etc
    

    you will have to reload on making a change. If you get a working setup let me know and I will implement it.


    Edited Feb 9, 2010

To post a comment, please login or register a new account.