<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    lazarus r47718:<br>
    on qt x64: <br>
      {$IFDEF LCLCarbon}<br>
        FForcePaintEvents := True;<br>
      {$ELSE}<br>
        FForcePaintEvents := True; --> this is work normal now,
    carret is showing and blinking, in carbon work too<br>
      {$ENDIF}<br>
    I attached 2 screenshots. How to view carret in widgetset. qt little
    bit thin and down I think. <br>
    this is in carbon :<img
      src="cid:part1.09000307.03010001@delphiturkiye.com" alt=""><br>
    this is in QT :<img
      src="cid:part2.06040704.07090407@delphiturkiye.com" alt=""><br>
    <br>
    <br>
    I think now can try change colour for
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <span style="direction: ltr;" class="gt-card-ttl-txt">visibility</span>
    in dark(black) background.<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 12.02.2015 14:39, Martin Frb wrote:<br>
    </div>
    <blockquote cite="mid:54DC9EFC.6000404@mfriebe.de" type="cite">Please
      try again.
      <br>
      <br>
      It should be handled by IFDEF, but if not, ensure  (line 2822)
      <br>
         FForcePaintEvents := True;
      <br>
      is set and in the active ifdef (or make both ifdef/else ":= true")
      <br>
      <br>
      <br>
      I tested it win, gtk, and a very old carbon.
      <br>
      No idea about Cocoa.
      <br>
      Also not checked QT (you may have to set the above value yourself,
      as the define in carbon only).
      <br>
      <br>
      Also if it fails, run the IDE with
      <br>
        --debug-log=/path/log_file
      <br>
      and check for any errors
      <br>
    </blockquote>
    <br>
  </body>
</html>