Hi,
I want to have rotator with sliding images (including animated GIFs) (like ticker - left to right rotation). Here is my scenario.
(1) Receive continuous data from socket (no need to implement in sample code) in a thread. This thread in turn will add predefined images in the rotator based on data received. This means that this thread will keep on adding images to rotator 24X7 while rotator is rotating.
(2) Will any overflow occur in rotator as end number of images will be added during day? If there is limit, code should remove items from rotator if limit breach.
(3) I also want some label on top of each image where I can set some text.
Can we add any control dynamically in rotator, and it rotate like ticker? If yes I need some sample code on that too please.
Best Regards
Chandrak

Hello!
I'm currently working on a project which uses the Telerik libraries for winforms, and richtexteditor in particular
I've noticed a few things after dealing with a problem I had with the format providers:
1.There are 3 types of FormatProviders libraries:
Telerik.Winforms.Documnets.Formatproviders
Telerik.WinControls.RichTextBox.FormatProviders
Telerik.Windows.Documents.Flow.FormatProviders
I work with richtexteditor so the second one won't apply. But, when I tried to use the 3rd one it gave me an error when trying to export/import:
The best overload method match for 'Telerik.Windows.Documents.Common.FormatProviders.FormatProviderBase<Telerik.Windows.Documents.Flow.Model.RadFlowDocument>.Export(Telerik.Windows.Documents.Flow.Model.RadFlowDocument, System.IO.Stream) has some invalid arguments'
I decided to work with the first library for Format Provider. However, when trying to export .docx documents with pictures or hyperlinkes in them, it throws this exception:
'System.Collections.Generic.KeyNotFoundException' occured in mscorlib.dll'
Additional information: The given key was not present in the dictionary
Any solution?
Thank you,
Nisim


RadListView1.SelectedItem.SubItems(3).Text = "Test"
Hello Everyone,
I would like create Line and Pie chart and to update real time data as well as historical data, let say every 10 second, every month likewise. I want to create a small application.I would like to build a chart to let use scroll back to see last hour data but on current screen i would like to show real time as well as historical data on the same chart. Please help me.
Please do needful.
Regards
Rushali Watane


Hello everybody,
I'm using a radradialgauge. My pattern is a half circle. Under this half circle, i've got a blank useless space.
I try to use the CenterOffset and the scale transform to get it at the right dimension, but when the user change the size of the container, the rendering is ugly.
Is there a way to trim the clank space all around my gauge to dock it in a parent container ?
I hope my explication is understandable.
Best regards,
Tony
