Re: Something about the output data.

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Something about the output data.
Дата
Msg-id 4C62FF46.7060401@lelarge.info
обсуждение исходный текст
Ответ на Something about the output data.  (韦春阳 <bessie2525@gmail.com>)
Ответы Re: Something about the output data.  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Le 11/08/2010 18:33, 韦春阳 a écrit :
> Hi all,
> I want to do some improvement to the output data.
> When execute a query, if one column of the result data is something like
> text or large varchar or xml, the output can't show all of them, it's not
> very convenient for user to check the data.
> Like MSSQL, when the result column is an xml type, it show as a hyperlink,
> and one can click it and show a new window which contains the whole text.
> I want to improve the pgadmin just like the MSSQL.
> But I don't obtain much knowledge about the wxWidgets, so I want to asking
> for help.
>
> Is there any method to show the content of the wxGrid as hyperlink, and is
> there any eventhandler of wxGrid to process the click of it's content.
> Wish someone could help me~
>

An hyperlink is probably not needed. Actually, I won't prefer to have a
contextual menu: Right click of a user on a cell shows a menu with a new
item (called for example "edit cell in another window"), and if the user
choose this cell, open a window with the correct widget to edit the cell
(text, date/time, boolean, etc). It would help also to set a NULL value.

That would be great to have.


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

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

Предыдущее
От: 韦春阳
Дата:
Сообщение: Something about the output data.
Следующее
От: Dave Page
Дата:
Сообщение: Re: Something about the output data.