| From: | Vinicius Santos <vinicius(dot)santos(dot)lista(at)gmail(dot)com> |
|---|---|
| To: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
| Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: More information about the selected objects |
| Date: | 2012-08-26 19:26:06 |
| Message-ID: | CAOTD_5FpKQ9WXCq8i2rqeFbRcwbyuXCfsdD8MvpD=fgcVe8mqQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
>
> Got some time to work on this. SetLabel is useful for widgets, not for
> windows. Change your call to the SetLabel() method with a call to
> SetTitle(). Works great for me on Linux. Don't know on Windows, maybe
> you could check?
>
Yes. Of course.
>
> About your patch, it seems good so far. My only issue is that, when I
> click on the root node, or on a servers group node, it still displays
> the old connection string. It shouldn't. It should get back to "pgAdmin
> III".
>
OK. It's true.
>
> Another thing that bugs me. To show the full name of an object, you use
> this code:
>
> GetSchema()->GetName() + wxT(".") + GetName()
>
> instead of the simpler:
>
> GetFullIdentifier()
>
OK. I'll make the changes.
Thanks!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | pgAdmin Trac | 2012-08-27 14:14:23 | [pgAdmin III] #377: Regression in 1.16 b4: missing items from context menu for indexes and pkeys |
| Previous Message | Vinicius Santos | 2012-08-26 19:06:48 | Re: Autosave in the SQL Editor |