Re: Pga3 Query Builder

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Pga3 Query Builder
Date: 2003-10-05 20:39:24
Message-ID: 03AF4E498C591348A42FC93DEA9661B844B757@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin(at)pse-consulting(dot)de]
> Sent: 05 October 2003 16:37
> To: Dave Page
> Cc: pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [pgadmin-hackers] Pga3 Query Builder
>
>
> >- Double clicking columns opens the join dialogue. This
> appears to be
> >because wxWindows detects the double click as a drag-drop,
> which then
> >overrides the double click event. I'm not sure how to fix
> this - think
> >it needs Andreas' talents to fix :-)
> >
> I had a look at it. D&D is implemented by hand using
> EVT_MOTION, which
> lacks control over mouse clicks (the control eats it, before we could
> handle it). I wonder why EVT_LIST_BEGIN_DRAG wasn't used for this.
>
> EVT_LISTBOX_DCLICK is used on myList, which is a wxListCtrl, not a
> wxListBox -> no go.

Hmm, well spotted! I'll keep playing with it - thanks for looking.

Regards, Dave.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-10-06 09:03:28 Re: Pga3 Query Builder
Previous Message Andreas Pflug 2003-10-05 15:36:39 Re: Pga3 Query Builder