Page 1 of 1

RTF List Fields Displaying Wingding Clock as Bullet

Posted: Tue Jun 18, 2013 4:39 pm
by penny
Hello,
I am using the RTF Control in Silverlight to render RTF. The Raw RTF is uploaded as attachment bullet_issue.rtf and the rendering is uploaded as attachment bullet_issue.png. Any help is appreciated on this issue.

- Philip

Re: RTF List Fields Displaying Wingding Clock as Bullet

Posted: Wed Jun 19, 2013 12:12 pm
by HighAley
Hello.

How did you create this file?
Please, try to create it with WordPad, because Word make it too large and writes in the rtf-file much unnecessary information.

Thank you.

Re: RTF List Fields Displaying Wingding Clock as Bullet

Posted: Wed Jun 19, 2013 1:51 pm
by penny
Hi,
I created this file using Rad RichTextBox control. I have just gone and viewed this file in WordPad and the same issue appears in WordPad also.

Re: RTF List Fields Displaying Wingding Clock as Bullet

Posted: Thu Jun 20, 2013 2:23 pm
by HighAley
Hello.
penny wrote:I created this file using Rad RichTextBox control. I have just gone and viewed this file in WordPad and the same issue appears in WordPad also.
It seems that the Rad RichTextBox control creates wrong rtf file if you have the same issue in WordPad.
We use standard .Net Framework method for working with Rich Text.

Thank you.

Re: RTF List Fields Displaying Wingding Clock as Bullet

Posted: Fri Jul 19, 2013 9:03 am
by mriggall
Hi, I'm curious, I thought that the Silverlight version of stimulsoft couldn't display rich text format and you have to use HTML tags instead?

Has there been some change to support RTF in the silverlight version of the report control?

Thanks

Matt

Re: RTF List Fields Displaying Wingding Clock as Bullet

Posted: Mon Jul 22, 2013 5:51 am
by Alex K.
Hello,

Unfortunately, due to limitations of silverlight the rich text component is not supporting in SL version.

Thank you.

Re: RTF List Fields Displaying Wingding Clock as Bullet

Posted: Mon Jul 22, 2013 2:02 pm
by mriggall
Thanks Aleksey

But the original poster said they used the RTF control in Silverlight to render RTF? How could they do this if you say the rich text component is not supported in SL?
penny wrote:Hello,
I am using the RTF Control in Silverlight to render RTF. The Raw RTF is uploaded as attachment bullet_issue.rtf and the rendering is uploaded as attachment bullet_issue.png. Any help is appreciated on this issue.

- Philip
Thanks

Matt

Re: RTF List Fields Displaying Wingding Clock as Bullet

Posted: Tue Jul 23, 2013 9:01 am
by Alex K.
Hello,

The standard RichTextBox component is Silverlight works in a completely different format, it stores all text in the xaml format and this text can not be used in any other products, because it is not rtf text.

Thank you.