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

Note Anotation Dailog box

More
IP: 103.97.240.167 7 years 10 months ago #14168 by [email protected]
Hello Team,
How to get comment dialog box directly when i click on "Note annotation".
Currently we have to follow process:
ie. click on Note Annotation>then click on Comment icon>Then comment dialog is appear for comment...
I just want comment dialog directly appears when click on Note annotation, only for Note annotation...
This is very important for me, Early feed back is appropriated
Note : First screen shot is for note annotation and another one is Dialog of comment
More
IP: 37.183.44.177 7 years 10 months ago #14184 by support
Replied by support on topic Note Anotation Dailog box
you shall modify (or override) the method OnPDFAnnotTapped() in the PDFViewAct.java like:
Code:
@Override public void OnPDFAnnotTapped(int pageno, Annotation annot) { if (m_controller != null) m_controller.OnAnnotTapped(annot); if (annot != null) if (annot.GetType() != 1 ) { RadaeePluginCallback.getInstance().onAnnotTapped(annot); } else { m_view.PDFEditAnnot(); } }

After adding the popup and confirming it, you shall be able to directly open its text edit requester.
Time to create page: 0.412 seconds
Powered by Kunena Forum