- 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 iOS development and PDF
Highlight function
IP: 192.168.0.71
9 years 1 month ago #12732
by manwon
I change some code in the highlight function. I only saw the text will be markup. But no any highlight color shown.
Replied by manwon on topic Highlight function
Code:
-(void)HighLight :(id)sender
{
//0HighLight
[m_view vSelStart];//start to select
[m_view vSelMarkup:annotUnderlineColor :0];
[popupMenu1 dismiss];
if(true)
{
m_bSel = false;
// [m_view vSelEnd];
}
}
IP: 192.168.0.71
9 years 1 month ago #12733
by emanuele
Replied by emanuele on topic Highlight function
you should comment also "m_bSel = false;"
IP: 192.168.0.71
9 years 1 month ago #12735
by manwon
Replied by manwon on topic Highlight function
I just comment all m_bSel = false; But not work.
IP: 192.168.0.71
9 years 1 month ago #12736
by manwon
Replied by manwon on topic Highlight function
I don't have professional license. So I can't use the highlight function?
IP: 192.168.0.71
9 years 1 month ago #12737
by emanuele
Replied by emanuele on topic Highlight function
Yes, you should have professional license to use this kind of annotations.
You could use demo project infos to develop and test your project.
Here is the specs page, to check the features of each license: www.radaeepdf.com/ecommerce/technical-specification
You could use demo project infos to develop and test your project.
Here is the specs page, to check the features of each license: www.radaeepdf.com/ecommerce/technical-specification
IP: 192.168.0.71
9 years 1 month ago - 9 years 1 month ago #12738
by manwon
Replied by manwon on topic Highlight function
Hello
I want to set the bubble position after select the text.
It is because the bubble out of the screen when I select the right or left text.
below is the image
Image
I want to set the bubble position after select the text.
It is because the bubble out of the screen when I select the right or left text.
below is the image
Image
Last edit: 9 years 1 month ago by manwon.
Time to create page: 0.398 seconds