From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
---|---|
To: | Dave Page <dpage(at)pgadmin(dot)org> |
Cc: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: Server Status window work |
Date: | 2009-02-12 15:28:47 |
Message-ID: | 4994402F.3030106@lelarge.info |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Guillaume Lelarge a écrit :
> [...]
>>> On the second one, if we try to remember the tab layout (not difficult),
>>> do we also need to remember the pane layout? much more difficult.
>> We should certainly record and restore the perspective (as we seem to
>> be), but it doesn't appear to be doing anything. I would expect the
>> layout to be restored, so if I run the tool every morning with a
>> preferred layout (say three tabs, two at the top, one below, all
>> visible at once) I don't have to re-layout everything again. Consider
>> Visual Studio, in which the layout is retained but would be quite
>> frustrating if it wasn't.
>>
>
> I understand, and I agree with you. The application can split a
> wxAuiNotebook (with the Split() method). Unfortunately, we can't change
> its size, position, and contents. I'm afraid this widget won't allow us
> to do what we want.
>
> The only way left is to use multiple panes with one wxAuiNoteBook on
> each pane... and disallow the split stuff.
>
Comments? do I try to use multiple panes?
--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2009-02-12 15:58:27 | Re: Server Status window work |
Previous Message | Chuck McDevitt | 2009-02-12 02:06:10 | Re: pgAdmin for Greenplum database? |