I had a similar problem (not with old code though). Are you using this method of sending messages?
Code:
DriverStationLCD.getInstance().println(DriverStationLCD.Line.kUser2, 1,"your message");
Do you have this bit of code after you've sent all your messages?
Code:
DriverStationLCD.getInstance().updateLCD();