Thread: pgAdmin3

pgAdmin3

From
Darko Prenosil
Date:
    Great work, looks exactly like old windoz version ...
but developers should more carefully use "printf" feature of wxString
(converting numbers to string). wxString is localized, and this means that
some of us get 1,2345 instead of 1.2345. When I fixed those bugs (mainly in
the utils/misc.cpp) it was able to  start it. Before that I was unable to
connect because pgAdmin sad that my version of postgres is 7.0 !!!
    It is a pity it does not work with X11 version of wxWindows (drag and drop
not supported for X11 - what for did you need dnd ?), so I was forced to use
GTK.

Keep up the god work !!!

Regards !


Re: pgAdmin3

From
"Dave Page"
Date:

> -----Original Message-----
> From: Darko Prenosil [mailto:darko.prenosil@finteh.hr]
> Sent: 13 May 2003 16:52
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] pgAdmin3
>
>
>     Great work, looks exactly like old windoz version ...
> but developers should more carefully use "printf" feature of wxString
> (converting numbers to string). wxString is localized, and
> this means that
> some of us get 1,2345 instead of 1.2345. When I fixed those
> bugs (mainly in
> the utils/misc.cpp) it was able to  start it. Before that I
> was unable to
> connect because pgAdmin sad that my version of postgres is 7.0 !!!

Hi Darko,

Do you know if this is a Unix specific issue? I just set my decimal
seperator to , on my Windoze laptop and it worked fine. I think I
remember someone else running into this issue though so it's possible
one of the other guys fixed it recently I guess.

>     It is a pity it does not work with X11 version of
> wxWindows (drag and drop
> not supported for X11 - what for did you need dnd ?), so I
> was forced to use
> GTK.

I think Keith used it in the Query Builder code. If that's all that is
stopping the X11 build from working then we can possibly remove that
functionality for X11 builds as I don't think it's essential anyway.

> Keep up the god work !!!

Thanks, we will.

Regards, Dave.