Quantcast
Channel: Adobe Community : Popular Discussions - InDesign SDK
Viewing all 78596 articles
Browse latest View live

Prevent document switching

$
0
0

Hello All,

 

I want to restrict the user to switch the document when one of my Progress Bar(RangeProgressBar) is shown. But this progress bar stops other actions like opening a new document etc but is not truly modal and the user can switch documents. I tried the following but could not get it to work, any pointers would be highly appreciated

  • Tried to search other progress bars that could prevent document switching, seemed like DocWindowProgressBar might work as it would be bound to a document window(my thinking, i may be wrong on that). However i am not able to get this progress bar working. It takes a pointer to IDrawMgr as an argument and i am not able to figure out how to get that.
  • When all failed i tried a Command Interceptor and tried to stop kSetFrontDocCmdBoss from processing, but this did nothing.

Running out of ideas now, can anyone provide any pointers if any of the above approach would work. If you have any other ideas please share those as well.

 

-Manan


PlugIn SDK - Http Request

$
0
0

Hi

 

I developed a CC12 plug-in that sends soap request to a Web Service. To do that I'm using libcurl (curl ) and it works, but to make it work on Mac I have to replace the OS libcul lib with mine, because even if the liburl has been compiled in static_mt the the plug-in try to resolve it  with the OS one. I've tried a different solution like https://pocoproject.org/index.html  but it conflicts with SDK headers (you can resolve it modifing WShukHeaders.h in this way C++ Redefinition Header Files (winsock2.h) - Stack Overflow  but it really sucks as solution ).

Does anyone know a good solution to make http requests in the plug-in?

Many thanks in advance.

 

Massimo

punctuation

$
0
0

I have problems with punctuation at the end of a sentence. Each time I add a dot at the end of a sentence, it always appears at the beginning of the line. How to fix it?

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

$
0
0

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!

Using SDK w. XCODE doesn't work?!

$
0
0

Hello everyone,

 

I'm a designer who wants to code his own plugins. I'm not a developer at all, which means I need your help.

I downloaded the SDK files, XCODE and the "Get Started"- PDF. I simply want to start with template in the dev tools folder.

So i copied the xcodetemplates folder to the project templates folder in Xcode.

But when I want to open a new project the "InDesign Project" doesn't appears. Is there a new documentation, or a new way to install SDK?
I mean it says its version 3.35 from XCODE in the Documentation and now we have 9...

 

Please help a poor Designer who just want to code his own plugins

 

Have a good day!

 

-Martin

Developing a InDesing Flowchart Plugin

$
0
0

Dear Community,

we are a German software development company and we're about to put a lot of money and effort into developing a flowchart plugin for InDesign. The plugin will enable users to connect textboxes with lines and dynamically update those connections if the boxes have been moved. Thereby it will solve a very common problem and make InDesign the best professional tool for mindmaps, flowcharts, organigrams etc.

 

Two questions before we start:

1. Anyone knows about Adobe having any plans for providing such a feature out of the box within the next years?

I understand that noone can provide detailled information on internal company processes, but maybe there is a public InDesign development roadmap? Or someone could at least give us a little hint / personal opinion, if you think developing such a plugin at the current point in time is a good idea or not...

 

2. Are there any available statistics about the amount of wordlwide Adobe CC Users / InDesigns users or the sold plugins on Adobe Exchange? This would help us a lot to judge the market potential for our plugin.

 

Kind regards,

Matthias Lindner

CEO ARaction GmbH

Germany

InDesign plug-in SDK on Visual Studio 2015

$
0
0

Dear All,

 

