- Posts: 36
- Thank you received: 1
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
about OnPDFBlankTapped
IP: 192.168.0.71
9 years 2 weeks ago #12824
by manwon
about OnPDFBlankTapped was created by manwon
I am testing the search bar. I press the next or previous button for searching. When I pressed those button, sometime will call the OnPDFBlankTapped. But I don't touch any blank place. How can I fix it?
Thank
Thank
IP: 192.168.0.71
9 years 2 weeks ago - 9 years 2 weeks ago #12825
by Davide
Replied by Davide on topic about OnPDFBlankTapped
Hi,
can you reproduce it with the last demo project?
When the OnPDFBlankTapped is called, does the top bar disappear?
If yes, this means that you tapped outside the "next-previous" button area and the behavior is correct.
You can enlarge this area by adding padding or margin to the next-prev buttons in bar_find.xml
Before doing any test clean your project.
can you reproduce it with the last demo project?
When the OnPDFBlankTapped is called, does the top bar disappear?
If yes, this means that you tapped outside the "next-previous" button area and the behavior is correct.
You can enlarge this area by adding padding or margin to the next-prev buttons in bar_find.xml
Before doing any test clean your project.
Last edit: 9 years 2 weeks ago by Davide.
IP: 192.168.0.71
9 years 2 weeks ago #12826
by manwon
Replied by manwon on topic about OnPDFBlankTapped
Thanks for your replay. I resolved this issue.
I have another question about searching.
I just search some text. I pressed the close button to disable search toolbar and function. But I can see the searching result.
I want to disable searching result after press the close button
See the below image link
http://imgur.com/a/lbro7
Thanks
I have another question about searching.
I just search some text. I pressed the close button to disable search toolbar and function. But I can see the searching result.
I want to disable searching result after press the close button
See the below image link
http://imgur.com/a/lbro7
Thanks
IP: 192.168.0.71
9 years 2 weeks ago #12827
by Davide
Replied by Davide on topic about OnPDFBlankTapped
Hi,
next time, you should split this question into another post.
To hide results you simply have to call :
next time, you should split this question into another post.
To hide results you simply have to call :
Code:
m_view.PDFFindEnd();
IP: 192.168.0.71
9 years 2 weeks ago #12828
by manwon
Replied by manwon on topic about OnPDFBlankTapped
I cannot find the PDFFIndEnd function.
IP: 192.168.0.71
9 years 2 weeks ago #12829
by Davide
Replied by Davide on topic about OnPDFBlankTapped
Hi,
you will find it in PDFLayoutView
you will find it in PDFLayoutView
Time to create page: 0.417 seconds