Latest News

  • Super Tower Defense 2 Game
    Sep 03, 2010

    New to the games section is Super Tower Defense 2. Featuring more maps, new units and bigger explosions.

  • Super Cards Online Multiplayer Game
    Aug 13, 2010

    Released today in the games section is the new Super Cards multiplayer card game. The aim of the game is to get rid of all your playing cards before your opposition.

  • Silverlight Online Chat
    Jul 24, 2010

    Today we launch the new Silverlight Live Chat application demonstrating the Liquid RichTextBox and Emoticon replacements.

  • New Super Shoot Em Up 2 Game
    Jun 29, 2010

    Added to the Games section is the new Super Shoot 'Em Up 2 game. Take control of your tank with the aim to defeat the computer controlled opponents. Features all new weapons, levels and Battle Mode!

  • Silverlight 4 Controls V5.3.2 Released
    Jun 28, 2010

    This release contains several fixes raised in the forums.

estern
estern
occasionally seeing line feeds being ignored Posted: Jun 19, 2010
 

I have a richtextbox wrapped in a user control and in a tab control on a page (user control)


Text from the control (.richtext method) is saved to a database table using a wcf service

Text is set into the control using .richTextBox.RichText = info from database 


I use the new clear function before I set in text from a new database row


Occasionaly line feeds are ignored and the text all appears, overlapping, on the first line.  


This happens every second time if I

clear

set text

show another page altogether

return to the same page (cached in memory as I can't find a way to remove it from memory)

clear

set the same text from the same row (ie identical text - this time it now appears one one line)


If I add the one line below it only happens once in awhile

clear

set text

>>> clear richtextbox before showing next page

show another page altogether

return to the same page (cached in memory as I can't find a way to remove it from memory)

clear

set the same text from the same row (ie identical text - once in a while text shows up on first line)


Any suggestions will be appreciated.