Hi Guys, Actually, I'm quite interested in this discussion too. I'm having difficulty distinguishing between EVT_LIST_ITEM_SELECTED and EVT_LIST_ITEM_ACTIVATED. If the user single-clicks (EVT_LIST_ITEM_SELECTED), then I want the user to enter an event handler dialogue that presents options with defaults. If the user presses double-clicks (EVT_LIST_ITEM_ACTIVATED), then I want the user to enter an event handler without a dialogue that takes the defaults automatically. What I get with single or double click, is that single click is always entered. I guess it's always triggered by the first click of the double click, but it makes it hard to work out what the user intended. Any ideas, or do I have to find another way around this. Regards Steve -----Original Message----- From: Mark Dootson [mailto:mark.dootson@znix.com] Sent: 01 February 2013 01:16 To: wxperl-users@perl.org Subject: Re: Getting information from EVT_LIST_ITEM_RIGHT_CLICK Hi, EVT_LIST_COL_RIGHT_CLICK - my wrong - sorry. I'll take a look at this tomorrow. On 01/02/2013 02:26, Dave Hayes wrote: > On 01/31/13 16:29, Mark Dootson wrote: >> Wrong EVT >> >> See EVT_LIST_COL_RIGHT_CLICK > > Er, ok. I tried that one and it doesn't send an event unless I click on > the column label at the top. I'm using 2.8.12 if that helps. > > I actually enabled both COL_RIGHT_CLICK and ITEM_RIGHT_CLICK to tell.Thread Previous | Thread Next