Submitted by Armando on 2009/02/03 23:39
I'm using user code to automatically assign colors to my items (allows me to use conditions based on strings, etc.). e.g. :
 
  if (isnull(Urgency) and item = "Notes") or (Urgency < -10 and item = "Notes") then
    CalcColor="Pink"
  end if
 
etc.
 
"Pink" truly appears as the "itemColor" color, but, sometimes, unless I do a refresh, the color won't display in the grid.
 
Is that a bug? or am I omitting something ?
 
thanks
 
 

Comments

interestingly, this only happens when a sub-item doesn't have any siblings.
Does that make any sense to you ?