Hi Support,
How can I execute/show the "Edit Action List" dialog for a specified link type annotation?
p.s.
The same thing that happens when a link is double clicked.
-žarko
Display "Edit Action List" for a link annotation SOLVED
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.
When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.
When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
-
- User
- Posts: 1495
- Joined: Thu Sep 05, 2019 12:35 pm
-
- Site Admin
- Posts: 11141
- Joined: Wed Jan 03, 2018 6:52 pm
Re: Display "Edit Action List" for a link annotation
Hello, zarkogajic
At the moment this is not exposed to the API, but we will look into adding it for you in a future release. For now, we have a ticket on this:
RT#7535: FR: Ed-SDK - Display actions list for links
Kind regards,
At the moment this is not exposed to the API, but we will look into adding it for you in a future release. For now, we have a ticket on this:
RT#7535: FR: Ed-SDK - Display actions list for links
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
-
- User
- Posts: 1495
- Joined: Thu Sep 05, 2019 12:35 pm
Re: Display "Edit Action List" for a link annotation SOLVED
Hi Dan,
Ok, thanks.
-žarko
Ok, thanks.
-žarko
-
- Site Admin
- Posts: 11141
- Joined: Wed Jan 03, 2018 6:52 pm
Display "Edit Action List" for a link annotation

Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
-
- User
- Posts: 1495
- Joined: Thu Sep 05, 2019 12:35 pm
Re: Display "Edit Action List" for a link annotation
Hi Dan,
Also for bookmarks, ofc, please ...
-žarko
Also for bookmarks, ofc, please ...
-žarko
-
- Site Admin
- Posts: 11141
- Joined: Wed Jan 03, 2018 6:52 pm
Re: Display "Edit Action List" for a link annotation
Hello, zarkogajic
Good point, form fields similarly have actions in this area which I don't believe are accessible. I added a note to the ticket to try and "catch all" with this function, instead of making something specific to links only.
Kind regards,
Good point, form fields similarly have actions in this area which I don't believe are accessible. I added a note to the ticket to try and "catch all" with this function, instead of making something specific to links only.
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
-
- Site Admin
- Posts: 11141
- Joined: Wed Jan 03, 2018 6:52 pm
Re: Display "Edit Action List" for a link annotation
Hello, I may have spoken too soon!
One of our other devs just found this gem, which it seems some of us forgot about:
https://sdkhelp.pdf-xchange.com/view/PX ... ionListDlg
Perhaps this will fulfil the needs?
Kind regards,
One of our other devs just found this gem, which it seems some of us forgot about:
https://sdkhelp.pdf-xchange.com/view/PX ... ionListDlg
Perhaps this will fulfil the needs?
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
-
- User
- Posts: 1495
- Joined: Thu Sep 05, 2019 12:35 pm
Re: Display "Edit Action List" for a link annotation
Hi Dan,
Smells like this could be it when there are actions.
Will try and report back.
If link annotation has no actions ... ?
.
-žarko
Smells like this could be it when there are actions.
Will try and report back.
If link annotation has no actions ... ?
.
-žarko
-
- Site Admin
- Posts: 11141
- Joined: Wed Jan 03, 2018 6:52 pm
Re: Display "Edit Action List" for a link annotation
Hello, zarkogajic
My understanding is it should work regardless. If the selected item *can* contain actions, it should always interact with actions list functions, even when that list is "empty".
Kind regards,
My understanding is it should work regardless. If the selected item *can* contain actions, it should always interact with actions list functions, even when that list is "empty".
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
-
- User
- Posts: 1495
- Joined: Thu Sep 05, 2019 12:35 pm
Re: Display "Edit Action List" for a link annotation
Ok, tx will try....