Thread: PGA3 Bugs List

PGA3 Bugs List

From
"Dave Page"
Date:
Hi all,

Mark has added a BUGS.txt for pgadmin3 to CVS. Can we please make use of
this to keep track of any issues found that we can't immediately fix.

There is also a TODO.txt which specifies who is doing what. Likewise, it
would be useful to keep this up to date.

Thanks, Dave.


Re: PGA3 Bugs List

From
Andreas Pflug
Date:
Dave Page wrote:

>Hi all,
>
>Mark has added a BUGS.txt for pgadmin3 to CVS. Can we please make use of
>this to keep track of any issues found that we can't immediately fix.
>
>
>
Hm, had a look at it.
wrong added server icon already fixed, but couldn't reproduce 1) and 2)
crashes.
3) is about Cast/Conversion/Operator Class icons?
4) is problable caused by incomplete event handler method arguments.
BTW, XECed complains about missing mandatory parameters in frmQBJoin.

Regards,
Andreas


Re: PGA3 Bugs List

From
"Dave Page"
Date:

> -----Original Message-----
> From: Andreas Pflug [mailto:Andreas.Pflug@web.de]
> Sent: 10 April 2003 10:25
> To: Dave Page; pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] PGA3 Bugs List
>
>
> Dave Page wrote:
>
> >Hi all,
> >
> >Mark has added a BUGS.txt for pgadmin3 to CVS. Can we please
> make use
> >of this to keep track of any issues found that we can't immediately
> >fix.
> >
> >
> >
> Hm, had a look at it.
> wrong added server icon already fixed, but couldn't reproduce
> 1) and 2)
> crashes.

I've seen them myself, so they're definately there. 1 occurs if you
specify a hostname that doesn't exist. We can check 2 again to look for
more specific circumstances.

> 3) is about Cast/Conversion/Operator Class icons?

Yes. Mark did the original icon conversions, and we have them for pga2
so it's just a case of converting a few more.

> 4) is problable caused by incomplete event handler method arguments.

Will take a look.

> BTW, XECed complains about missing mandatory parameters in frmQBJoin.

Keith?

Regards, Dave.


Re: PGA3 Bugs List

From
efesar
Date:
> > BTW, XECed complains about missing mandatory parameters in frmQBJoin.
>
> Keith?
>
> Regards, Dave.

Dave,

Working on it, but what is XECed?

-Keith


Re: PGA3 Bugs List

From
"Dave Page"
Date:

> -----Original Message-----
> From: efesar [mailto:efesar@nmia.com]
> Sent: 10 April 2003 14:11
> To: Dave Page; Andreas Pflug; pgadmin-hackers@postgresql.org
> Cc: Mark Yeatman
> Subject: RE: [pgadmin-hackers] PGA3 Bugs List
>
>
> > > BTW, XECed complains about missing mandatory parameters in
> > > frmQBJoin.
> >
> > Keith?
> >
> > Regards, Dave.
>
> Dave,
>
> Working on it, but what is XECed?

It's an XRC editor written in wxPython. Mark & I (and I assume now
Andreas) use it for editting the xrc files. You can get it from
www.wxwindows.org iirc.

Regards, Dave.


Re: PGA3 Bugs List

From
efesar
Date:
> > BTW, XECed complains about missing mandatory parameters in frmQBJoin.

Dave,

Fixed now. I am using XRCed now instead of the one that comes with wxWindows
(which is apparently non-compliant???)

-Keith