Re: [HACKERS] Graphics in postgress using GTK

2005-12-02 Thread Jaime Casanova
On 12/2/05, Anuj Tripathi <[EMAIL PROTECTED]> wrote: > Hi > We are trying to implement a progress estiamator for long queries. We > are trying to make the display graphical using GTK but we get an error > saying > Xlib : Connection to ":0.0" refused by server > xlib : no protocol specified > > GTK-

Re: [HACKERS] Graphics in postgress using GTK

2005-12-02 Thread Cristian Prieto
NOT in the server side. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anuj Tripathi Sent: Viernes, 02 de Diciembre de 2005 04:46 a.m. To: pgsql-hackers@postgresql.org Subject: [HACKERS] Graphics in postgress using GTK Hi We are trying to implement a

Re: [HACKERS] Graphics in postgress using GTK

2005-12-02 Thread Richard Huxton
Anuj Tripathi wrote: Hi We are trying to implement a progress estiamator for long queries. We are trying to make the display graphical using GTK but we get an error saying Xlib : Connection to ":0.0" refused by server xlib : no protocol specified GTK-warning ** : Cannot open display Can some

Re: [HACKERS] Graphics in postgress using GTK

2005-12-02 Thread Martijn van Oosterhout
On Fri, Dec 02, 2005 at 04:15:55PM +0530, Anuj Tripathi wrote: > Hi > We are trying to implement a progress estiamator for long queries. We > are trying to make the display graphical using GTK but we get an error > saying > Xlib : Connection to ":0.0" refused by server > xlib : no protocol specif

[HACKERS] Graphics in postgress using GTK

2005-12-02 Thread Anuj Tripathi
Hi We are trying to implement a progress estiamator for long queries. We are trying to make the display graphical using GTK but we get an error saying Xlib : Connection to ":0.0" refused by server xlib : no protocol specified GTK-warning ** : Cannot open display Can someone suggest a method t