ComboBox for FK columns in EditGrid - Mailing list pgadmin-hackers

From Robins Tharakan
Subject ComboBox for FK columns in EditGrid
Date
Msg-id 36af4bed0802130833y6423ff4k6afd7dfd61a98d6c@mail.gmail.com
Whole thread Raw
Responses Re: ComboBox for FK columns in EditGrid
List pgadmin-hackers
Hi,

In searching for what to add next to PgAdmin, I saw that the PgAdmin TODO list has listed ComboBoxes in ForeignKey columns as one of its requirements.

Is anyone working on it ?
I would want to give it a try if I could understand wxWidgets a little bit more.

And for that, any recommendations as to which control to use ?
Should I use wxVListBox (in case the list is large) or simply use wxListView and warn for large lists ?
Or any other ?

Robins

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7076 - trunk/pgadmin3
Next
From: "Dave Page"
Date:
Subject: Re: ComboBox for FK columns in EditGrid