<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 02/01/2017 16:32, Samuel Gougeon a
      écrit :<br>
    </div>
    <blockquote cite="mid:586A729C.80708@free.fr" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      Hello,<br>
      <br>
      I am trying to move an existing datatip with some instruction
      instead of by hand interactively, but all my attempts failed:<br>
      <ol>
        <li>datatipMove(datatip) allows to move the given datatip, but
          only interactively. It does not accept a second argument
          providing the new coordinates where to move the datatip (and a
          third one indicating the method to compute the actual anchor
          position)<br>
          <br>
        </li>
        <li>assigning directly datatip.data=... yields an error : <a
            moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://bugzilla.scilab.org/14936"><a class="moz-txt-link-freetext" href="http://bugzilla.scilab.org/14936">http://bugzilla.scilab.org/14936</a></a><br>
          <br>
        </li>
        <li>The only way that i found is to delete the datatip and to
          create a new one at the new position. Not really proper... By
          the way, i have not really found any proper code to delete a
          datatip with Scilab 6 : datatipRemove(..) is no longer
          available (only its page), and delete(datatip) leaves a ghost
          in the curve.datatips vector of datatips : <a
            moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://bugzilla.scilab.org/14934"><a class="moz-txt-link-freetext" href="http://bugzilla.scilab.org/14934">http://bugzilla.scilab.org/14934</a></a></li>
      </ol>
      <p>So, am i missing anything trivial -- or less trivial -- to
        simply move a datatip with some instruction?<br>
      </p>
    </blockquote>
    <br>
    <br>
    This missing feature is now reported there:
    <a class="moz-txt-link-freetext" href="http://bugzilla.scilab.org/14943">http://bugzilla.scilab.org/14943</a> <br>
    <br>
    SG<br>
    <br>
  </body>
</html>