Re: [pgadmin-hackers] Detecting mouse events in the SQL grid

2013-02-23 Thread Guillaume Lelarge
On Sat, 2013-02-23 at 08:04 -0800, Kari Karkkainen wrote: > Hi Guillaume, > > > No, I don't know if it is dealt with at the window level. I also > thought that this could be the issue, i.e. that the event is > intercepted and handled somewhere else, but I could not find out where > that might be.

Re: [pgadmin-hackers] Detecting mouse events in the SQL grid

2013-02-23 Thread Kari Karkkainen
large To: Kari Karkkainen Cc: pgadmin-hackers Sent: Saturday, February 23, 2013 4:50 PM Subject: Re: [pgadmin-hackers] Detecting mouse events in the SQL grid On Sun, 2013-02-17 at 12:21 -0800, Kari Karkkainen wrote: > Hi, > > I'm trying to add some additional mouse event detectio

Re: [pgadmin-hackers] Detecting mouse events in the SQL grid

2013-02-23 Thread Guillaume Lelarge
On Sun, 2013-02-17 at 12:21 -0800, Kari Karkkainen wrote: > Hi, > > I'm trying to add some additional mouse event detection into the SQL grid, > but I'm not succeeding. Besides pgAdmin, also wxWidgets is new to me, so I'm > probably missing something obvious... > > The grid was already detectin

[pgadmin-hackers] Detecting mouse events in the SQL grid

2013-02-17 Thread Kari Karkkainen
Hi, I'm trying to add some additional mouse event detection into the SQL grid, but I'm not succeeding. Besides pgAdmin, also wxWidgets is new to me, so I'm probably missing something obvious... The grid was already detecting EVT_MOUSEWHEEL, so I tried to use that as my guideline: In ctlSQLGri