From: Kevin A. <al...@se...> - 2004-08-24 19:40:58
|
On Aug 24, 2004, at 8:53 AM, Phil Edwards wrote: > First problem I've come across since upgrading everything, although I > think > this was also a problem on 0.7.x...Platform is Mandrake Linux 10, > Python > 2.3.3, wxPythonGTK2-py2.3-2.5.2.7 installed from RPM and > Pythoncard-0.8.1 out > of CVS. > > I can't select list components in the resource editor. I'm not seeing > any > mouseEnter, mouseLeave or mouseMove events being generated when > running with > the '-m' command line option. > > I haven't done any further investigation yet, can anyone confirm this > on > another Linux install? > Do you see any mouse events for a List component in the other samples? If not, I wonder if the underlying wx.ListBox on GTK has those events? ka |