Re: Something about the output data.

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Something about the output data.
Дата
Msg-id AANLkTinJYexuqSR4-TCsnPEw1N0bRJ8Pk2V_T9t-4YR=@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Something about the output data.  (Guillaume Lelarge <guillaume@lelarge.info>)
Ответы Re: Something about the output data.  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-hackers
We should look into having 'Visualisers' like the VC++ debugger. These
could be simple options on the context menu to view (or attempt to
view) the value in windows that can display images, text, XML, JSON,
YAML etc (with an appropriate highlighter). We could even have
visualisers for audio, video or GIS data.


On Wednesday, August 11, 2010, Guillaume Lelarge  wrote:
> 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
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Something about the output data.
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Something about the output data.