XN--KCR71UQTW.COM
welcome to my space
X
Search:  
 HOME   Lcd problem
Lcd problem
Published by: jane 2009-01-08

  • 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.html
    HOME

    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=394022
    HOME
    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.html
    HOME

    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.html
    HOME

    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!!!!!!!!!!?

    Recent articles

  • how would u give a parakeet a bath how would u clip the birds nails what kind of toys do they like best
  • did people just give up
  • if a guy cries in front of you cause he cant see u anymore does that mean love
  • moon sign aquarius why is aquarius so 039 detached 039
  • how can i poltely uninvite a friend to my wedding
  • what classic halloween costume should you wear your sign
  • is it ok for someone to bother me on a public transit
  • whatis your favorite fruit and why
  • survey what 039 s your favorite fruit and vegetable to eat
  • any recipe ideas for christmas and thanksgiving
  • a twist on the typical alphabet party
  • if im a vegetarian can i eat chicken broth because its a by product
  • take back alcohol after party is over
  • traditionally what color does the grandchildren wear at the grandparent 039 s funeral
  • happy birthday to our favorite libra


  • About us -Site map -Advertisement -Jion us -Contact usExchange linksSponsor us
    Copyright© 2008 xn--kcr71uqtw.com All Rights Reserved
    Site made&Support support@xn--kcr71uqtw.com    E-mail: web@xn--kcr71uqtw.com