<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello Scilab devs,<br>
    <br>
    uiwait() is a builtin used once and only in the function <span
      style="color:rgb(0,0,0);">datatipCreatePopupMenu().<br>
      Apparently, it is used to wait for an answer from the user/Context
      menu before returning.<br>
      <br>
      Can this function be used for other uicontrols?<br>
      I mean: it would be useful to be able to turn </span><span
      style="color:rgb(0,0,0);">modal </span><span
      style="color:rgb(0,0,0);">some (any?) ui object,<br>
      for instance waiting for a button being clicked, for an item in a
      drop-down <br>
      list to be selected, etc, before going on with the processing.<br>
      <br>
      This function is not documented. Is it on purpose? Can it be used
      only on<br>
      a uiContextMenu handle?<br>
      <br>
      Thanks for any further information.<br>
      Samuel<br>
      <br>
    </span>
  </body>
</html>