SetWordListSize 5 (I guess this is to display the maximum number of words in the SmartGridView)
SetCharListSize 1
Thanks,
Piyush
Best Answer
O
Olivier @MyScript
said
10 months ago
Dear Piyush,
please find the explanation:
-SetTextListSize is to set the number of candidates at text level. we recommend you leave it as is
-SetWordListSize is to set the number of candidates at word level. As you have noticed, this corresponds to the maximum number of words displayed in the SmartGridView or exported in the JIIX file
-SetTextListSize is to set the number of candidates at text level. we recommend you leave it as is
-SetWordListSize is to set the number of candidates at word level. As you have noticed, this corresponds to the maximum number of words displayed in the SmartGridView or exported in the JIIX file
Piyush Agarwal
Hi Team,
Could you please explain the difference between
SetTextListSize 1
SetWordListSize 5 (I guess this is to display the maximum number of words in the SmartGridView)
SetCharListSize 1
Thanks,
Piyush
Dear Piyush,
please find the explanation:
-SetTextListSize is to set the number of candidates at text level. we recommend you leave it as is
-SetWordListSize is to set the number of candidates at word level. As you have noticed, this corresponds to the maximum number of words displayed in the SmartGridView or exported in the JIIX file
-SetCharListSize is the number of character candidates. You can access these when exporting to JJIX and setting the "
export.jiix.text.chars
" configuration to true https://developer.myscript.com/docs/interactive-ink/1.3/reference/configuration/#generalBest regards,
Olivier
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstOlivier @MyScript
Dear Piyush,
please find the explanation:
-SetTextListSize is to set the number of candidates at text level. we recommend you leave it as is
-SetWordListSize is to set the number of candidates at word level. As you have noticed, this corresponds to the maximum number of words displayed in the SmartGridView or exported in the JIIX file
-SetCharListSize is the number of character candidates. You can access these when exporting to JJIX and setting the "
export.jiix.text.chars
" configuration to true https://developer.myscript.com/docs/interactive-ink/1.3/reference/configuration/#generalBest regards,
Olivier
Piyush Agarwal
Thanks Olivier