I found a crash bug in the new info_area code. If the text in a box is too large, osd.drawstringframed() doesn't return enough elements in 'size' and it crashes when trying to do this:
m_width = size[ 2 ] - size[ 0 ] I fixed it somewhat by changing the font sizes so it would accomodate my horizontally narrow 'info' area in the TV guide, but it should probably do something friendlier than crashing. Aubin ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
