>Can I get instead the screen coordinates which is what >PopupWindow.Position (used by STT) wants.
Using the following functions; can you not get the coordinates you need? mouse_position = self.FC.ScreenToClient(wx.GetMousePosition()) fcpos = self.FC.PixelToWorld( mouse_position ) mouse_position = self.FC.WorldToPixel(fcpos) -- Benjamin Jessup Mechanical Engineering Consultant _______________________________________________ FloatCanvas mailing list [email protected] http://paulmcnett.com/cgi-bin/mailman/listinfo/floatcanvas
