I went through the earlier post regarding dynamically setting the configuration file.
in the code
setConfiguration1()
you are closing the part of the editor.
Does that mean that all that was written in the editor would get erased ?
Piyush
Best Answer
O
Olivier @MyScript
said
about 1 year ago
Dear Piyush,
Indeed, the ink previously written will be lost.
If you want restore it, then you shall save the strokes, and add these again proceeding as done in the "handleOnTouchForPointer" function of the InputController.java.
Best regards,
Olivier
1 Comment
O
Olivier @MyScript
said
about 1 year ago
Answer
Dear Piyush,
Indeed, the ink previously written will be lost.
If you want restore it, then you shall save the strokes, and add these again proceeding as done in the "handleOnTouchForPointer" function of the InputController.java.
Piyush Agarwal
Hi Olivier,
I went through the earlier post regarding dynamically setting the configuration file.
in the code
setConfiguration1()
you are closing the part of the editor.
Does that mean that all that was written in the editor would get erased ?
Piyush
Dear Piyush,
Indeed, the ink previously written will be lost.
If you want restore it, then you shall save the strokes, and add these again proceeding as done in the "handleOnTouchForPointer" function of the InputController.java.
Best regards,
Olivier
Olivier @MyScript
Dear Piyush,
Indeed, the ink previously written will be lost.
If you want restore it, then you shall save the strokes, and add these again proceeding as done in the "handleOnTouchForPointer" function of the InputController.java.
Best regards,
Olivier