celleditor
Posted: Sun May 15, 2016 2:00 pm
Hi Roger,
In DCBROWSE I use this:
EDIT xbeBRW_ItemSelected ;
MODE DCGUI_BROWSE_EDITEXIT ;
but the user can press the Up or Down keys, and the editor moves to the line according to the arrow. But I do not want this. I want the celledit finish when the user hit the Up or Down arrow like the with ENTER key.
I have very complex BROWSES, and I do not know why, but 2-3 Up or Down keypress in celledit freeze. The cursor blinking in the edit field, but there is no keyboard input processed. No letters no arrows, no ENTER. Nothing works, until the user click to another cell with the mouse. After that it works again until the next 2-3 Up or Down arrow keypress in cellediting.
I can replicate it 100/100 in my program, but I cannot in a separate small testprogram.
Because of it,I only want to be able to exit from celleditor with the Up or Down arrow.
The other reason is, if I editing an indexed column, the position of the row is moving after celledit, and in this case the Up/Down key not good if stays in celledit.
Best regards,
Zoltan
In DCBROWSE I use this:
EDIT xbeBRW_ItemSelected ;
MODE DCGUI_BROWSE_EDITEXIT ;
but the user can press the Up or Down keys, and the editor moves to the line according to the arrow. But I do not want this. I want the celledit finish when the user hit the Up or Down arrow like the with ENTER key.
I have very complex BROWSES, and I do not know why, but 2-3 Up or Down keypress in celledit freeze. The cursor blinking in the edit field, but there is no keyboard input processed. No letters no arrows, no ENTER. Nothing works, until the user click to another cell with the mouse. After that it works again until the next 2-3 Up or Down arrow keypress in cellediting.
I can replicate it 100/100 in my program, but I cannot in a separate small testprogram.
Because of it,I only want to be able to exit from celleditor with the Up or Down arrow.
The other reason is, if I editing an indexed column, the position of the row is moving after celledit, and in this case the Up/Down key not good if stays in celledit.
Best regards,
Zoltan