Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
850
Programmatically updating the UltraFormattedTextEditor
posted

Hello,

 I have a large application which needs to update a UltraFormattedTextEditor programmatically. I have a small test application which works correctly but when I try the same thing in the large app. it does not update the editor (I am coloring the text). Is their anything which can interfere with the updating of the editor?

Some more info I can change block elements and the selected text is surrounded by an empty span tag but when ApplyStyle is called the span tag does not get updated. 

Thanks,

Blair

Parents
No Data
Reply
  • 37774
    posted

    Blair,

    I can't think of anything offhand which would prevent the updates from being applied unless somewhere you've suspended painting/layout logic, especially if the exact same logic works in a smaller application but doesn't work in a larger one.  Could you provide more information as to what you're doing?

    -Matt

Children