Re: Server Status window work

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Server Status window work
Дата
Msg-id 4994AC28.8060807@lelarge.info
обсуждение исходный текст
Ответ на Re: Server Status window work  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Server Status window work  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Dave Page a écrit :
> On Thu, Feb 12, 2009 at 4:26 PM, Guillaume Lelarge
> <guillaume@lelarge.info> wrote:
>
>> So, we keep the wxAuiManager and add panes. I'm not sure if the result
>> will be really interesting. But I don't think it is much work to do.
>> I'll work on it right now.
>
> Thats what I figured. Just stick everything on a pane instead of a
> notebook page, and away it goes.
>

The patch attached takes care of this. It's not really finished but it
gives an idea of what could be done. There's also the combo stuff. I
would love to get comments on this, to see if I go further.

>>>> They're already wrapped in a wxFlexGridSizer. I don't think we can do
>>>> much with since. Perhaps a toolbar for each tab? but I don't really like
>>>> this idea.
>>> What about replacing the slider and text control with a combo box that
>>> offers Don't refresh, ! second, 5 seconds, 10 seconds, 30 seconds, 1
>>> minute, 5 minutes, 10 minutes, 30 minutes, 1 hour. That will be a
>>> fixed size (and much smaller than the slider), and should be small
>>> enough to fit a decent four-pane layout on an 800x600 window.
>>>
>> OK. If people wants more delay options, we can let the user customize
>> this with options in the options dialog.
>
> I don't think there's any need though, do you?
>

Not now, but perhaps in a future release.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Server Status window work
Следующее
От: Quan Zongliang
Дата:
Сообщение: Import: I need help