Re: extending functionality strategy

From: Ashesh D Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Gevik Babakhani <pgdev(at)xs4all(dot)nl>
Cc: 'Dave Page' <dpage(at)pgadmin(dot)org>, 'Guillaume Lelarge' <guillaume(at)lelarge(dot)info>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: extending functionality strategy
Date: 2008-11-18 13:12:30
Message-ID: 4922BF3E.60306@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi All,

I give a try on this.
* Created a combined component using wxPanel, which contains ctlCtrlView
& arranger buttons both.

It is just a simple development patch.
Lot of modifications will be needed.

Please review it.

Regards,
Ashesh

Gevik Babakhani wrote:
> 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:dpage(at)pgadmin(dot)org]
>> Sent: Wednesday, November 12, 2008 10:44 AM
>> To: Ashesh D Vashi
>> Cc: Gevik Babakhani; Guillaume Lelarge; pgadmin-hackers(at)postgresql(dot)org
>> Subject: Re: [pgadmin-hackers] extending functionality strategy
>>
>> On Wed, Nov 12, 2008 at 9:41 AM, Ashesh D Vashi
>> <ashesh(dot)vashi(at)enterprisedb(dot)com> wrote:
>>
>>> Dave Page wrote:
>>>
>>> On Mon, Nov 10, 2008 at 3:41 PM, Gevik Babakhani
>>>
>> <pgdev(at)xs4all(dot)nl> 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
>>
>
>

Attachment Content-Type Size
ListItemArranger_beta1.patch text/x-patch 12.9 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Luis Ochoa 2008-11-18 14:00:17 Re: TODO List
Previous Message Dave Page 2008-11-18 13:12:16 Re: PATCH for CREATE DATABASE with COLLATE, CTYPE & CONNECTION LIMIT