<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 13/08/2014 15:53, Jens a écrit :<br>
    </div>
    <blockquote cite="mid:53EB6DBB.4020002@hslmg.de" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">It works now on my installation,
        probably the way you designed it. In my case the graphic window
        does not open after starting the script by F5 </div>
    </blockquote>
    really strange... I think that you mean that the windows, if already
    open (or minimized, or docked), does not show up ? <br>
    <br>
    <blockquote cite="mid:53EB6DBB.4020002@hslmg.de" type="cite">
      <div class="moz-cite-prefix">or exec(...). And sometimes, when
        there <i>is</i> a window accidently, <br>
      </div>
    </blockquote>
    There should not be any "accident"... Your Scilab installation <i>seems</i><i>
    </i>to be broken, as I had never heard of such a chaotic behaviour.<i><br>
      <br>
    </i>S.<i><br>
    </i><br>
    <blockquote cite="mid:53EB6DBB.4020002@hslmg.de" type="cite">
      <div class="moz-cite-prefix"> after LMC into it, it responds
        properly to up, left, right and even down. Thanks<br>
        ------------------------------------------------------------<br>
        <br>
        Am 13.08.2014 14:45, schrieb mottelet [via Scilab / Xcos -
        Mailing Lists Archives]:<br>
      </div>
      <blockquote style="border-left:2px solid #CCCCCC;padding:0 1em"
        cite="mid:53EB5DB3.1040002@utc.fr" type="cite">Hello,<br>
        <br>
        I presume you are not using scilab 5.5.0, change the function as
        follows :<br>
        <br>
        function key=waitforkeypress()<br>
            global _keypress<br>
            set(gcf(),'event_handler','handler');<br>
            set(gcf(),'event_handler_enable','on')<br>
            _keypress=0;<br>
            while ~_keypress<br>
                sleep(1)<br>
            end<br>
            set(gcf(),'event_handler_enable','off')<br>
            key=_keypress;<br>
        endfunction<br>
      </blockquote>
      <br>
      <br>
      <hr align="left" width="300">
      View this message in context: <a moz-do-not-send="true"
href="http://mailinglists.scilab.org/Scilab-users-Recognition-of-cursor-key-as-input-tp4031013p4031036.html">Re:
        Recognition of cursor key as input</a><br>
      Sent from the <a moz-do-not-send="true"
href="http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html">Scilab
        users - Mailing Lists Archives mailing list archive</a> at
      Nabble.com.<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>