Thanks for reporting the issue.
First we need to fix XBrowse. If we first press ( one or more ) and then press , the is not working and clearing the spaces.
This is the fix:
METHOD KeyChar( nKey, nFlags ) CLASS TXBrowse
Please locate this line of code:
[code=fw:1c09nnuc][/code:1c09nnuc]
Replace this line with the following line of code:
[code=fw:1c09nnuc][/code:1c09nnuc]
Now the user can enter backspace to clear the space key already entered and press any key wants to seek.
This should solve the problem for now.
Next:
The behavior of going to top when space key is pressed is also not correct. Pressing space key should result in seeking to a blank value or a value with starts with space. If such a value is not found, the space key should be rejected.
This is fixed in the current version now.
↧