Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1
  • 2

TOPIC:

how to play video on single click? 7 years 2 months ago #11901

  • rachnasagar
  • rachnasagar's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
  • Posts: 69
  • Thank you received: 0

File Attachment:

File Name: logerror.txt
File Size:6 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?.
Attachments:

Please Log in or Create an account to join the conversation.

Last edit: by rachnasagar.

how to play video on single click? 7 years 2 months ago #11902

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
first you have to check if the annot is not null, then call GetType().
Something like that:
if(annot != null && annot.GetType() == 19) //movie
	m_view.PDFPerformAnnot();
The following user(s) said Thank You: rachnasagar

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
  • 2
Powered by Kunena Forum