Do you have PageTurnView lib version 1.3?
Parsing code. Error
Error parsing program.
Error description: Unknown type: textpaginator
Are you missing a library reference?
Occurred on line: 29
Dim Pager As TextPaginator
Sub PTException()
Dim Ex As ExceptionEx
Dim where As String
Ex = LastException
Dim args(2) As Object
args(0) = LastException.Message
where = Ex.StackTraceElement(2) ' get Java line of error
args(1) = where
PageTurner.RunOnGuiThread("ShowPTError", args)
End Sub
Parsing code. Error
Error parsing program.
Error description: Unknown type: exceptionex
Are you missing a library reference?
Occurred on line: 123
Dim Ex As ExceptionEx