<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hello,<br>
      <br>
      Le 03/05/2014 19:36, Eric Dubois a écrit :<br>
    </div>
    <blockquote
cite="mid:CAGgDjFRAYnVJFbZAOuiR6tWi_v-uOW76SCHw0tWvmR1y9sCr1A@mail.gmail.com"
      type="cite">
      <div dir="ltr"><span
          style="font-family:arial,sans-serif;font-size:13px">Hello.</span>
        <div style="font-family:arial,sans-serif;font-size:13px"><br>
        </div>
        <div style="font-family:arial,sans-serif;font-size:13px">I have
          encountered a strange behaviour of Scilab 5.5.0, which did not
          happen with Scilab 5.4.1.</div>
        <div style="font-family:arial,sans-serif;font-size:13px"><br>
        </div>
        <div style="font-family:arial,sans-serif;font-size:13px">This
          happened with the following sequence:</div>
        <div style="font-family:arial,sans-serif;font-size:13px"> <br>
        </div>
        <div style="font-family:arial,sans-serif;font-size:13px">-->
          wind=scf()</div>
        <div style="font-family:arial,sans-serif;font-size:13px">
          <div><br>
          </div>
          <div>--> wind.figure_position=[0,0]</div>
          <div> <br>
          </div>
          <div>--> screen_size=get(0,'screensize_px')  </div>
          <div><br>
          </div>
          <div>--> wind.figure_size=screen_size(3:4)</div>
        </div>
        <div style="font-family:arial,sans-serif;font-size:13px"><br>
        </div>
        <div style="font-family:arial,sans-serif;font-size:13px"> -->
          plot2d(1:10,1:10)<br>
        </div>
      </div>
    </blockquote>
    With 5.5.0 on Win7_x64, the result is:<br>
     - the width of the window is exactly the screen's one.<br>
     - the window has no status bar. Resizing it (by 0) makes the bar
    appearing.<br>
     - the height of the window is too tall exactly by the height of its
    bottom border, in such a way that the bottom of the blank background
    is exactly at the bottom of the screen, and the border is below so
    not visible.<br>
     - the plot is displayed, but with almost no bottom margin : X
    labels are displayed at the very bottom of the screen<br>
    <br>
    (before  this, the OS task bar has been moved on the vertical right,
    in order to see the bottom of the screen).<br>
    <br>
    HTH<br>
    Samuel<br>
  </body>
</html>