Re: Bug on the beta release: table cell editor - Mailing list pgadmin-support

From Dave Page
Subject Re: Bug on the beta release: table cell editor
Date
Msg-id 46AE49DA.9020402@postgresql.org
Whole thread Raw
In response to Re: Bug on the beta release: table cell editor  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
List pgadmin-support
Hiroshi Saito wrote:
> Hi.
> 
> Yes, Good point:-). Then, I had other problems in the portion.
> I want to repeal the operation....( not accept key Enter)
> However, I think that the review of Dave is required for this.
> 
> pgadmin/frm/frmEditGrid.cpp
> *** pgadmin/frm/frmEditGrid.cpp.orig    2007-07-30 09:34:37.000000000 +0000
> --- pgadmin/frm/frmEditGrid.cpp 2007-07-30 09:36:29.000000000 +0000
> ***************
> *** 644,649 ****
> --- 644,655 ----
>                  fileMenu->Enable(MNU_SAVE, true);
>                  editMenu->Enable(MNU_UNDO, true);
>              }
> +             else
> +             {
> +                 if (keycode > WXK_SCROLL)
> +                     return;
> +             }
> +
>              break;
>      }
>      event.Skip();

I'm not clear what this is trying to do - can you describe the problem
some more?

(I'm not entirely sure what key WXK_SCROLL is - scroll lock perhaps? Or
one that is on a Japanese keyboard? (for those that haven't used one,
they have numerous extra keys and modes that won't be familiar)).

Regards, Dave.


pgadmin-support by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Bug on the beta release: table cell editor
Next
From: "Hiroshi Saito"
Date:
Subject: Re: Bug on the beta release: table cell editor