TTMSFNCSearcEdit: Can't enter dot if pop-up is active

Hello,

I'm using TMSFNCSearchEdit. Whenever the pop-up is active, no dot can be entered.

I'm using TMSFNC-Version: 3.7.2.2 and Delphi 10.2.

It works if I change the following line of code:
Line 995 in VLC.TMSFNCSearchEdit.pas

  • if not (k in [KEY_ESCAPE,KEY_INSERT,(KEY_DELETE,)KEY_UP,KEY_DOWN,KEY_LEFT,KEY_RIGHT,KEY_HOME,KEY_END,KEY_PRIOR,KEY_NEXT,KEY_TAB,KEY_BACK, KEY_RETURN]) then

I commented out KEY_DELETE. Ord('.') = KEY_DELETE (same value!).

Thanks in advance.

Greetings
Andreas Maier

We have fixed this here, next version will address this.