Re: pgadmin 1.6 Beta 2 crashes - Mailing list pgadmin-support

From Dave Page
Subject Re: pgadmin 1.6 Beta 2 crashes
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40176D3DD@ratbert.vale-housing.co.uk
Whole thread Raw
In response to pgadmin 1.6 Beta 2 crashes  ("Dennis, EBAY #1" <ccweb03@yahoo.com>)
Responses Re: pgadmin 1.6 Beta 2 crashes  ("Ezequias Rodrigues da Rocha" <ezequias.rocha@gmail.com>)
List pgadmin-support
 


From: Dennis, EBAY #1 [mailto:ccweb03@yahoo.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. 

pgadmin-support by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Unable to enter money data in pgAdmin III's Edit Grid
Next
From: "Ezequias Rodrigues da Rocha"
Date:
Subject: Re: pgadmin 1.6 Beta 2 crashes