Re: question about wxpython CtrlList event binder: wx.EVT_LIST_ITEM_RIGHT_CLICK

2009-04-21 Thread Kent
Hi Mike, thx for the wxpython maillist link, I will give it a shot. But I would like to paste the code snippet here as well, hope it can tell sufficient information. (I added some comments in the class. ) Thank you. class TagListCtrl(wx.ListCtrl): ''' Tag list ListCtrl widget '''

Re: question about wxpython CtrlList event binder: wx.EVT_LIST_ITEM_RIGHT_CLICK

2009-04-21 Thread Mike Driscoll
On Apr 21, 3:35 pm, Kent wrote: > Hi there, > > I wrote a desktop application with wxPython2.8. And got a problem. > Hope here someone can give some hint. Thanks in advance. I recommend joining the wxPython mailing list and posting there. The guys there are great and can probably help you out. Se

question about wxpython CtrlList event binder: wx.EVT_LIST_ITEM_RIGHT_CLICK

2009-04-21 Thread Kent
Hi there, I wrote a desktop application with wxPython2.8. And got a problem. Hope here someone can give some hint. Thanks in advance. There was a ListCtrl (lc) in my GUI, and it was a bit long, so that there would be some blank space below ("empty area") in case there were only a few items. I bi