Обсуждение: pgadmin3

Поиск
Список
Период
Сортировка

pgadmin3

От
Jean-Michel POURE
Дата:
Dear all,

Just for information, I noticed the following things, while playing around
with pgAdmin3:

- server status does not have a "Cancel" button,

- query builder cannot lauch due to a segmentation fault,

Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already attached to
GtkMenuItem
Gtk-CRITICAL **: file gtkwidget.c: line 1388 (gtk_widget_destroy): assertion
`GTK_IS_WIDGET (widget)' failed.
Gtk-CRITICAL **: file gtkwidget.c: line 1388 (gtk_widget_destroy): assertion
`GTK_IS_WIDGET (widget)' failed.
Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already attached to
GtkMenuItem

- it should be possible to enlarge the function windows to display the
definition in nearly full-screen,

- clicking on a view "_RETURN" rule produces an infinite loop.

Cheers,
Jean-Michel


Re: pgadmin3

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr]
> Sent: 22 May 2003 15:09
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] pgadmin3
>
>
> Dear all,
>
> Just for information, I noticed the following things, while
> playing around
> with pgAdmin3:
>
> - server status does not have a "Cancel" button,

What platform are you on? Is there not a close button supplied by the
Window Manager?

> - query builder cannot lauch due to a segmentation fault,
>
> Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already attached to
> GtkMenuItem
> Gtk-CRITICAL **: file gtkwidget.c: line 1388
> (gtk_widget_destroy): assertion
> `GTK_IS_WIDGET (widget)' failed.
> Gtk-CRITICAL **: file gtkwidget.c: line 1388
> (gtk_widget_destroy): assertion
> `GTK_IS_WIDGET (widget)' failed.
> Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already attached to
> GtkMenuItem

Is there anything useful in a full debug logfile?

> - it should be possible to enlarge the function windows to
> display the
> definition in nearly full-screen,

Agreed. In pga2 we always intended to modify the hbx control to be
detachable from the form into a full text editor.

> - clicking on a view "_RETURN" rule produces an infinite loop.

Looks OK here - are you running current cvs code or a snapshot?

Regards, Dave.

Re: pgadmin3

От
Jean-Michel POURE
Дата:
> What platform are you on? Is there not a close button supplied by the
> Window Manager?

I am running Kde 3.1 under a RedHat 8.0 platform. The windows manager does not
provide a close button.

> Looks OK here - are you running current cvs code or a snapshot?

snapshot. I tried to compile the CVS release, but obviously I need a more
recent version of autoconf. As I plan to install RedHat 9.0 this week-end, I
did not investigate further.

I propose to get back to you after CVS build.

Tnaks and cheers,
Jean-Michel

Re: pgadmin3

От
Andreas Pflug
Дата:
Jean-Michel POURE wrote:

>I am running Kde 3.1 under a RedHat 8.0 platform. The windows manager does not
>provide a close button.
>
>
There should be at least a system menu, hopefully providing a close button.

Regards,
Andreas


Re: pgadmin3

От
Jean-Michel POURE
Дата:
Le Vendredi 23 Mai 2003 13:39, Andreas Pflug a écrit :
> There should be at least a system menu, hopefully providing a close button.
Hi Andreas,

I was refering to the Server status window, where there should be a cancel
button.
Cheers, Jean-Michel

Re: pgadmin3

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr]
> Sent: 23 May 2003 10:02
> To: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] pgadmin3
>
>
> > What platform are you on? Is there not a close button
> supplied by the
> > Window Manager?
>
> I am running Kde 3.1 under a RedHat 8.0 platform. The windows
> manager does not
> provide a close button.

OK, fix comitted.

> > Looks OK here - are you running current cvs code or a snapshot?
>
> snapshot. I tried to compile the CVS release, but obviously I
> need a more
> recent version of autoconf. As I plan to install RedHat 9.0
> this week-end, I
> did not investigate further.
>
> I propose to get back to you after CVS build.

OK, we do use the most recent autoconf. If you want I can build a source
distro for you to download (ready bootstrapped)?

Regards, Dave

Re: pgadmin3

От
Jean-Michel POURE
Дата:
Le Vendredi 23 Mai 2003 15:16, Dave Page a écrit :
> OK, we do use the most recent autoconf. If you want I can build a source
> distro for you to download (ready bootstrapped)?

Thanks for the proposal, I may try to find a solution by myself. I prefer to
install RedHat 9 and learn more about autoconf.

For information, bootstrap fails under RedHat 8.0 with updated
autoconf-2.57-3.

The logs are:
+ aclocal
+ autoheader
+ automake --foreign --add-missing --copy
configure.ac:7: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'

Cheers,
Jean-Michel