Re: [pgadmin-hackers] Dialogs review

2008-07-21 Thread Dave Page
On Sat, Jul 19, 2008 at 3:50 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Okay... the wxListCtrl resize problem seems to be a wxMac confirmed bug. See > http://trac.wxwidgets.org/ticket/4814 bug report for more details. Not sure > about what we should do with this... debug the stuff on wxMac

Re: [pgadmin-hackers] Dialogs review

2008-07-21 Thread Dave Page
On Sat, Jul 19, 2008 at 3:50 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Anyways, I attach the new dlgCast.xrc patch file. That looks pretty sweet, and works well :-). The only thing I note, is that even with a bigger gap between controls, the bottom highlight on the active control (the bl

Re: [pgadmin-hackers] Dialogs review

2008-07-21 Thread Guillaume Lelarge
Dave Page a écrit : On Sat, Jul 19, 2008 at 3:50 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: Anyways, I attach the new dlgCast.xrc patch file. That looks pretty sweet, and works well :-). The only thing I note, is that even with a bigger gap between controls, the bottom highlight on the

[pgadmin-hackers] dlgCheck review

2008-07-21 Thread Guillaume Lelarge
A small property dialog. Works on Linux and Mac OS X. Comments? -- Guillaume. http://www.postgresqlfr.org http://dalibo.com wxDEFAULT_DIALOG_STYLE|wxCAPTION|wxSYSTEM_MENU|wxRESIZE_BORDER|wxRESIZE_BOX|wxTHICK_FRAME 1 0 0 Pro

Re: [pgadmin-hackers] Dialogs review

2008-07-21 Thread Guillaume Lelarge
Dave Page a écrit : On Sat, Jul 19, 2008 at 3:50 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: Okay... the wxListCtrl resize problem seems to be a wxMac confirmed bug. See http://trac.wxwidgets.org/ticket/4814 bug report for more details. Not sure about what we should do with this... debug th