Start a new topic
iink SDK on Device
https://developer.myscript.com/refguides/interactive-ink/android/1.4/
Registers a list of pointer events.
How can i can take "processGestures" for this problem?
Dear User,
in batch mode, it is not possible to detect gestures. This is only possible in incremental mode.
Also, please note in incremental mode we do not have a "gesture listener", that would return the detected gesture.
Best regards,
Olivier
thank you for contacting us.
Currently, in which context are you using the "pointerEvents" function? Are you using the iink SDK in batch mode (non-interactive offscreen mode)? https://developer.myscript.com/docs/interactive-ink/1.4/android/fundamentals/editing/#series-of-events
In that case, our recommendation is that you set the processGestures to false, as gesture detection shall not be activated when adding the strokes as series of events.
You can also refer to the corresponding API function: https://developer.myscript.com/refguides/interactive-ink/android/1.4/com/myscript/iink/Editor.html#pointerEvents-com.myscript.iink.PointerEvent:A-boolean-
Dear Olivier:
Thank you for help.
>Currently, in which context are you using the "pointerEvents" function? Are you using the iink SDK in batch mode (non-interactive offscreen mode)? https://developer.myscript.com/docs/interactive->ink/1.4/android/fundamentals/editing/#series-of-events
I want to use iink SDK in batch mode, and need the batch mode can recognize the gesture, and give me the gesture type, how can i do?
Brs
47778988
https://developer.myscript.com/refguides/interactive-ink/android/1.4/
Registers a list of pointer events.
How can i can take "processGestures" for this problem?
Dear User,
in batch mode, it is not possible to detect gestures. This is only possible in incremental mode.
Also, please note in incremental mode we do not have a "gesture listener", that would return the detected gesture.
Best regards,
Olivier
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstOlivier @MyScript
Dear User,
thank you for contacting us.
Currently, in which context are you using the "pointerEvents" function? Are you using the iink SDK in batch mode (non-interactive offscreen mode)? https://developer.myscript.com/docs/interactive-ink/1.4/android/fundamentals/editing/#series-of-events
In that case, our recommendation is that you set the processGestures to false, as gesture detection shall not be activated when adding the strokes as series of events.
You can also refer to the corresponding API function: https://developer.myscript.com/refguides/interactive-ink/android/1.4/com/myscript/iink/Editor.html#pointerEvents-com.myscript.iink.PointerEvent:A-boolean-
Best regards,
Olivier
47778988
Dear Olivier:
Thank you for help.
>Currently, in which context are you using the "pointerEvents" function? Are you using the iink SDK in batch mode (non-interactive offscreen mode)? https://developer.myscript.com/docs/interactive->ink/1.4/android/fundamentals/editing/#series-of-events
I want to use iink SDK in batch mode, and need the batch mode can recognize the gesture, and give me the gesture type, how can i do?
Brs
Olivier @MyScript
Dear User,
in batch mode, it is not possible to detect gestures. This is only possible in incremental mode.
Also, please note in incremental mode we do not have a "gesture listener", that would return the detected gesture.
Best regards,
Olivier
1 person likes this