Re: pgadmin 1.6 Beta 2 crashes

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Dennis, EBAY #1" <ccweb03(at)yahoo(dot)com>
Cc: <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgadmin 1.6 Beta 2 crashes
Date: 2006-10-09 14:24:23
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40176D3DD@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

________________________________

From: Dennis, EBAY #1 [mailto:ccweb03(at)yahoo(dot)com]
Sent: 07 October 2006 08:51
To: Dave Page
Subject: Re: [pgadmin-support] pgadmin 1.6 Beta 2 crashes


Couple more things after testing (this time I used Windows 2000
Pro SP4)

- dialog window for an constraint creation remembers its
position if it's moved/opened/closed. The problem is that if resolution
on the monitor is reduced, the dialog window falls out of the resolution
range (displayed too much to the right or bottom) and if you open it,
you cannot see it and PgAdmin becomes affectively locked. (same issue
with other nested dialog windows such as the dialog box for adding a
column to a table etc)

I've committed a change to ensure CheckOnScreen() is called during
dialogue creation. This should solve the issue.



- user defined types cannot be chosen as a column during
creation of a table but domains can?

It was excluding composite types as they are commonly the base types for
table rows. I've committed a change to include them, where the pg_class
entry is flagged specifically as a composite type and not a row type.



- what's an 'unknown' data type?

Exactly what it sounds like :-). Also now supressed in pgAdmin.


- double clicking on an object opens its property dialog box but
the box it not focused by default -> this is somewhat annoying as you
cannot close the dialog box by simply clicking escape and at the same
time if you do want to use the property box you have to click on it for
it to gain focus first

Unfortunately it seems that the treeview control grabs focus back after
firing the event that we use to open the dialogue. I'm not sure how we
could work around this.

- as a feature, it would be nice to be able hide Aggregates,
Conversions, Operators etc as those are rarely used -> a properties box
where the user can select which items to show in the schema tree would
be nice

Yes, however this will have to wait for the next version.

Thanks for the feedback.

Regards, Dave.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Patrick Greenwald 2006-10-09 18:31:49 Parenthesis highlighting bug
Previous Message Dave Page 2006-10-09 10:58:32 Re: [pgadmin-support] Unable to enter money data in pgAdmin III's Edit Grid