On Mon, Jun 16, 2008 at 11:07 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > > OK, this works on my local branch but I still have one issue with it: if the > user change the name of a newly created object in the SQL text field, the > treeview will display the name available in the name field, not the real one > available in the SQL text field.
The only way I can think to handle that is to refresh the parent collection, not just the object being modified. That can be potentially dangerous if the user has another property dialogue for a sibling object open though (actually that's an issue now iirc - this would just make it far more likely to occur). -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
