PDA

View Full Version : Alex emulation scripts


jdenotter
2005-07-11, 11:32
hi, i'm having trouble using the emulation script along with enderw's xbmclyrics script. it doesn't like the reference windowdialog.

traceback (most recent call last):
file "q:\scripts\xbmclyricstest.py", line 188, in ?
class overlay(xbmcgui.windowdialog):
attributeerror: 'module' object has no attribute 'windowdialog'

i'm assuming that's because windowdialog isn't supported yet as it isn't in alex's xbmcgui class? or am i missing something? i'm only starting out scripting python.

EnderW
2005-07-11, 13:23
just change it to window instead while testing, there shouldn't be much/any difference (except the black background on the xbox).

jdenotter
2005-07-11, 14:21
sounds good i'll give it a go. i just rewrote it to cache to a file.. seems to work well. atm it's just simple .. but i might look into writing the file as an xml. thanks for the tip