Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about iOS development and PDF

TOPIC:

Highlight function 6 years 8 months ago #12732

  • manwon
  • manwon's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 36
  • Thank you received: 1
-(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];
    }
}
I change some code in the highlight function. I only saw the text will be markup. But no any highlight color shown.

Please Log in or Create an account to join the conversation.

Highlight function 6 years 8 months ago #12733

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
you should comment also "m_bSel = false;"

Please Log in or Create an account to join the conversation.

Highlight function 6 years 8 months ago #12735

  • manwon
  • manwon's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 36
  • Thank you received: 1
I just comment all m_bSel = false; But not work.

Please Log in or Create an account to join the conversation.

Highlight function 6 years 8 months ago #12736

  • manwon
  • manwon's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 36
  • Thank you received: 1
I don't have professional license. So I can't use the highlight function?

Please Log in or Create an account to join the conversation.

Highlight function 6 years 8 months ago #12737

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
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

Please Log in or Create an account to join the conversation.

Highlight function 6 years 8 months ago #12738

  • manwon
  • manwon's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 36
  • Thank you received: 1
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

Please Log in or Create an account to join the conversation.

Last edit: by manwon.
Powered by Kunena Forum