<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Dimitar <br>
    </div>
    <blockquote
      cite="mid:1359712489.83501.YahooMailNeo@web122401.mail.ne1.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:times
        new roman, new york, times, serif;font-size:12pt"><span
          class="tab"></span><span class="tab"></span><span class="tab"></span><span
          class="tab"></span>
        <div><span class="tab">    </span><span class="tab">Sorry about
            that "End" property. I've already fixed it but I haven't
            uploaded binaries yet. I'll do this tonight. In the
            mean-time as a workaround you could just assign an unused
            variable to the End property, the effect would be the same.</span></div>
        <div style="color: rgb(0, 0, 0); font-size: 16px; font-family:
          times new roman,new york,times,serif; background-color:
          transparent; font-style: normal;"><span class="tab">    </span>About
          the SVG generator, this one I haven't encountered. I'll
          attempt to include the fix in the tonight binaries.<br>
        </div>
      </div>
    </blockquote>
    Many thanks for your quick response Dimitar.<br>
    <br>
    To be more explicit, the SVG properties I am using are Filename,
    Size, Title and Description. The missing Filename property, in
    particular, makes the class useless as it is used to set the output
    file.<br>
    <br>
    I am also having trouble getting this line, which used to work in
    PyQt, to compile:<br>
               
QtGui.QApplication.[sS]etOverrideCursor(QtCore.Qt.CursorShape.WaitCursor);<br>
    <br>
    although the corresponding:<br>
                QtGui.QApplication.[rR]estoreOverrideCursor();<br>
    <br>
    seems to be compiling ok. Is this my misunderstanding? I did try to
    see if this version of setOverrideCursor would work, but it doesn't
    because of a type mismatch:<br>
                QApplication.OverrideCursor = Qt.CursorShape.WaitCursor;<br>
    <br>
    For the moment, I've commented out both calls in my code but it
    would be good to reinstate them.<br>
    <br>
    Finally, I notice a warning:<br>
                Warning    13    'QtGui.QGraphicsItem.Scale(double,
    double)' is obsolete: '"instead."'    <br>
    which I didn't get in PyQt and isn't marked as obsolete in the qt
    4.8 docs - indeed it was only introduced in qt 4.6. <br>
    <br>
    Regards<br>
    Ruth<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Software Manager & Engineer
Tel: 01223 414180
Blog: <a class="moz-txt-link-freetext" href="http://www.ivimey.org/blog">http://www.ivimey.org/blog</a>
LinkedIn: <a class="moz-txt-link-freetext" href="http://uk.linkedin.com/in/ruthivimeycook/">http://uk.linkedin.com/in/ruthivimeycook/</a> </pre>
  </body>
</html>