I can give it a try. The xrc file(s) will have a minor change anyway by replacing wxListCtrl with the "unknown" placeholder which then is populated with the composite control in the code.
> -----Original Message----- > From: Dave Page [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 12, 2008 10:44 AM > To: Ashesh D Vashi > Cc: Gevik Babakhani; Guillaume Lelarge; [email protected] > Subject: Re: [pgadmin-hackers] extending functionality strategy > > On Wed, Nov 12, 2008 at 9:41 AM, Ashesh D Vashi > <[EMAIL PROTECTED]> wrote: > > > > > > Dave Page wrote: > > > > On Mon, Nov 10, 2008 at 3:41 PM, Gevik Babakhani > <[EMAIL PROTECTED]> wrote: > > > > > > Thinking about new solutions.... > > > > Perhaps we could create a composite type (a wxPanel hosting a > > wxListCtrl and the buttons) that has an interface like the > wxListCtrl. > > This way we should not need to change the xrc files. > > > > > > > > That should be possible. Are you going to give it a go? > > > > > > I was trying the same earlier, but did not get any success. > :( May be > > - I am not much familiar with wxWidgets. > > OK, no problem - I did throw you in at the deep end somewhat :-) > > -- > Dave Page > EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
