<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 12/09/2016 02:29 πμ, David Edmundson
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAGeFrHDYjS4nwJmCWXJhCyXgERbzXnBZfxqyeFOMwAasKyJ0-w@mail.gmail.com"
      type="cite">
      <div dir="ltr"><br>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On Mon, Sep 12, 2016 at 12:21 AM,
            Michail Vourlakos <span dir="ltr"><<a
                moz-do-not-send="true"
                href="mailto:mvourlakos@gmail.com" target="_blank">mvourlakos@gmail.com</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div text="#000000" bgcolor="#FFFFFF">
                <p><font size="+2"><tt>Hello everyone,</tt></font></p>
                <p><font size="+2"><tt><br>
                    </tt></font></p>
                <p><font size="+2"><tt>I am using in one of my plasmoids
                      the following,</tt></font></p>
                <p><font size="+2"><tt>    PlasmaCore.Dialog{<br>
                              id: windowsPreviewDlg<br>
                    </tt></font><tt><font size="+2">        type:
                      PlasmaCore.Dialog.Tooltip<br>
                              location: plasmoid.location</font></tt></p>
                <p><tt>                       .......</tt></p>
                <p><tt>          </tt><font size="+2"><tt>}</tt></font></p>
                <p><tt><font size="+2"><br>
                    </font></tt></p>
                <p><tt><font size="+2">because I can not use the
                      ToolTipArea</font></tt></p>
              </div>
            </blockquote>
            <div><br>
            </div>
            <div>Why can't you?<br>
            </div>
            <div> </div>
          </div>
          <br>
        </div>
      </div>
    </blockquote>
    <tt><font size="+2">The use case is the Now Dock plasmoid, each task
        is a MouseArea which needs the mouse hovering for the
        animations. Trying to use ToolTipArea above each task in order
        to support Window Previews, the tooltip was appearing but it was
        locking the zoom animation. In order to reenable the zoom
        animation I had either to hide the tooltip or change to another
        task.. So I used my MouseArea in order to show inside a
        PlasmaCore.Dialog of type tooltip the Window previews... It
        works and the animation never stops or breaks for the tasks, but
        the preview window in which i just change its visual parent it
        makes jumps and it is not going smoothly from one position to
        another...</font></tt><br>
    <br>
  </body>
</html>