Re: mouse wheel error
- Posted by Greg Haberek <ghaberek at gmai?.?om> Jan 10, 2008
- 574 views
George Walters wrote: > > I'm getting a type_check error lwheelPosn is 1.0583333 in fdoMouse() with > some mouse wheels but not others. Anyone know how to fix this? I'm using an > old version of win32lib (59.1) > > This will blow up any program if the wheel is moved...a real serious problem > on this customer who has a lot of these mice or mouses. The're Microsoft model > 1058.. > a wireless version. I would just modify Win32Lib to either call floor() on the value, or change it from an integer to an atom. Or just move up to a newer version of Win32Lib. -Greg