I have downloaded the InDesign plugin SDK from InDesign SDKs and tools | Adobe Developer Connection. I have followed the guidelines in folder “plugin\docs\html\index.html”. I have facing the following situations

 

  • 1. I have create the build on Visual Studio 2015.  Loads the generated plug-ins the C:\Program Files\Adobe\Adobe InDesign CC 2018\Plug-Ins folder path, then restart the InDesign application but the plug-in is not reflection on the InDesign application.
  • 2. While compiling the build the following messages I get

 

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\InDesign.exe'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\ObjectModel.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\PMRuntime.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\dbghelp.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\boost_system.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\msvcp140.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-runtime-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-core-timezone-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-core-file-l2-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-core-localization-l1-2-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-core-synch-l1-2-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-core-processthreads-l1-1-1.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-core-file-l1-2-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-string-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-heap-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-stdio-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-convert-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-locale-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-math-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-time-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-filesystem-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-environment-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-utility-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\lpk.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\usp10.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\Public.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\dvacore.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\boost_date_time.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\boost_threads.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\boost_filesystem.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\dvaunittesting.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\nsi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\mpr.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\dvaui.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\winsxs\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.24234_none_1 458b3828b92cc5f\GdiPlus.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\opengl32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\glu32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\ddraw.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\dciman32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\setupapi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\devobj.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\dwmapi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\winmm.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\comdlg32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\winsxs\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.1883 7_none_fa3b1e3d17594757\comctl32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\ACE.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\BIB.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\AdobeSVGAGM.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\SVGRE.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\CoolType.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\MPS.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\AIDE.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\AGM.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\ARE.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\BIBUtils.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\AFL.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\amtlib.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\IPHLPAPI.DLL'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\winnsi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\winhttp.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\webio.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\adobe_caps.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\msi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\icuuc40.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\icudt40.dll'. Module was built without symbols.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\icuin40.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\boost_regex.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\icucnv40.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\ASLSupport.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\WRServices.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\typekitC4.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\crypt32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\msasn1.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\secur32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\sspicli.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\ZXPSignLib-minimal.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-conio-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\api-ms-win-crt-multibyte-l1-1-0.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\CRClient.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\Database.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\tbb.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\DV_WidgetBin.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\AdobeOwl.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\exo.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\dvaworkspace.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\dvanet.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\mswsock.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\dvaflashview.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\adbeape.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857 a83bc251\msvcr90.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857 a83bc251\msvcp90.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\PlugPlugOwl.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\VulcanControl.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\VulcanMessage5.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\userenv.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\WidgetBin.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\ASKLib.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\msimg32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\msctf.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\cryptbase.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\uxtheme.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\apphelp.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\ntmarta.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\Wldap32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\clbcatq.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\wbem\wbemprox.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\wbemcomn.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\rsaenh.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\RpcRtRemote.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\wbem\wbemsvc.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\wbem\fastprox.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\ntdsapi.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\propsys.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\updaternotifications.dll'. Cannot find or open the PDB file.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\netapi32.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\netutils.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\srvcli.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\wkscli.dll'. Symbols loaded.

'InDesign.exe' (Win32): Loaded 'C:\Windows\System32\taskschd.dll'. Symbols loaded.

The thread 0x24a0 has exited with code 1 (0x1).

The thread 0x2c94 has exited with code 1 (0x1).

The thread 0x2a4c has exited with code 0 (0x0).

'InDesign.exe' (Win32): Unloaded 'C:\Program Files\Adobe\Adobe InDesign CC 2018\updaternotifications.dll'

'InDesign.exe' (Win32): Unloaded 'C:\Windows\System32\netapi32.dll'

'InDesign.exe' (Win32): Unloaded 'C:\Windows\System32\srvcli.dll'

'InDesign.exe' (Win32): Unloaded 'C:\Windows\System32\wkscli.dll'

'InDesign.exe' (Win32): Unloaded 'C:\Windows\System32\netutils.dll'

The thread 0x2d78 has exited with code 1 (0x1).

The thread 0x31bc has exited with code 0 (0x0).

The thread 0x309c has exited with code 0 (0x0).

The thread 0x2d90 has exited with code 0 (0x0).

The thread 0x2178 has exited with code 0 (0x0).

The thread 0x13dc has exited with code 0 (0x0).

The thread 0x1f88 has exited with code 0 (0x0).

The program '[8052] InDesign.exe' has exited with code 0 (0x0).

 

Please suggest me What i did wrong ??

 

 

Thanks & Regards,

Prakash C

 

 

[This post moved from InDesign to InDesign SDK by Moderator]

Creating Custom UI widget

$
0
0

Hi All,

 

The problem is that InDesign crashes on startup, while plugin compiles ok.

 

The code is the following:

 

.fr file

 

resource ClassDescriptionTable(kSDKDefClassDescriptionTableResourceID)

{{{

...

Class

    {

        kAdvImageWidgetBoss,

        kBaseWidgetBoss,

        {

            IID_ICONTROLVIEW, kAdvImageWidgetViewImpl,

            IID_IEVENTHANDLER, kAdvImageWidgetEventHandlerImpl,

            IID_IOBSERVER, kAdvImageWidgetObserverImpl,

        }

    },

...

}}};

...

