Re: Need suggestion for showing boolean parameters on Property Dialogs

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Ashesh Vashi" <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Need suggestion for showing boolean parameters on Property Dialogs
Date: 2009-01-09 09:42:24
Message-ID: 937d27e10901090142s692dfd2cu37895ad0deb18ef2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Fri, Jan 9, 2009 at 9:38 AM, Ashesh Vashi
<ashesh(dot)vashi(at)enterprisedb(dot)com> wrote:
> Hi All,
>
> I am currently working on window function (pg 8.4 new features).
> I need suggestions from all of you, while showing the boolean properties
> in the properties dialog.
>
> As you can see in the screen shot attached, we have now good number of
> boolean
> parameters in the properties.
>
> And, now we're lack of space.
> We can't go all the time to increase the size of the dialog.
> We need some mechanism to saw these kind of parameters to utilize the space
> properly.

Hi Ashesh,

For some reason the image isn't displaying here - but what about using
a wxCheckListBox?

http://docs.wxwidgets.org/stable/wx_wxchecklistbox.html#wxchecklistbox

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2009-01-09 21:37:05 SVN Commit by dpage: r7544 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/utils pgadmin/ui
Previous Message Ashesh Vashi 2009-01-09 09:38:13 Need suggestion for showing boolean parameters on Property Dialogs