Re: Problem pasteing into ctlSQLBox

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Problem pasteing into ctlSQLBox
Дата
Msg-id 3FD09748.4070000@pse-consulting.de
обсуждение исходный текст
Ответ на Re: Problem pasteing into ctlSQLBox  ("Dave Page" <dpage@vale-housing.co.uk>)
Список 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



В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: New wxWindows Tarball
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Problem pasteing into ctlSQLBox