<div dir="ltr"><br><br><div class="gmail_quote">2008/9/11 Aaron J. Seigo <span dir="ltr">&lt;<a href="mailto:aseigo@kde.org">aseigo@kde.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Thursday 11 September 2008, Richard Dale wrote:<br>
&gt; 2008/9/11 Petri Damstén &lt;<a href="mailto:petri.damsten@gmail.com">petri.damsten@gmail.com</a>&gt;<br>
&gt;<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; I have been playing with webkit AppletScript. There is a small example<br>
&gt; &gt; (webkit/code/test.html) using plasma dataengines so I have added more<br>
&gt; &gt; functions (init(), engine.connectSource(), etc.) and plasma package<br>
&gt; &gt; support so<br>
&gt; &gt; it looks more like a normal plasma applet.<br>
&gt; &gt;<br>
&gt; &gt; Applets connect to apply &amp; ok to know when user accepted config, but if<br>
&gt; &gt; AppletScript uses configxml there seems to be no way to do that? Maybe<br>
&gt; &gt; configAccepted signal in applet? I guess this could be good for Applets<br>
&gt; &gt; too so<br>
&gt; &gt; they don&#39;t have to rely parent to have ok/apply.<br>
&gt;<br>
&gt; The biggest problem with using configxml with script engine based applets<br>
&gt; is in this code where it tests &#39;if (d-&gt;script) {&#39; and then leaves early.<br>
<br>
</div>after checking if there is a configXml object, yes.<br>
<div class="Ih2E3d"><br>
&gt; I&#39;ve no idea what script engine applets would want to do that is different<br>
&gt; from a normal applet as the whole point of configxml is that it is a sort<br>
&gt; of &#39;fire and forget&#39; api that doesn&#39;t actually need any programmer<br>
&gt; intervention to use.<br>
<br>
</div>for widgets that don&#39;t use the native configuration system, such as non-native<br>
widgets. we support a couple of those now.</blockquote>Then those wouldn&#39;t have any configXml object and this part of the logic would never be entered. I&#39;m afraid I still don&#39;t see what the early exit code is doing.<br>
<br>-- Richard<br></div><br></div>