Hi all,
I found a problem using a document that you can download from here:
http://download2.anastasis.it/software/fabrizio/crash.docx
In few words, opening that document results in a catastrophic crash with program shutdown. This happen either in our application and in your WPF demos.
The document has been generated in Google Drive then converted in docx by Google Drive itself during the download operation.
Deep-tracking the bug, I saw that the problem is probably connected with a CommentRangeStart that hasn't a proper closing CommentRangeEnd marker.
Since I couldn't find the exact point where exception is thrown, please take this indication with a grain of salt.
Even if I know that the problem is generated by a third-party malfunction, it could be a good idea to make your document reader a little more safe.
Thanks for your assistance, bye! :)
Fabrizio
I'm using NoXaml libraries with the VisualStudio2013 theme. I'm able to set the values of the colours in VisualStudio2013Palette.Palette and this mostly seems to correctly update everything at runtime...
Except that I'm using RadDocking, and each pane has a header. The background is AlternativeColor, and then when you click a header it switches to HeaderColor. If I change AlternativeColor at runtime, the unselected pane headers all update as expected. However the selected pane header is painting in the original colour of HeaderColor, and doesn't change. The only way to change that seems to be to set it during startup (e.g. in my MainWindow constructor).
I looked at the theme implementations. In PaneHeaderControlTemplate there's:
<p><ObjectAnimationUsingKeyFrames Storyboard.TargetName="Content" Storyboard.TargetProperty="Background"></p><p> <DiscreteObjectKeyFrame KeyTime="0:0:0" Value="{telerik:VisualStudio2013Resource ResourceKey=HeaderBrush}"/><br></ObjectAnimationUsingKeyFrames></p>
If I change HeaderBrush to AccentMainBrush and change that at runtime, behaviour is the same. So it must be something about referring to that brush from the animation storyboard that copies the original brush?
Is there a way around this? It would be cool to have the theme consistently change its colours without needing a restart.
Hello all,
What would be my best option to create a chart like the one in the attached image?
Thanks,
Luis Barreira

We are about to use the Ribbon menu from the Telerik WPF toolkit along with the RadDiagram control.
Our application will be designed similar to the "FirstLook"-demo application in the Diagrams section in the Demos app, where the user should be able to add objects, text and lines and arrange them (send to back, bring to front, align etc).
The functionality is basically in place but our question is if the icons in the demo application is avalable anywhere if you have the Telerik for WPF licences? Are you free to use them and where are they located? If not, do Telerik for WPF have a icon library that could be used in the Ribbon menu?

I can select properly the text in my PdfViewer when i don't scroll down the document.
But when i'm scrolling down, the cursor seems to select the text which was at the opening of the pdfViewer. I can't select more than the top of the document that appear at the opening of the PdfViewer.
And When i scroll down, it keeps select me the top of the document.

hi when I'm wanna to add data to empty database with raddataform add new button
I take this error when I press on add raddataform button
An unhandled exception of type 'System.ArgumentNullException' occurred in System.Core.dll
Additional information: Value cannot be null.
Hi,
i would like to localize the RadDataPager.
I have use your Example: "Localization using ResourceManager"
This works only with the ResourceKey: RadDataPagerEllipsisString. The other two Keys RadDataPagerOf and RadDataPagerPage dont work.
Do you have a Solution for this Problem.
I also have tested it with a CustomResourceManager. The Problem is the same.
thanks Markus
While entering "I've" into RadRichTextBox, only "ve" is checked.
Is it possible to check the word which contains as apostrophe?
Thanks.
Beata