<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Jari et al,<br>
    <br>
    when I open a Finale dialog with FCUI:MenuPositionCommand, is it
    technically possible to close the same dialog by faking an "OK"
    click through a JW Lua command ?<br>
    I could handle it with AutoHotKey externally, but a simple OK click
    through JW Lua on the top Finale dialog would be a great feature.<br>
    <br>
    Something like:<br>
    ...<br>
    finenv.UI():MenuPositionCommand(8,1,-1)<br>
    finenv.UI():ForceOKClick()  --performs the action from the opened
    dialog to the current document<br>
    ...<br>
    <br>
    Best,<br>
    Jan<br>
    <br>
  </body>
</html>