<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
The QHttp and QFtp class were forbidden a while ago for all the plasma
(or the whole kde4?) code.<br>
So I think it will not be possible to use that from script too.<br>
Please correct me when this is wrong.<br>
<br>
The native code uses KIO now instead.<br>
<a class="moz-txt-link-freetext" href="http://api.kde.org/4.2-api/kdelibs-apidocs/kio/html/classKIO_1_1TransferJob.html">http://api.kde.org/4.2-api/kdelibs-apidocs/kio/html/classKIO_1_1TransferJob.html</a><br>
<br>
Marco Martin schrieb:
<blockquote cite="mid:200907221003.12973.notmart@gmail.com" type="cite">
  <pre wrap="">On Wednesday 22 July 2009, Patrick Aljord wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hey all,

I've been following the Getting Started tutorial on techbase and it works
great. Since then, I've been trying to use QHttp and other Qt classes in my
main.js file but the plasmoid fails. I'm trying to download an xml file
such as in this amarok script example:
<a class="moz-txt-link-freetext" href="http://amarok.kde.org/forum/index.php?topic=17084.0">http://amarok.kde.org/forum/index.php?topic=17084.0</a>

Something like that:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
in amarok js bindings are complete and autogenerated.
for now in plasma hey are just a tiny subset and you can call only stuff 
explicitly exported by libplasma
probably in the future we will have complete bindings too

  </pre>
  <blockquote type="cite">
    <pre wrap="">Importer.loadQtBinding( "qt.core" );
Importer.loadQtBinding( "qt.xml" );

xmlUrl = new QUrl( <a class="moz-txt-link-rfc2396E" href="http://ws.audioscrobbler.com">"http://ws.audioscrobbler.com"</a> );
http   = new QHttp;

Any idea why it fails? By the way, how do I get any debugging? When I
do "plasmoidviewer ." I just get the plasmoid with the "Script
initialization failed" message, nothing more.

Thanks in advance

Pat
_______________________________________________
Plasma-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Plasma-devel@kde.org">Plasma-devel@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/plasma-devel">https://mail.kde.org/mailman/listinfo/plasma-devel</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->

  </pre>
</blockquote>
<br>
<br>
<div class="moz-signature">-- <br>
mit freundlichen Grüßen / best regards<br>
<br>
<b>Gerhard Gappmeier</b><br>
ascolab GmbH - automation systems communication laboratory<br>
Tel.: +49 9131 691 123<br>
Fax: +49 9131 691 128<br>
Web: <a class="moz-txt-link-freetext" href="http://www.ascolab.com">http://www.ascolab.com</a><br>
GPG-Key: <a class="moz-txt-link-freetext" href="http://www.ascolab.com/gpg/gg.asc">http://www.ascolab.com/gpg/gg.asc</a><br>
<p style="font-family: helvetica; font-size: 8pt;">
--<br>
<b>ascolab GmbH</b><br>
Geschäftsführer: Gerhard Gappmeier, Matthias Damm, Uwe Steinkrauß<br>
Sitz der Gesellschaft: Am Weichselgarten 7 • 91058 Erlangen • Germany<br>
Registernummer: HRB 9360<br>
Registergericht: Amtsgericht Fürth<br>
</p>
</div>
</body>
</html>