Re: Problem pasteing into ctlSQLBox

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Problem pasteing into ctlSQLBox
Date: 2003-12-05 14:33:44
Message-ID: 3FD09748.4070000@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page wrote:

>>Yeah, I can do shake-hands with these clipboard problems.
>>
>>Use our wx snapshot... It's the same problem we had with
>>cut/paste under gtk, just the other way round.
>>
>>
>
>I do use our snapshot...
>
>
>
Um...
common/dobjcmn.cpp should look like
wxTextDataObject::GetDataHere(
{
if (format == wxDF_UNICODETEXT)

and msw/ole/dataobj.cpp should contain the method
wxTextDataObject::GetAllFormats.

Both are contained in wx-20031026.patch file and implement the 776217
update. Maybe only the older 776217 patch is applied to the wx snapshot?

Regards,
Andreas

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-12-05 16:08:16 Re: Problem pasteing into ctlSQLBox
Previous Message Dave Page 2003-12-05 14:10:28 Re: New wxWindows Tarball