<br>I&#39;m not yet versed in Cocoa to make the change required.  I can follow specific instructions...  I wonder if the keyboard event capture should apply at the level of the window or at the level of the interactor?<br>
<br>Best, Darren<br><br><br><div class="gmail_quote">On Thu, Mar 19, 2009 at 3:55 PM, Sean McBride <span dir="ltr">&lt;<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On 3/19/09 3:48 PM, Darren Weber said:<br>
<br>
&gt;What about lines 501-503 in vtkCocoaRenderWindow.mm, ie:<br>
&gt;<br>
&gt;    [theWindow makeKeyAndOrderFront:nil];<br>
&gt;    [theWindow setAcceptsMouseMovedEvents:YES];<br>
&gt;<br>
&gt;What happens if they are changed to:<br>
&gt;<br>
&gt;    [theWindow makeKeyAndOrderFront:YES];<br>
&gt;    [theWindow setAcceptsMouseMovedEvents:YES];<br>
&gt;<br>
&gt;Does that break anything?<br>
<br>
</div>Are we talking about something entirely different now?  IAC, That would<br>
be a bad change.  makeKeyAndOrderFront: does not take a boolean, it<br>
takes a pointer to an object.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">____________________________________________________________<br>
Sean McBride, B. Eng                 <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
Rogue Research                        <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer              Montréal, Québec, Canada<br>
<br>
<br>
</div></div></blockquote></div><br>