Re: Bug#364787: pgadmin3: pressing delete key on

Поиск
Список
Период
Сортировка
От Edward Di Geronimo Jr.
Тема Re: Bug#364787: pgadmin3: pressing delete key on
Дата
Msg-id 20060515100857.4k199zbosh28cw4s@webmail.picoip.com
обсуждение исходный текст
Ответ на Re: Bug#364787: pgadmin3: pressing delete key on selected rows doesn't  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgadmin-hackers
Quoting Dave Page <dpage@vale-housing.co.uk>:

> I'm sure that was working, but I grant you it's not now. I'm not
> sure how to make it work now though - what appears to be happening
> is that the individual cell is capturing the delete event and using
> it to delete the contents rather than the selected row.
>
> Ed ran into a similar problem recently - I wonder if he has any ideas?

Looking at the code, there are two handlers for the Delete key.
OnDelete, which tries to delete a row, and OnKey, which just deletes
the current cell. It looks like the two handlers need to be merged
into one.

Ed

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r5152 - in trunk/pgadmin3: . src/frm src/include src/main
Следующее
От: "Edward Di Geronimo Jr."
Дата:
Сообщение: VC++ Express Issues