Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

how to play video on single click?

More
9 years 7 months ago - 9 years 7 months ago #11901 by rachnasagar

File Attachment:

File Name: logerror.txt
File Size:6.43 KB

Can you please brief me how to get annot value gettype in PDFViewAct class..

I have checked but didnt get the value

i Got some of the numerical values on annot.getvalue().

But when I click on screen application unfortunately stopped message came ?

so please tell me how to get the correct value?.
Last edit: 9 years 7 months ago by rachnasagar.
More
9 years 7 months ago #11902 by Davide
Hi,
first you have to check if the annot is not null, then call GetType().
Something like that:
Code:
if(annot != null && annot.GetType() == 19) //movie m_view.PDFPerformAnnot();
Time to create page: 0.351 seconds
Powered by Kunena Forum