Re: Fixed help information issue for "Server Instrumentation" guru hint

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Fixed help information issue for "Server Instrumentation" guru hint
Date: 2013-08-06 07:14:22
Message-ID: CANxoLDdA329=CVMx7CpBxVF+H63CQsjuppc=5CGNYPMmdgocPQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Attached is the modified patch. Please review it.

On Tue, Aug 6, 2013 at 12:33 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> On Tue, Aug 6, 2013 at 7:32 AM, Akshay Joshi
> <akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
> >
> >
> >
> > On Mon, Aug 5, 2013 at 6:50 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> >>
> >> Hi
> >>
> >> On Mon, Aug 5, 2013 at 7:54 AM, Akshay Joshi
> >> <akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
> >> > Hi Dave
> >> >
> >> > I have fixed on minor issue where there is no help information (.rst)
> >> > available for "Server Instrumentation" guru hint. Bug is reproducible
> >> > when
> >> > user click on "Help" button on guru hint dialog for "Server
> >> > Instrumentation".
> >> >
> >> > I have fixed it by disabling the "Help" button for "Server
> >> > Instrumentation"
> >> > guru hint. Attached is the patch file. Please review it and if it look
> >> > good
> >> > to you then can you please commit it.
> >>
> >> This doesn't seem like the right approach. We should remove the
> >> invalid helpfile names from the hintArray (set them to NULL/0 I
> >> guess), and then if necessary, modify the dialogue to enable or
> >> disable the button based on that value.
> >
> >
> > I have tried by replacing the invalid helpfile names with
> "wxEmptyString"
> > from the hintArray. It works. With this implementation no action will be
> > perform when user click on "Help" button. Is this behavior acceptable or
> do
> > I need to disable the "Help" button?
>
> It should be disabled too, otherwise the user will think something
> should happen which could be confusing.
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

--
*Akshay Joshi
Senior Software Engineer
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
Phone: +91 20-3058-9522
Mobile: +91 976-788-8246*

Attachment Content-Type Size
Server_Instrumentation_Hint_v2.patch application/octet-stream 1.5 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2013-08-06 09:54:16 Re: Fixed "Slony" related issues
Previous Message Dave Page 2013-08-06 07:03:11 Re: Fixed help information issue for "Server Instrumentation" guru hint