type BasicImageViewWidget(kViewRsrcType) : Widget(ClassID = kAdvImageWidgetBoss)

{

    CControlView;

};

...

 

BasicImageViewWidget

        (

            kImageViewWidgetID,                                // WidgetId (default=0)

            kPMRsrcID_None,        // RsrcId

            kBindRight | kBindLeft | kBindTop | kBindBottom,                        // Frame binding

            Frame(30, 10, 202, 350),                    // Frame: left, top, right, bottom.

            kTrue, kTrue,                    // Visible, Enabled           

        ),

...

 

When I remove CControlView from type definition and all stuff from BasicImageViewWidget, everything is ok.

 

Thanks in advance for help!


Error 11 Configuration error

$
0
0

I have installed the Adobe InDesign CC 2017 application from my Creative Cloud Desktop on my Mac Sierra. It works fine. I now want to install the debug version of Adobe InDesign CC 2017 so I copy the content of the blob from the developers prerelease site into the /Applications/Adobe InDesign CC 2017 Debug folder. When I try to launch the application it just shows a Configuration error (Error 11) and quits ??????

InDesign CC 2017 Plugins are not loading from Plug-Ins folder.

$
0
0

I have compiled and build Plugins for InDesign CC 2017, using XCode 7.2.1 on OS X 10.11 using 10.11 Base SDK.

The plugins (.InDesignPlugin) files are in Plug-Ins folder of InDesign Application ( /Applications/Adobe InDesign CC 2017/Plug-Ins).And whenI am opening InDesign to test the plugins then I cannot find the plugin anywhere in any menu. Normally for older versions of InDesign (CC 2015, CC 2014) plugins go in Windows menu and i can see the preferences for plugin configuration in Indesign preferences but I cannot locate anything related to my plugins in CC 2017.

 

InDesign is not even showing me that the plugins are invalid or unrecognized.

 

How do I troubleshoot this problem?

 

Any help will be greatly appreciated.

Thank you.

Prevent automatic closing of panel

$
0
0

Hi,

 

My InDesign plugin has a panel.

I open it when InDesign has started.

Then I open a document, the panel is closed and I have to reopen it again from the Window menu.

Can I somehow prevent the panel from being closed when a document is opened? Is this default InDesign behavior?

Thanks.

Link panel build&customization

$
0
0

Hi guys, sorry for post with multiple questions..

 

I do analysis about link panel.

 

I found a link ui project in indesign sdk 2019(source\open\components\linksui) and I have a problem with building it. Here are errors;

 

Severity    Code    Description    Project    File    Line    Suppression State

Error    C1083    Cannot open include file: 'ITemporaryDataForLogging.h': No such file or directory    LinksUI    adobe-indesign-sdk-cc-2019\source\open\components\linksui\linksuipanelmenucomponent.cpp     62 

Error    C1083    Cannot open include file: 'ICloudLibraryLinkedAssetUtils.h': No such file or directory    LinksUI    adobe-indesign-sdk-cc-2019\source\open\components\linksui\ceditoriginalwithmenucomponent. cpp    44 

Error    C1083    Cannot open include file: 'DVUtilities.h': No such file or directory    LinksUI    adobe-indesign-sdk-cc-2019\source\open\components\linksui\adddeletecaptionrowbuttonobserv er.cpp    56 

 

Q1: Is it still maintained? Is there somewhere documented how to build it or which kind of dependencies should I installed?

 

I would like to customize it in following way:

- add new column with custom icons for link

- add context menu items when user clicks on link

- add custom buttons in the bottom bar where is number of links, creative cloud buttons..

 

Q2: So what is recommended approach? I think to customize link ui sample, build it and replacing standard link ui in <indesign install folder>\Plug-Ins\Layout\ is not really recommended right?

InDesign CC 2015 SDK

$
0
0

Hi,

 

Please update us the date on which the SDK will be available.



Thanks,

Vimala L

Select All TextFrames In All Pages

$
0
0
hi,

anyone know how to select all textframes in all pages?

Boost regex not working inside indesign plugin

$
0
0

Hi, While i was writing the below code in a separate project inside visual studio express, It works fine!

Now when I am using the same code in a Adobe InDesign plugin then boost::regex_search fails..

 

I am not getting the exact reason...

Any idea for resolving this will be great help.

 

void MTSTestFunctions::ParseAllMarker(std::wstring& inText, std::vector &outMarkerInfoVec)

