On Saturday 26 January 2008 03:25:34 pm johnf wrote: > On Saturday 26 January 2008 01:40:52 pm Ed Leafe wrote: > > On Jan 26, 2008, at 11:55 AM, johnf wrote: > > >> I was running my one of my forms and used the scroll wheel (just > > >> nervous > > >> fidgeting) and I got below. > > >> > > >> Traceback (most recent call last): > > >> File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dPemMixin.py", line > > >> 550, in > > >> __onWxMouseWheel > > >> obj.raiseEvent(dEvents.MouseWheel, evt) > > >> AttributeError: 'Window' object has no attribute 'raiseEvent' > > > > > > SUSE 10.3 python 2.5 wxPython 2.8.6.0 Latest SVN > > > > That doesn't make sense. Every window that has a __onWxMouseWheel() > > handler should also have a rasiEvent() method. > > > > What sort of window was the mouse over when you 'fidgeted'? > > > > -- Ed > > I'm on the second tab page made of a panels. Is it possible to determine > the type of the 'obj'?
Tried just using a print statement print type(obj) and I got: <class 'wx._core.Window'> Hope that helps. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
