just compiled and loaded the newest cvs build from sourceforge and there's a slight problem with my lcd display. previously, when playing a movie, the top line shows a "play" icon, the elapsed time, and the total time. now the top line only shows the icon and the total time. there is a "/" in front of the total time like there was previously, but the elapsed time is mysteriously absent. Neat Displays:: Problem #1: What does this setup look like if each campsite is not connected to The system supports a variety of output media including monitors, LCD, http://answers.google.com/answers/threadview/id/58288.htmlHOME |
wondering if this is simply a glitch in the latest cvs or if there's a setting somewhere that somehow got bumped. the starting location isn't off because the absolute left of the display (the play icon) is there.
thoughts?
after looking through the application.cpp and guiinfomanager.cpp files it looks like a logic error... somehow getmusicinfo("title") is passing the first logic test (if (!tag.loaded()) return "";) so it's returning a blank value. not sure what the best way to debug it is, commenting the line out does in fact produce the time on the lcd at 0:00, but it doesn't count correctly (or at all really). i don't have the old guiinfomanager.cpp files so i can't compare this to that... Front load stacking laundry washer/dryer:: It does seem there may have been a problem with control circuit boards. The Bosch WFR2460UC features an electronic LCD display that shows you, http://answers.google.com/answers/threadview?id=394022HOME | Surround sound "combiner" required:: -i wanted to share the speakers for audio/video Not a problem. . is a powerful new preprogrammed and learning LCD-based design (click HERE to see it). http://answers.google.com/answers/threadview/id/266858.htmlHOME |
if someone who knows more than i can help me out with this, i'd really appreciate it (and feel free to tell me i'm completely off base with this assessment).
note: the display works correctly in the 2005-02-01 build (tested using latest cvs to load imdb tags, then reverting to 02-01 build to restore lcd elapsed time) Data Projector with integrated "thin client" and :: I'm just playing through scenarios in my head of the problems that might occur It seems you can get thinclients integrated into monitors and LCD http://answers.google.com/answers/threadview/id/39628.htmlHOME |
thanks
it's a known issue - it's a work in progress. should be fixed tonight (using similar code, but in the infomanager class)
cheers,
jonathan
fixed: code error in application.cpp line 1756
should look like the following:
__int64 lpts=10*g_application.m_pplayer->gettime();
int hh = (int)(lpts / 36000) % 100;
int mm = (int)((lpts / 600) % 60);
int ss = (int)((lpts / 10) % 60);
if (hh >=1)
{
strtime.format("%02.2i:%02.2i:%02.2i",hh,mm,ss);
}
else
{
strtime.format("%02.2i:%02.2i",mm,ss);
}
Nobody understands...any help please?
50 points for someone willing to do this!!!!!!!!!!?
|