plover
12-16-2003, 06:59 AM
I assume that opGetSkinMode is supposed to work like opGetSkinFile, i.e. with a call like:
serviceFunc(opGetSkinMode, buffer, bufferSize, 0)
(especially as making that call works, while calling serviceFunc with the last three parameters 0 (as if the mode were the return value) crashes the player... ;) )
Currently, however, the result I am getting is that serviceFunc returns true but the string in buffer is unchanged. Is this a bug or am I making a mistake here?
BTW, thanks for adding in the opGetSkinMode -- that must be the quickest feature add ever... :D
serviceFunc(opGetSkinMode, buffer, bufferSize, 0)
(especially as making that call works, while calling serviceFunc with the last three parameters 0 (as if the mode were the return value) crashes the player... ;) )
Currently, however, the result I am getting is that serviceFunc returns true but the string in buffer is unchanged. Is this a bug or am I making a mistake here?
BTW, thanks for adding in the opGetSkinMode -- that must be the quickest feature add ever... :D