Something about the output data. - Mailing list pgadmin-hackers

From 韦春阳
Subject Something about the output data.
Date
Msg-id AANLkTikhDciVECU1vgd+zaeo04VQTKO5qrNZ0EKRN1yD@mail.gmail.com
Whole thread Raw
Responses Re: Something about the output data.  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
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~
 
Thanks a lot! Very appreciate your help~~~
 
 
 
Bessie
 

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix the connection check code. Patch from Steffen K
Next
From: Guillaume Lelarge
Date:
Subject: Re: Something about the output data.