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 ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
