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

FromDave Page
SubjectRe: Bug on the beta release: table cell editor
Date
Msg-id[email protected]
Whole thread Raw
In response toRe: Bug on the beta release: table cell editor  ("Hiroshi Saito" <[email protected]>)
Listpgadmin-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