From: Riaan B. <riaan@e.co.za> - 2002-02-12 18:13:47
|
Hi Joerg, Joerg Hackenberg wrote: > > Dear all, > > I am running Python 2.1, wxPython 2.3.2 and Boa 0.1.0-alpha from > SourceForge download page. > > I have found that there is a missing mouse event in the Evts section of > the Inspector when run on a wxListCtrl. > > There is no entry for a RIGHT_DOWN event. Is this by purpose? The event > is existing in wxPython and I Connect it manually to the event handler > at the moment. > > Is this a configuration problem or a bug in the inspector code? Bug in the Boa event definition code. Thanks for the catch. In the Companions.EventCollections.EventCategories dictionary, add EVT_RIGHT_DOWN, to the 'MouseEvent' tuple (I added it at line 173) > > Joerg > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users -- Riaan Booysen ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net |