On 26/01/2011 14:43, Jacek Kałucki wrote: > Użytkownik Werner F. Bruhin napisał: >> I see lots of these: >> >> Traceback (most recent call last): >> File "C:\dev\dabo\dabo\ui\uiwx\dGrid.py", line 4035, in >> __onWxHeaderMouseMotion >> if dabo.ui.isMouseLeftDown(): >> File "C:\dev\dabo\dabo\ui\uiwx\__init__.py", line 716, in >> isMouseLeftDown >> return wx.GetMouseState().leftDown >> AttributeError: 'MouseState' object has no attribute 'leftDown' >> >> Python 2.6.5 >> wxPython 2.8.11.0 (msw-unicode) >> >> It looks like leftDown should be leftIsDown. >> >> > I can't confirm this on any platform. > And the 'leftDown' property reference is correct, > just look into the wx.MouseState class definition. > Oops, sorry gave wrong wxPython version.
The problem is with wxPython 2.9.1 Werner _______________________________________________ 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/[email protected]
