- Posts: 3
- 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 iOS development and PDF
How to call the function inside the popup window
10 years 2 months ago #10847
by 喭文莊
How to call the function inside the popup window was created by 喭文莊
hello, after i select the word i want, there will be a popup window.
And now i want to change the window into a panel i create, but i have no idea about how to call those function inside the original window. (Those functions are here : 「Copy text to clipboard」, 「Highlight texts」, 「Underline」, 「StrikeOut」 and 「Squiggly」)
Can anyone give me some suggestions? please.
The version i use is free version.
And now i want to change the window into a panel i create, but i have no idea about how to call those function inside the original window. (Those functions are here : 「Copy text to clipboard」, 「Highlight texts」, 「Underline」, 「StrikeOut」 and 「Squiggly」)
Can anyone give me some suggestions? please.
The version i use is free version.
10 years 2 months ago #10848
by 喭文莊
Replied by 喭文莊 on topic How to call the function inside the popup window
More specifically, whether i can edit the popup window, how to do it ? please.
10 years 2 months ago #10849
by radaee
Replied by radaee on topic How to call the function inside the popup window
free version (non license actived) has no these feature.
and the demo project(package name not changed) shall has these feature.
and the demo project(package name not changed) shall has these feature.
10 years 2 months ago #10851
by emanuele
Replied by emanuele on topic How to call the function inside the popup window
Hi,
in iOS version you can edit the PopupMenu loading in ViewDidLoad method of RDPDFViewController class.
If you want to change this implementation, you can remove the popup menu and insert you personal panel implementation.
in iOS version you can edit the PopupMenu loading in ViewDidLoad method of RDPDFViewController class.
If you want to change this implementation, you can remove the popup menu and insert you personal panel implementation.
Time to create page: 0.561 seconds