<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">Le 20/09/2013 15:47, Richard Mace a
      écrit :<br>
    </div>
    <blockquote
cite="mid:CAK+KT39HcXgz2zmhjmpxw-x8RZBAdMNO6LQ8TAQWQPjcP13kLg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_default"
          style="font-family:arial,helvetica,sans-serif">Hi,<br>
        </div>
        <div class="gmail_default"
          style="font-family:arial,helvetica,sans-serif">I am trying to
          change the cursor in my app to busy and then default, when it
          is going to be busy for a bit.<br>
        </div>
        <div class="gmail_default"
          style="font-family:arial,helvetica,sans-serif">I have changed
          to cursor := crHourglass and then back to crDefault at the
          end, but the cursor doesn't update.<br>
        </div>
      </div>
    </blockquote>
    <b><big>Screen.</big></b>Cursor := crHourGlass;<br>
    try<br>
      ...<br>
    finally<br>
      <b><big>Screen.</big></b>Cursor := crDefault;<br>
    end;<br>
    <br>
    works fine for me in all platforms.<br>
    <br>
    Antonio.<br>
    <br>
    <blockquote
cite="mid:CAK+KT39HcXgz2zmhjmpxw-x8RZBAdMNO6LQ8TAQWQPjcP13kLg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_default"
          style="font-family:arial,helvetica,sans-serif">Even if I put
          application.processmessages in (after the crHourglass bit).<br>
          <br>
          Any ideas?<br>
          <br>
        </div>
        <div class="gmail_default"
          style="font-family:arial,helvetica,sans-serif">Richard<br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">--
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>