Whenever i am trying to export map into pdf getting javascript error as Unknown name.
Here is the line where the script debugger stops when i say debug
return eval(instance.CallFunction("<invoke name=\""+name+"\" returntype=\"javascript\">" + __flash__argumentsToXML(arguments,0) + "</invoke>"));
Hope this information might help you in finding out the problem.
instance.CallFunction("<invoke name=\"hasRendered\" returntype=\"javascript\"><arguments></arguments></invoke>")
<script Error>
eval(instance.CallFunction("<invoke name=\""+name+"\" returntype=\"javascript\">" + __flash__argumentsToXML(arguments,0) + "</invoke>"))
instance.CallFunction("<invoke name='hasRendered' returntype='javascript'><arguments></arguments></invoke>")
<script Error>
Anyone who can help out in this regard.
URFriend replied to URFriend's topic in General usage
Thank you for the response. I don't have live link as i am currently running locally. Do let me know if we can share in any other way my local.
I have also attached a screen shot. On the right top u see Select a action in that list box when we select a value trying to export all into pdf. Heat map,Source Watch are using Map and Chart respectively.