<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">Am 25.06.2013 14:02, schrieb Harry van
      Haaren:<br>
    </div>
    <blockquote
cite="mid:CAKudYbPh5+ixQ7rm3R0uWFgjSZnkv09wNOTfJCW=K0heLzfTgw@mail.gmail.com"
      type="cite">
      <blockquote class="gmail_quote" style="margin:0 0 0
        .8ex;border-left:1px #ccc solid;padding-left:1ex">
        2.) Make your dialogs modal, but instead of calling the dialog's
        event<br>
        loop function, show the dialog and then return to the main event
        loop.<br>
         I know you can do this in Qt; I'm not sure about other UI
        libraries.<br>
      </blockquote>
      <div>I will check out if this is possible: if it is thats the best
        solution, otherwise I'll keep searching...<br>
      </div>
    </blockquote>
    It's possible in gtk/gtkmm as well, just connect the response signal
    handler and show() the dialog, instead run() the dialog loop and
    wait for response.<br>
  </body>
</html>