{

    std::wstring::const_iterator start = inText.begin();

    std::wstring::const_iterator end = inText.end();

 

    boost::wregex pattern(L"((<.*?>)|(\\[[^[].*?[^]]\\])|(\\[\\[.*?\\]\\]))");

    boost::wsmatch what;

    boost::match_flag_type flags = boost::match_default;

    int32 index = 0;

    try

    {

        while(boost::regex_search(start, end, what, pattern, flags))

        {

            MarkerInfo tmpMarkerInfo;

            tmpMarkerInfo.mMarkerText.assign(what[0]);

            tmpMarkerInfo.mStartIndex = (what.position() + index);

            index += what.position();

            tmpMarkerInfo.mEndIndex = (index += what.position());

            tmpMarkerInfo.mMarkerTextLength = (index + what.length());

            index += what.length();

 

            // update search position:

            start = what[0].second;

 

            // update flags:

            flags |= boost::match_prev_avail;

            flags |= boost::match_not_bob;

        }

    }

    catch(std::runtime_error ex)

    {

    }

}

 

Thanks


InDesign Startup alert: Adobe Indesign CC 2018 does not recognize Table Model.InDesignPlugin when opening the program end crashes.

$
0
0

I work on a Macbook Pro with macOS Mojave version 10.14.3.

I was using my InDesign a day before and everything was working smoothly. However when I try to open it today I get a Startup Alert.

 

Adobe Photoshop, Illustrator are still working normally. Can anybody tell me why this is happening and how to solve this problem.

 

It says Adobe InDesign doesn't recognize the Table Model.InDesignPlugin. Please install it again and restart the program (translated from German). I have searched for a Table Model Plugin but couldn't find any result when googling it.

 

Please help, I need this program for my work.

ID All versions: Adding IID_IBOOLEANCONTROLDATA to a widget

$
0
0

I have this widget that is almost complete.  I just need to be able to attach an observer to it (the documentation says that it already has an ISubject, so I don't need to add it) but in order to pass on a change in state, I think I have to add an IBooleanControlData interface to it.  Do I add it in the Class spec?  Or do I add it to the type, and if I do, what ODFREZ type is it bound to?

Intellisense for indesign sdk in VS.Net 2005

$
0
0
How to get Intellisense for indesign sdk in VS.Net 2005

How to download InDesign CS3 Debug (non-Server version)

$
0
0
I have downloaded and installed the InDesign CS3 SDK and can generate a Release build of a plug-in and get it to load and work in InDesign CS3, but as indicated in the doc, building the Debug configuration of a plug-in and trying to get it to work in the Release version of InDesign CS3 does not work. So, of course, I want to download and install InDesign CS3 Debug so that I can load and run the Debug configuration of plug-ins. But I cannot find a way to download InDesign CS3 Debug anywhere. I find a link for downloading InDesign CS3 Server Debug but not InDesign CS3 Debug (non-server version).

Can someone point me to the InDesign CS3 Debug download?
Thanks

InDesign -- All versions: fill color for dialog boxes

$
0
0
A while back I submitted a question to the forum on how I might change the color of a palette fill. The List graciously pointed me to this line in the palette resource description:

b resource DTRPanelWidget(kSDKDefPanelResourceID + index_enUS)

b {

b __FILE__, __LINE__, // Localization macro

b kAutoFormPanelWidgetID, // WidgetID

b kPMRsrcID_None, // RsrcID

b kBindNone, // Binding (0=none)

b // The smiley faces (if you see them) should be the number 8

b PANELLFT, PANELTOP(8), PANELRGT, PANELBOT(8), // Frame: l, t, r, b.

b kTrue, kTrue, // Visible, Enabled

b kTrue, // Erase background

b // This is the line

b kInterfaceBlueProgressBack, // Erase to color

b kFalse, // Draw dropshadow

b kAutoFormPanelTitleKey, // Panel name

b {

And then directed me to the following header for color choices:

b InterfaceColorDefines.h

The choices are limited, but this line about halfway down in the header leads me to believe that I can specify more:

b // NOTE: Add any custom K2 color enumerations below here:

The description at the top of the header also says that I should consult the Adobe UI guidelines for more information.

So my questions are two:

1.) Does anyone know how to add colors to this list, and how to make them, if needed?

2.) I looked for the Adobe UI Interface guidelines in the SDK docs and found nothing. Does anyone know where I can get this document? If disguised in the SDK documentation, what's its real name?

TIA!

John
Viewing all 78596 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>