[vtkusers] Window events on Mac OS X
Mike Jackson
mike.jackson at imts.us
Mon Aug 4 15:00:57 EDT 2008
Are you creating an .app bundle or just one gigantic binary with all
static libraries? I ask because you may need to be running "Rez" on
your executable after compilation. Does the window/Application come
to "front" when clicked?
Besides VTK, what window system are you using? Qt? Cocoa?
wxWidgets? X-Windows?
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Aug 4, 2008, at 2:50 PM, Peter Eastman wrote:
> As an experiment, I tried calling RunApplicationEventLoop() (which
> I can't really do in practice, since it freezes the rest of the
> program, but this was just an experiment). The result is the same:
> I can move and rotate the view shown in the VTK window, but I still
> can't move or resize the window itself. So this problem doesn't
> seem to be anything to do with how I'm handling events. It appears
> that VTK simply isn't handling certain events properly. Any idea
> what's going on?
>
> Peter
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/
> Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list