EditGrid options - Mailing list pgadmin-hackers

From Andreas Pflug
Subject EditGrid options
Date
Msg-id 3F9124C5.3030106@pse-consulting.de
Whole thread Raw
Responses Re: EditGrid options  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgadmin-hackers
Hi Dave,

I just had a look at your recent work, and have some remarks.

- You know I'm not really a fan of popup windows (especially the modal
ones), can't we implement this in a different way?
- The sort (filter-to-come) options are not visible.
- for very large tables, it's annoying if the query is run immediately
when starting the EditGrid, without a chance to restrict it. We might
need a second menu entry to EditGrid like "View filtered data"
- Maybe we could use a wxNotebook, first tab is the data, tab text shows
filter and sort, second tab is "options"
- The button sizes on the options dlg don't conform to the latest design
guide.

Just a hint: when inheriting a dlg from dlgProperty, it will have some
handy methods for listviews available, supplying DlgUnit sizing, headers
filling the rest of the control, ...
Pixels are no legal positioning/sizing units any more.

Regards,
Andreas



pgadmin-hackers by date:

Previous
From: Raphaël Enrici
Date:
Subject: Re: pgadmin 1.0.1 fails to build
Next
From: "Dave Page"
Date:
Subject: Re: EditGrid options