Avoid user to paste something in TextEditBoxWidget
Hello, I want to prevent user from pasting something in TextEditBoxWidget. As we can not paste anything in PasswordEditBoxWidget. I have provided implementation for IEventHandler for RButtonDn. But...
View ArticleHow to turn off ligatures in text
Hi I am working in a project in indesign and facing a problem with text frame.when I get the text run,some text automaticaly converted in ligatures like ff, ffl, fi , fl etc. and these characters...
View ArticleIDCS5 Win - Constant appearance of assert & how to fix it.
I have a stretch of code that produces the following assert up to fifty times a run, which is, of course, annoying: "No name for command class kMergeStoriesCmdBoss, which is going on the Undo stack."...
View ArticleUsing PDFSharp in InDesign plug-in
Hello Has any body been successful using the PDFSharp.dll in InDesign plug-ins Thank you in advance,
View ArticleLigatures
I have some code in an InDesign plug-in that iterates through all glyphs in a font and extracts the unicode value for the glyph by calling glyphUtils->GlyphToCharacter(font, glyph,...
View ArticleIssue with find out the pageItem type
Hi all, i am trying to find out the all pageitem's type and its data on a document .i just use the following code to find out the pageitem's type . InterfacePtr<ISpreadList> spreadList(document,...
View ArticleCrash when trying to convert mixed ink to CMYK
I have a mixed ink color consisting of Process Cyan (79%) and a spot color that I created (53%). I'm trying to convert it to CMYK using IColorSystemUtils::ColorTransform(), but that just causes a crash...
View ArticleWhich interface to use to get the bleed parameters from existing document
Hello, I have an Indesign document having a page with the bleed parameters set and I have to create new pages with the same bleed values. Which is the interface that I should use to get the bleed...
View ArticleHow to get text Opacity?
I am able to get the object opacity, but I can not find the way to do the same for the text opacity,can anyone guide me? thank you
View ArticleHow to open color chooser or color picker dialog of InDesign from plugin ?
Hi,I want to open color chooser dialog of InDesign from my plugin to customize the color of grid or guides. I couldn't find any way to open this dialog from my plugin. Plz let me know how can I open...
View ArticlePMString constructor fails in CS6 if right quote present
The following code works in CS4 but fails in CS6 in Adobe Owl. The right quote (\u2019) appears to be causing an issue in its 8 bit representation (0x92). WideString w(L"Paul\2019s issue");PMString...
View ArticleCreating Custom UI widget
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...
View ArticleinDesign cs5 not recognizing plug-ins
Dear Sir, We executed the "basicmenu" sample project file that is avaliable in 'indesign CS5 SDK' and placed the "BASICMENU.SDK.PLN" pulg-in in the indesign cs5 plugins folder. But we encountered a...
View ArticleInDesign CS5 Background Tasks
When one opens Window->Utilities->Background Tasks, one can see a panel UI with title called "BACKGROUND TASKS". It seems the Panel is for showing something about background process(or maybe a...
View ArticleHow can I view the script of my indesign project?
DOes anyone know how I can view the script/code of my indesign project?
View Articleterms and conditions for InDesign plugin for B2B?
Hello Community, we are developing a commercial plugin for Adobe InDesign for B2B. For this purpose we need some information about how to write terms and conditions for Adobe InDesign plugins. Which...
View ArticleImport TIFF with alpha channel fails
Hi all, I use the typical functionality ( kImportResourceCmdBoss / kPlaceItemInGraphicFrameCmdBoss ) to place pictures into an existing frame. It works for almost all types of pictures. It does not...
View ArticleInDesign CS6 Plug-in development problem
Hello, IDE:Visual Studio 2010Platform:Windows7-32Version:Indesign CS6Database:MySql-5.0.67-win32ODBC:ODBC-5.1 The source code: URI uri("odbc://New/?table=jo_user#user_id,username,reset_key,activation,...
View Articlehow to imliment select all unused para or char style
hello friends, if i have document and i want to kow the paragraph styles and character styles which are not used in the current document with their reference id so that i can delete those style from...
View ArticleWhy is the text in TextStyleRanges duplicated?
I am using the COM InDesign API from C# (I don't know if that makes any difference, my guess is that this behaviour would be the same with other technologies as well).I have a story in a document that...
View Article