ADM:Mac用のリソースの実装方法を教えてください。
ADMを使用してダイアログ内のテキストエリアに複数行の文字列を表示したいのですが、 Mac用のリソースの定義方法がわかりません。 ダイアログ内のテキストエリアは以下の要件を実現したいです。 ・複数行可能(ES_MULTILINE) ・スクロール可能(ES_AUTOVSCROLL) ・編集不可(ES_READONLY) ・改行可能(ES_WANTRETURN)...
View ArticleHow to find number of columns in Indesign CC
Hi, I want to find out number of columns and gutter of active page in Indesign CC. Following code is working in CS6. IColumns* iColumns = Utils<ILayoutUIUtils>()->QueryFrontColumns();...
View Articlehow to debug plugins using visual studios?
Hi,has any one done debugging for a sample pluggin code in microsoft visual studios?How do we start debugging/attaching the debugger to the code?
View ArticleHow to create new threading
Hi everyone, anyone can guide me how to create a new threading in Indesign step by step.I had a look at the SDK about Mutil threading but its's major concept, there is no sample code. I also have...
View ArticleHow to re-use indesign plugin version CS6 in CC version
Hi everyone Now I completed some plugins for CS6 version(they are running ok in CS6), when I copy them to CC version and start CC version, an error occurs "InDesign does not recognize pluginName.PLN as...
View ArticleHow to get the spread coordinates w.r.t. the page?
The original problem is - I need to move some InDesign elements form one position to the other. For this I've used ITransformFacade::TransformItems(). Everything is working fine except the case- - If I...
View ArticleCS5:Windows:Question about Visual Studio 2008 error...
Hi all, I'm trying to compile my plugin for CS5 that contains a Model and an UI. I can compile UI Plugin fine, but for Model plugin, I get an error that says" Error PRJ0019: A tool returned an error...
View ArticleCS3 - Logging support
Hello, I need to use some kind of looger for InDesign. Does InDesign offer some Logger API or how do zou solve the logging (f.e. getting path to application data ?) ? marxin
View ArticleHow to implement custom cursor when near a frame?
I am trying to add a custom tool with default custom cursor. The tool will be a selection type tool which will add an adornment to the selected frame. I want to change the cursor when the mouse is near...
View ArticlekLinkEmbedCmdBoss
Hello; How to use the kLinkEmbedCmdBoss since it's not documented in the sdk regards.
View Article[IDCS5.5 plugin] How do I get the sentence at the cursor's position?
Hi All, How can I get the current cursor position (event on mouse left-click)? And then , how can I fetch the sentence based on the cursor's position? (Assuming a sentence starts with a capital...
View ArticleCompare method in "NodeId.h" ?
Hi All, I was implementing tree view but could not find the purpose of the method "virtualint32 Compare(constNodeIDClass* NodeID) const = 0; " in the NodeID.h file. This is the file that we...
View Articlecompatibility problem - CS5.5 plugin doesn't work with CS5.5
Hi, I have a problem with our CS5.5 plugin, it works without problems one my machine but the customer gets the errormessage "Adobe InDesign does not recognize JOURNALDESIGNERPLUGIN.PLN as valid...
View ArticleCustomize icons in frame
Hello, I would like to mark visualy some frame in inDesign. I think about the animation icon (see capture in attachment). Is it possible to add a custom icons here ?If it's not possible, do you know...
View Articlehow to make muliple column listbox using indesign cs3
Hi, I want to create list box having muliple rows and columns. I tried with one cloumn using tree view and that is working fine. How to create multiple column listbox using tree view. I need a...
View ArticleDeveloping plug-in for Indesign CC
Hi, I am developing a plug-in for Adobe Indesign CC. Based on BasicSelectableDialog plug-in(sample plug-in given in SDK' s folder) i am developing this one. There are 2 panels, Yin and Yang panels are...
View ArticleGetting multiple panels in one extension
Hi,I'm having trouble setting up multiple panels in my extension. I've seen similar posts on here but what fixed it for them doesn't seem to solve it for me!My first panel appears fine, but clicking...
View ArticleWhere to download InDesign CC debug version?
After finally having access to the InDesign CC SDK I am now presented with the problem of debugging a built plugin. Where can i get the InDesign CC (9.2 specifically) debug version?
View ArticleCan I import an InCopy document using my custom datalink?
Hi,I use a custom data link to import images and texts, but it apparentlydoesn't work for plain InCopy files.I get an error: "Cannot place this file. No filter found for requested operation."I don't...
View ArticleGetting Linker error while running our code in InDesign CC
Hi, We are upgrading our plug-ins to Adobe InDesign CC. In that we are facing a problem(linker error) while running our code, 1>AssetCustomView.obj :error LNK2019: unresolved external symbol...
View Article