senior-py-developer

Results 2 comments of senior-py-developer

Hi Roland, I have the same problem as you. In addition, wx.TR_MULTIPLE no longer has any effect in wxpython4.x.x. wx-3.0-msw works correctly. No changes in the code. I have been...

@cbeytas Sorry, I hadn't found the TreeListCtrl in the demo. The problem was that I used style = wx.TR_MULTIPLE instead of agwstyle = gizmos.TR_MULTIPLE. Now it works again. I will...