Hi all,<br>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:<br>
<br><span style="font-family: courier new,monospace;">if (!plasmoid.update)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">{</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> print ("plasmoid.update method not available")</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">}</span><br style="font-family: courier new,monospace;">
<br>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 ?<br><br>I tried to google a bit but without success, so any hint is welcome.<br>
<br>Kind Regards,<br>Marco<br>