From: <bra...@om...> - 2005-03-16 03:24:55
|
> def on_MCL_itemActivated(self, event): > selectedIndex = event.m_itemIndex Aha! Thanks. That is what I needed. > that demo it prints stuff like this - > > OnItemSelected: 5, Billy Joel, Blonde Over Blue, Rock I think I missed that because multicolumnexample.py doesn't print out that index. After I did more digging I found it in the minimalList.py, which does print the index. When I went looking for info about MultiColumnList, I didn't think to look in the minimalList sample... > So yeah... good luck, Pythoncard is great, and very flexible, and it's > not that often you have to revert to the wx stuff. Yes, but it's nice to know that you can when you need to. I'm not ready to climb the learning curve for wxPython right now, so yes, this is great. |