• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Missing link status in link panel and on the page in inDesign CC2018

Explorer ,
Apr 24, 2018 Apr 24, 2018

Copy link to clipboard

Copied

Hi,
I have ported our plugins so they compile and load in indd CC2018
There's one thing that isn't working. My plugin is providing a custom data link. It seems to function just fine except for the status (linked, out of date, missing) not being shown anywhere.
I compiled the custom data link sample code and that has the same problem.

Actually, when I remove the plugin, the status is back again. Seems to me I'm missing some new required implementation (since it did work up to 2017). Just kind find any info what I'm missing.

Any help is appreciated!

TOPICS
SDK

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , May 02, 2018 May 02, 2018

This has been reported.
I got a fix/workaround for it. Adding :

IID_ILINKRESOURCEHELPERHANDLER, kFileLinkResourceHelperHandlerImpl,

to my recource handler boss did the trick.

Thanks

Votes

Translate

Translate
Adobe Employee ,
May 01, 2018 May 01, 2018

Copy link to clipboard

Copied

This seems to be a possible bug, I can reproduce the same here. Could you please report this issue to Developer Programs at wwds@adobe.com along with detailed information like, sample plugin, steps to reproduce, InDesign version, SDK version

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 02, 2018 May 02, 2018

Copy link to clipboard

Copied

This has been reported.
I got a fix/workaround for it. Adding :

IID_ILINKRESOURCEHELPERHANDLER, kFileLinkResourceHelperHandlerImpl,

to my recource handler boss did the trick.

Thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 04, 2018 Oct 04, 2018

Copy link to clipboard

Copied

LATEST

Thanks very much! it worked!

We encountered the same issue in our plugin, and it is causing crash of Indesign whenever we scroll the links panel since the status is missing for our custom links. This could be a bug as it should have a default status icon if the property is missing.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines