Kodi Community Forum
Ooba bug when viewing text - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: Ooba bug when viewing text (/showthread.php?tid=13313)



- shah - 2005-07-06

when i use ooba to visit the xbmc forum, select a discussion group, and then select a discussion topic, the application suddenly closes instead of displaying the text of the topic. it's happening with all topics. i am using the latest ooba release from a couple days ago.

shah


- mortael - 2005-07-07

use this quickfix to get the text working again, at least....it worked for me Smile

change line 251:
Quote: win.showtext(data,font)
to this:
Quote: win.showtext(data,self.font)

good luck


- shah - 2005-07-08

thanks mortael. works like a charm!