- Posts: 97
- Thank you received: 0
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
Dynamical parameters and invalidate()
- ankur123987
-
Topic Author
- Offline
- Premium Member
-
- Available as freelancer (ex website to app 30min)
Less
More
10 years 7 months ago - 10 years 7 months ago #10224
by ankur123987
add EditText and check box at pdf was created by ankur123987
thanks david for write the separate function that function is not worked for me as i use PDFLayoutView and VPage class however i modified your code now worked for me i have other query i want to add text on touch event .
similiar as in demo of adding "note" . in currently method i have to pass static parameter for particular area . i want it dynamically
please help one more query invalidate() is not recoznized in activity class so its take some scrolling of pdf for refresh the page . what would solution of it
thanks you
similiar as in demo of adding "note" . in currently method i have to pass static parameter for particular area . i want it dynamically
please help one more query invalidate() is not recoznized in activity class so its take some scrolling of pdf for refresh the page . what would solution of it
thanks you
Last edit: 10 years 7 months ago by ankur123987.
10 years 7 months ago #10225
by Davide
Replied by Davide on topic add EditText and check box at pdf
Hi,
you can place addTextBox in the OnPDFSingleTapped method, pass x and y and change the rect parameters as you want..
To refresh the view please try with :
you can place addTextBox in the OnPDFSingleTapped method, pass x and y and change the rect parameters as you want..
To refresh the view please try with :
Code:
m_reader.invalidate();
- ankur123987
-
Topic Author
- Offline
- Premium Member
-
- Available as freelancer (ex website to app 30min)
Less
More
- Posts: 97
- Thank you received: 0
10 years 7 months ago #10226
by ankur123987
Replied by ankur123987 on topic add EditText and check box at pdf
hello Davide ,
i check the OnPDFSingleTapped method its never called . i implement the PDFView.PDFViewListener, please help
i check the OnPDFSingleTapped method its never called . i implement the PDFView.PDFViewListener, please help
10 years 7 months ago #10229
by Davide
Replied by Davide on topic add EditText and check box at pdf
Hi,
this will help you : www.radaeepdf.com/support/knowledge-base...=component&kbartid=6
this will help you : www.radaeepdf.com/support/knowledge-base...=component&kbartid=6
- ankur123987
-
Topic Author
- Offline
- Premium Member
-
- Available as freelancer (ex website to app 30min)
Less
More
- Posts: 97
- Thank you received: 0
10 years 7 months ago #10232
by ankur123987
Replied by ankur123987 on topic add EditText and check box at pdf
Hi davide,
I checked the knowledge base post but there is no OnPDFSingleTapped method in PDFReaderListener and PDFLayoutListener interface.. i am implementing PDFView.PDFViewListener . but OnPDFSingleTapped is never called
please help
I checked the knowledge base post but there is no OnPDFSingleTapped method in PDFReaderListener and PDFLayoutListener interface.. i am implementing PDFView.PDFViewListener . but OnPDFSingleTapped is never called
please help
Time to create page: 0.422 seconds