From: Schollnick, B. <Ben...@xe...> - 2005-07-18 23:46:04
|
>2) I have buttons on the custom dialog / MultiColumnList... But I = would >like to activate the edit function if they double click on a row. I >thought it would be either on_Activate or on_ActivatedEvent but neither >of those seemed to work when I created a event handler. =20 | What did the MessageWatcher say the event was ? | It's itemActivated :-) Yes, I tried (from memory, I'm at home)... def on_itemActivated ( self, event): print "yes, it's me..." And got nowhere.... I was assuming that I was doing something=20 incorrect... I also tried... on_itemActivated_Command (...) on_itemActivated_Selected (...) I assume that I'm using the wrong event syntax...? - Benjamin |