Android Question PageTurnView with large text generate error

le_toubib

Active Member
Licensed User
Longtime User
hi all
i m trying to add a large text (like 14kb max) to the pageturnview , by concatenating several smaller variables.

but i keep getting this error :

Parsing code. Error
The indicator is not allowed to be zero-length. This also may have occurred if you specified a TextRange that is outside the bounds of the document.

i didnt change anything in the original PageTurnView Demo except the text.
even if i Comment the whole text variables , it still gives the same error.
Any clue what that means.?
 
Top