Re: popup menu problem

2006-09-26 Thread Olivier Abad
Le mardi 26 septembre 2006 à 10:47 +0200, Olivier Abad a écrit : > Hi, > > I'm trying to implement a popup menu, but the items in my menu don't > seem to receive the "activate" signal, so my handler is never called. > > However, it works if I connec

popup menu problem

2006-09-26 Thread Olivier Abad
Hi, I'm trying to implement a popup menu, but the items in my menu don't seem to receive the "activate" signal, so my handler is never called. However, it works if I connect the handler to "button-release-event" instead of "activate" for my menu items. Can someone tell me what I'm doing wrong ?