Is there a portable way to hide the mouse cursor while
my app runs? Just hiding it while it's hovering over
my app is good enough.
Maybe there is a better way, but you could try making a blank cursor with an all-transparent PNG (or other source), and use wx.SetCursor() or wx.Window.SetCursor() with the blank cursor.
Of course, it would still exist, even if the user couldn't see it, so you'd have to make sure there weren't any mouse events bound that could be fired accidentally.
-Chris
···
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception