I'm playing with the AdvancedForm template sample code and am delighted with the improvements to the skin that allow manually changed background colours to show through the appointment image to allow them the have that 3D looking effect.
Playing with code, however, I note that if I set the ForeColor property of e.Appointment there is no change to the visual appearance of the appointment. A little poking around suggests that this colour is being set by the rsAptSubject CSS class and this has a higher precedence than the value assigned to the ForeColor property. I know that the ForeColor is being applied but overridden 'cos if I use client-side tools to 'switch off' the colour setting of this particular class the visual appearance of the appointment changes to use the set ForeColor value.
Maybe I've misunderstood, but I'd've thought that the ForeColor property's value would have overridden the CSS style in this instance.
--
Stuart
Playing with code, however, I note that if I set the ForeColor property of e.Appointment there is no change to the visual appearance of the appointment. A little poking around suggests that this colour is being set by the rsAptSubject CSS class and this has a higher precedence than the value assigned to the ForeColor property. I know that the ForeColor is being applied but overridden 'cos if I use client-side tools to 'switch off' the colour setting of this particular class the visual appearance of the appointment changes to use the set ForeColor value.
Maybe I've misunderstood, but I'd've thought that the ForeColor property's value would have overridden the CSS style in this instance.
--
Stuart