Hi all, some time ago I implemented a plasmoid in javascript that redefines the "plasmoid.paintInterface" method and implements the "plasmoid.dataUpdated" method. In this last method when data is effectively changed a call to "plasmoid.update()" is performed. I deployed it under OpenSuse 11.3 with KDE 4.4. Everything worked fine. Lately I try to run it under OpenSuse 11.4 with KDE 4.6.0 and I got this odd javascript error: "TypeError: Result of expression 'plasmoid.update' [undefined] is not a fuction". I tried to make a test:
if (!plasmoid.update) { print ("plasmoid.update method not available") } as I have foreseen the message is written to the console. So the question is: why it doesn't find the update method for the plasmoid object ? I tried to google a bit but without success, so any hint is welcome. Kind Regards, Marco
_______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel