Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Tell us about your applications and your projects.

Using RadaeePDF SDK for the UWP

More
IP: 192.168.0.71 7 years 11 months ago #13648 by nermeen
Dear Alok,
To highlight a text you need to:
1-Activate the select tool, by clicking on the select tool button.
2-Start selecting the text on the page. (with the touch event)
3-As sson as the touch event finishes (touch up event), a popup will appear where you can choose the desired action.
4-Click the Ok button to confirm the action.

Note, The license needs to be activated, and the file needs to opened in write mode.
Check the attached screenshot.
More
IP: 192.168.0.71 7 years 11 months ago #13656 by nermeen
Dear Alok,

When the selection button is clicked, the selection is activated using
Code:
m_view.vSelStart();
in PDFReaderPage, then the touch event is handled in PDFView via:
Code:
OnSelTouchBegin OnSelTouchMove OnSelTouchEnd
and finally the listener OnPDFSelected in PDFReaderPage

So make sure that all these parts are present in your project.
More
IP: 192.168.0.71 7 years 11 months ago #13666 by nermeen
Dear Alok,

By doing a debug, can you check that all the states are handled correctly?

Is the method PDFVSel.DrawSel being called during the draw operation?
Time to create page: 0.390 seconds
Powered by Kunena Forum