Re: extending functionality strategy - Mailing list pgadmin-hackers

From Gevik Babakhani
Subject Re: extending functionality strategy
Date
Msg-id 003d01c94111$8d1a99b0$0a01a8c0@gevmus
Whole thread Raw
In response to Re: extending functionality strategy  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: extending functionality strategy  ("Dave Page" <dpage@pgadmin.org>)
List pgadmin-hackers
Hi all,

Update regarding the patch:

- I finally was able to test the patch (#2) on CentOS 5.2/GTK. It works as
expected.
- After some investigation and tests, I found no easy way to subclass the
wxListCtrl in order to not change the xrc files.
- In order to fix the broken padding in OSX, I have to fiddle around with
item padding in the xrc file which I have no way of testing at this moment.

I would like to know whether the item ordering/arranger is worth developing
further. Please let me know.

regards,
Gevik.




> -----Original Message-----
> From: Guillaume Lelarge [mailto:guillaume@lelarge.info]
> Sent: Wednesday, October 29, 2008 1:48 PM
> To: Gevik Babakhani
> Cc: 'Dave Page'; pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] extending functionality strategy
>
> Gevik Babakhani a écrit :
> >>>> - The buttons should not become active when viewing an
> >> existing type.
> >>> Done.
> >>>
> >> They're still active for me.
> >
> > They should not be active when editing an existing type.
> Did your try
> > patch #2? I thought I renamed the file to uppercase there.
> >
>
> I only used #2 patch.
>
>
> --
> Guillaume.
>  http://www.postgresqlfr.org
>  http://dalibo.com
>


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7497 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/include/schema pgadmin/schema
Next
From: "Dave Page"
Date:
Subject: Re: extending functionality strategy