<div dir="ltr">Hi David, thanks for the response.<div><br></div><div>I'm using this into a Windows Form Application. What would be my message loop? I'm not quite sure what that means, can you explain a bit more?</div>
<div><br></div><div>Thanks!<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Mar 29, 2014 at 1:59 PM, David Cole <span dir="ltr"><<a href="mailto:dlrdave@aol.com" target="_blank">dlrdave@aol.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">iren.Start(); runs a message loop, and doesn't exit until you as a user exit that window (either press the 'q' key, or close the window)<br>

<br>
If you don't want that because you're building this into an application where you already have your own message loop, then simply don't call iren.Start();...<br>
<br>
Instead, call "renwin.Render();" to show the window and render its contents. If you're running in the context of a WinForms application, or something like it, then your message loop should suffice to cause events to be processed for the render window.<br>

<br>
<br>
HTH,<br>
David C.<br>
<br>
</blockquote></div><br></div>