Otolith app crashing
Hi. I am using the Otolith app v9.1 and it keeps on crashing. An error appears in the project workbench saying " Specified cast is not available, line 2766, character 1. Line 2766 reads "For Each t As McGraphObjText In _annotationOverlay"...not sure whats happening but your help would be much appreciated!
Thanks,
Eimear
Thanks,
Eimear
0
Answers
Private Function GetComment As McGraphObjText If _annotationOverlay IsNot Nothing Then For Each go As McGraphObj In _annotationOverlay If go.ClassName = "McGraphObjText" AndAlso go.UserData IsNot Nothing AndAlso go.UserData.ToString = "Otolith_Comment" Then Return go End If Next End If Return Nothing End Function
Thanks,
Eimear
Hi NikitaRG,
Your fixed GetComment function here worked for my "Otolith app error" here:
http://forums.mediacy.com/discussion/comment/1515#Comment_1515
Thanks for all of your solutions! They have been super helpful