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

TOPIC:

Issue with change PDF pages through Thumbnail 10 years 3 months ago #4897

  • rohitks
  • rohitks's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
- Use def_view = 3
- Change PDF pages through Thumbnail
- For e.g. change PDF pages through Thumbnail from Page No. 1 to Page no. 8


PDFReaderActivity:OnPDFPosChanged(PDFPos pos)

if (pageno != m_pageno)
{

m_pageno = pageno;
m_listener.OnPageChanged(pageno);
}

"m_listener.OnPageChanged(pageno);" gets called multiple times.
Expected behaviour would be it should be called once, since page is changed from 1 to 8 only.

Please advice

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

Issue with change PDF pages through Thumbnail 10 years 3 months ago #4899

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
Testing with the demo project, PDFReaderAct.OnPageChanged is entered only once..so can you test using the demo project and then check what is the difference between the two projects..

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

  • Page:
  • 1
Powered by Kunena Forum