Re: Some remarks to pgadmin III

From: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Some remarks to pgadmin III
Date: 2003-08-15 17:16:19
Message-ID: 3F3D1563.1040408@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Andreas Pflug wrote:

> Adam, I believe it's time you have a look at the source what's really
> going on there. The grid doesn't have control over the data, it's
> pgadmin3 managing it.

Yeah, that's a good idea. :-) Not today, though, my head hurts.
Besides, I don't really want to be able to sort the data, I just just
trying to help claudius. :)

> Minimize/Maximize is implemented by GDI and gtk, Select All is not.
> You want to change the Win API? Good luck....
> BTW, Alt-A is quite a bad idea, Alt keys should be left free for
> application shortcuts, not used by controls.

Okay, as much as I hate to admit it, I was wrong. It looks like (at
least as far as wxWindows is concerned) if we want to support Ctrl-A, we
would have to implement it ourself. It shouldn't be too hard, though,
the question would be:

*) What key sequence(s) are we going to support?
*) What does Ctrl-A (or whatever) mean depending on what
window/box/control is selected. A Ctrl-A in the tree view would be very
different from a Ctrl-A in the SQL pane.

Do we want to do this, if so, what are the answers to the above questions.

ahp

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-08-15 17:21:45 Re: pgAdmin III bug
Previous Message Andreas Pflug 2003-08-15 16:17:44 Re: Some remarks to pgadmin III