View Single Post
  #2   Spotlight this post!  
Unread 15-01-2012, 02:45
JewishDan18's Avatar
JewishDan18 JewishDan18 is offline
Registered User
FRC #1700
Team Role: Engineer
 
Join Date: Feb 2009
Rookie Year: 2007
Location: Sunnyvale, CA
Posts: 185
JewishDan18 is a splendid one to beholdJewishDan18 is a splendid one to beholdJewishDan18 is a splendid one to beholdJewishDan18 is a splendid one to beholdJewishDan18 is a splendid one to beholdJewishDan18 is a splendid one to behold
Re: DriverStation User Message Problem

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();
Reply With Quote