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

Issue with change PDF pages through Thumbnail

More
IP: 192.168.0.70 12 years 2 months ago #4897 by rohitks
- 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
More
IP: 192.168.0.158 12 years 2 months ago #4899 by nermeen
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..
Time to create page: 0.416 seconds
Powered by Kunena Forum