Hi,
I'm using ultratimeline with Office2007 theme, the design is OK but I need to display square corner for appointments.
I try CreateFilter adapt from this : http://ko.infragistics.com/community/forums/t/17867.aspx
But appointments lost left and right borders, it also seems creationfilter doesn't work on form resize (many appointments display over and over)
Is there any way to display squared corners instead of rounded ?
Regards
Hi Yannik,
Thank you for posting in our forums.
I have modified the code provided in the thread you referenced to work for the TimeLineView instead of the DayView and in my tests it seems to work quite well. The borders are displayed and I can’t notice any issues when resizing the form.
Please provide me with a sample that demonstrates your issue and I will try to implement the squared border appointments in it. I have attached my test sample, so you can use it as a starting point.
Let me know if you have any additional questions.
Thank you very much, it works great !!!
Another problem I had, I customise owner in in timeline owner headers, adding image (class extended ImageUIElement for adding tooltip) but I can't manage image background color as transparence. png transparent background color appears grey like in IE6... too bad.
Any idea ?
regards
Here's the zip, for transparency
I add another question (the last one for you) :
I also try to increase the owner column size to see all my icons (I've calculated the max X, but I can't fixe this value)
I try to increase the Owner TextUIElement but no change.
Truncate icons
Hi Yannick,
Thank you for the provided sample.
It seems that the background color is caused by the BackColor property of the icons. If you set the BackColor to Color.Transparent for each of the UltraPictureBox items in the creation filter the images should have transparent background for all images.
I have attached your sample with this modification.
Let me know if this is what you are looking for.
Ok for the background it works for me. So, what's the difference between Element.BackColor and element.Appearences.BackColor ? Am I supposed to use based elements prooperties instead of Appearences properties ?
And for the owner's column width, is there any way to do it ?
Thanks a lot for your help
Hello Yannick,
I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.
Thank you for using Infragistics Components.