This is a migrated thread and some comments may be shown as answers.

Any way to make text in RichTextBox blink?

1 Answer 340 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Michael Evans
Top achievements
Rank 1
Michael Evans asked on 27 Aug 2010, 03:06 PM
I'm trying to find a way to make a span of text in the RadRichTextBox blink.  There's no easy way to toggle this like with Bold, Italics, etc.  I don't even know if it's possible to set a Span as the target of a Storyboard and use a DoubleAnimation on the Opacity property like I could do with a TextBlock.  Even if that is possible, how can I determine which Spans are in the current selection, and if I need to create new Spans (like the ToggleBold function does when the bold starts/ends in the middle of an existing span).  Any suggestions?

1 Answer, 1 is accepted

Sort by
0
Mike
Telerik team
answered on 31 Aug 2010, 10:12 AM
Hello Michael Evans,

Currently this is only possible using InlineUIContainer which should contain the blinking block of text. Please find attached a sample that I prepared for which demonstrates the approach. Let me know if this helps.

Regards,
Mike
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
RichTextBox
Asked by
Michael Evans
Top achievements
Rank 1
Answers by
Mike
Telerik team
Share this question
or