Hi all,<br>some time ago I implemented a plasmoid in javascript that redefines the &quot;plasmoid.paintInterface&quot; method and implements the &quot;plasmoid.dataUpdated&quot; method. In this last method when data is effectively changed a call to &quot;plasmoid.update()&quot; 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: &quot;TypeError: Result of expression &#39;plasmoid.update&#39; [undefined] is not a fuction&quot;. 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 (&quot;plasmoid.update method not available&quot;)</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&#39;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>