This is a migrated thread and some comments may be shown as answers.

ResourceMappingInfo Color field

1 Answer 66 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
RachelThornton
Top achievements
Rank 1
RachelThornton asked on 17 Jun 2011, 12:44 PM
I'm binding to business objects for Appointments & Resources using EventMappingInfo and ResourceMappingInfo which is working ok, however I cannot see a way to add a Color property ResourceMappingInfo. I am grouping by resource in Timeline view. When the UI is displayed the resources all show up as a dark gray colour which is very hard to read. How can I set the colors of the resources?

1 Answer, 1 is accepted

Sort by
0
Accepted
RachelThornton
Top achievements
Rank 1
answered on 20 Jun 2011, 03:50 AM
I've figured out how to do this, you have to add it manually to the Mappings set as a SchedulerMapping object

        
resourceMappingInfo.Mappings.Add(new SchedulerMapping("Color", "Color"));
Tags
Scheduler and Reminder
Asked by
RachelThornton
Top achievements
Rank 1
Answers by
RachelThornton
Top achievements
Rank 1
Share this question
or