Hi,
we can change the bordercolor and backcolor of an appointment in UltraDayView control but when we try it in a TimeLineView control it doesn't do anything. Any ideas?
Thanks,
Yeas, that's sorted it. Thanks Danko.
Hello Jim,
The behavior that you are seeing is expected.
In your case you are overriding the BackColor on the highest level possible - "Base". If you open your .isl file and take a look at "Base" you will notice that the back color is set to be "White", and that's why you are not seeing the actual colors of your appointments. If you set to be "Default" you will get the desired behavior.
Please let me know if you need any other assistance.
Danko Valkov"] In the section below set the first setting to "Solid", set to default next 3 properties, as well as the "Border" one, save your changes and run your application.
In the section below set the first setting to "Solid", set to default next 3 properties, as well as the "Border" one, save your changes and run your application.
Hi Danko,
Looks like I'm having the same problem as althaia. I've tried setting the appearance in the .isl file as you suggested and either I'm not understanding you correctly or I'm just plain getting it wrong! The appointments only appear with a white background until I click twice on them and put them into edit mode at which point the defined colour becomes apparent.
Could I please trouble you to take a look at the sample I have attached with my .isl file and advise me where I'm going wrong?
Regards, Jim.
Hello Danko,
Ok, we implement your changes on the isl file and now we can change the backcolor and the bordercolor of the TimelineView appointments.
Thank you very much,
Hello,
Thank you for the sample.
I have looked through your .isl file and find out why you are not able to set the desired properties of the appointments. Since the appearance is already set in the .isl file you are not able to override it through code. If you would like to set each appointment with different appearance you would have to open your .isl, go to schedule, choose TimeLine, scroll a little in order to find the next available appointment, and press 1,
You would be able to get the desired results now.
Let me know if you need any other assistance.