Kodi Community Forum
Question about code that displays "Buffering ..." on screen - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Question about code that displays "Buffering ..." on screen (/showthread.php?tid=81657)



Question about code that displays "Buffering ..." on screen - Harry Muscle - 2010-09-22

The code that's responsible for displaying the "Buffering ..." message on the screen (when things are buffering Smile ), is that part of the skin or part of the C++ code in XBMC?

Or in other words, if I wanted to display something else on the screen (like info about what's going on with the EDL), what functions/code should I be looking at?

Any help anyone can offer is much appreciated, even a class name to look at or a source file that might help me out would help if you aren't sure of the exact functions at play.

Thanks,
Harry


- spiff - 2010-09-22

well, it's a combination. see GUIWindowFullScreen.cpp l477 and the methods it calls in the info manager there.