<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 30/07/2017 à 13:49, gerard thomas a
      écrit :<br>
    </div>
    <blockquote
      cite="mid:f42a1efb-22a5-b27e-d4af-dfd18639ca25@orange.fr"
      type="cite">Bonjour,
      <br>
      <br>
      Qui peut m'expliquer ce résultat?
      <br>
      <br>
      f=figure();
      <br>
      -->f.tag='toto';
      <br>
      -->f.tag
      <br>
       ans  =
      <br>
       toto
      <br>
      -->f.tag='titi';
      <br>
      -->f.tag
      <br>
       ans  =
      <br>
       titi
      <br>
      <br>
      findobj('tag','toto')
      <br>
       ans  =
      <br>
      <br>
      Handle of type "Figure" with properties:
      <br>
      ========================================
      <br>
      <br>
      children: "Axes"
      <br>
      figure_position = [200,200]
      <br>
      figure_size = [626,586]
      <br>
      .
      <br>
      .
      <br>
      .
      <br>
      icon = ""
      <br>
      tag = "titi"
      <br>
      <br>
      c'est à dire qu'après le changement de tag, l'objet semble
      posséder DEUX tags
      <br>
    </blockquote>
    <br>
    Ce bug est directement lié au <a
      href="http://bugzilla.scilab.org/show_bug.cgi?id=15073">bug 15073</a>
    affectant get().<br>
    <br>
    <div class="moz-cite-prefix">Le 31/07/2017 à 15:26, Samuel Gougeon a
      écrit :<br>
    </div>
    <blockquote cite="mid:cb69226e-44c1-620b-fae0-e774ad8dc421@free.fr"
      type="cite"><br>
      Il s'agit d'un bug de findobj() introduit dans Scilab 5.5.0 et
      affectant aussi Scilab 6. <br>
      Son analyse montre un autre bug introduit par la même modification
      : <br>
      <br>
      -->f = gcf(); <br>
      <br>
      -->f.info_message = "toto"; <br>
      <br>
      -->f.info_message = "titi"; <br>
      <br>
      -->findobj("toto") <br>
       !--error 4 <br>
      Variable non définie : propertyValue <br>
      at line      45 of function findobj called by : <br>
      findobj("toto") <br>
      <br>
      ..alors qu'on attend [] <br>
    </blockquote>
    <br>
    Une solution pour celui-ci est proposée là :
    <a class="moz-txt-link-freetext" href="https://codereview.scilab.org/#/c/19380/">https://codereview.scilab.org/#/c/19380/</a><br>
    <br>
    Cordialement<br>
    Samuel<br>
    <br>
    <br>
  </body>
</html>