But for the editors enabled with this configuration, the 'contentChanged' event for the EditorListener is not called back.. Can you please let me know, if I need to make any additional changes / inputs.
Best Answer
O
Olivier @MyScript
said
almost 2 years ago
Dear Raja K,
thank you for contacting us and your questions.
If I understand well, you are setting the configuration to the editor as follows?:
Normally, you should then add later the listener to the editor, as the configuration of the editor shall be set before, which doesn't seem to be the case on your side.
If you set it properly, please provide us with your code, it will help understand.
I would like to Achieve, Automatic conversion as the user writes on the 'Text Editor'. If there is an alternative/better approach, please suggest.
>>Currently, conversion is done as soon as you start writing. What you you can is "export" the result regularly (e.g. as text), and displays it immediately.
Normally, you should then add later the listener to the editor, as the configuration of the editor shall be set before, which doesn't seem to be the case on your side.
If you set it properly, please provide us with your code, it will help understand.
I would like to Achieve, Automatic conversion as the user writes on the 'Text Editor'. If there is an alternative/better approach, please suggest.
>>Currently, conversion is done as soon as you start writing. What you you can is "export" the result regularly (e.g. as text), and displays it immediately.
Raja K
Hi,
I have custom recognition enabled for Addresses (town/city) for India. The configuration is as follows.
For this configuration, I create the editor and set the ContentPart name using -
conf.setString("text.configuration.name", "address");
But for the editors enabled with this configuration, the 'contentChanged' event for the EditorListener is not called back.. Can you please let me know, if I need to make any additional changes / inputs.
Dear Raja K,
thank you for contacting us and your questions.
If I understand well, you are setting the configuration to the editor as follows?:
Normally, you should then add later the listener to the editor, as the configuration of the editor shall be set before, which doesn't seem to be the case on your side.
If you set it properly, please provide us with your code, it will help understand.
I would like to Achieve, Automatic conversion as the user writes on the 'Text Editor'. If there is an alternative/better approach, please suggest.
>>Currently, conversion is done as soon as you start writing. What you you can is "export" the result regularly (e.g. as text), and displays it immediately.
Best regards,
Olivier
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstRaja K
I would like to Achieve, Automatic conversion as the user writes on the 'Text Editor'. If there is an alternative/better approach, please suggest..
Olivier @MyScript
Dear Raja K,
thank you for contacting us and your questions.
If I understand well, you are setting the configuration to the editor as follows?:
Normally, you should then add later the listener to the editor, as the configuration of the editor shall be set before, which doesn't seem to be the case on your side.
If you set it properly, please provide us with your code, it will help understand.
I would like to Achieve, Automatic conversion as the user writes on the 'Text Editor'. If there is an alternative/better approach, please suggest.
>>Currently, conversion is done as soon as you start writing. What you you can is "export" the result regularly (e.g. as text), and displays it immediately.
Best regards,
Olivier