Re: How to strip attribute Id values in a chapter by calling FDK APIs for...
TaoZh, While not an overly complex task, this would take several lines of code. What are really you asking for? Do you have any FDK experience? If you have none, I don't think it is reasonable for...
View ArticleIs it possible to call a function when a specific event happens?
Hi everyone, I would like to pop up an alert when a user deletes a named destination marker. I thought this would be a no-brainer, but I'm having trouble finding examples of scripts that handle events....
View ArticleRe: Is it possible to call a function when a specific event happens?
Hi Heather, Take a look at this blog post: http://frameautomation.com/run-a-script-in-response-to-a-command/ Basically, you have to figure out if there is a unique function code for deleting a marker....
View ArticleLooking for a script that will save as v11
I need to save a book and all its files as version 11 (from version 12)
View ArticleRe: Looking for a script that will save as v11
Hi Dave, I have a script that saves to any FM version above 7 (and including MIF format, too). The script optionally copies all images to a local folder and optionally also includes text insets in the...
View ArticleRe: Is it possible to call a function when a specific event happens?
Thanks, Rick! Your info was very helpful. I did consult the list of “monitorable” events and deleting an anchor is not on the list. But, it’s good to see what is available for future projects. I was...
View ArticleANN: New ExtendScript samples for beginners
Hi, I've worked up a set of samples designed to help beginners get started with ExtendScript. This is mainly as a public service, as I felt there was a lack of simple, working samples out there to help...
View ArticleRe: ANN: New ExtendScript samples for beginners
Hi Russ, This is an excellent and generous contribution to the scripting community. I will look forward to seeing the scripts and comparing notes with you. Thank you very much. --Rick
View ArticleRe: ANN: New ExtendScript samples for beginners
Hi Russ, Thanks for posting these. They are well commented and should be an excellent resource for anyone trying to decipher and figure out Adobe's [obtuse] documentation. Arrnis
View ArticleRe: How to add tags in your XML when changing style to Bold
Hi Russ, did you end up doing this? I would like to be able to achieve the same thing. Thanks,Tracey
View ArticleRe: How to add tags in your XML when changing style to Bold
Hi Tracey, It's incredibly coincidental that you should ask now, as just yesterday I posted a set of new ES samples on my website, which includes a script to do just this:...
View ArticleRe: How to add tags in your XML when changing style to Bold
Thankyou, this is very helpful. Í'm also trying to have the text formatting toolbar insert the element, and the Format -> Style -> Bold insert the element. I'm searching the doco and online...
View ArticleXSLT transformation for Single XML Output
I want to save a book to a single XML document. Is it correct that I can do this by adding an xslt to merge the standard framemaker entity type output ? Can I easily reconfigure the standard Save As...
View ArticleRe: XSLT transformation for Single XML Output
Tracey, A related discussion appeared in the FrameSGML Yahoo group recently. Much of what follows is what I wrote there. Your XML application (defined in structapps.fm or another application...
View ArticleRe: How to add tags in your XML when changing style to Bold
Tracey, What version of FM are you using? FM 12 has a Quick Element Toolbar which you can configure to look very much like the text Formatting toolbar. It contains buttons that wrap elements around...
View ArticleRe: How to add tags in your XML when changing style to Bold
Tracey, I don't know the answer to your question, because it's something I've never gotten involved with. I've never had too much use for toolbars. It may be possible with event notifications,F-codes,...
View ArticleFind Replace from Textfile with regex
Hello. I'm wondering if anyone knows about an existing script that does a find/replace by list like the script "FindChangeByList.jsx" that comes with every InDesign installation.This consists of tow...
View ArticleNew Extendscript Guides for FM 11&12 available
The updated ESTK scripting guides are now available online: FM11http://help.adobe.com/en_US/FrameMaker/11.0/Scripting/index.html (What's New at http://adobe.ly/1fHm1rP)...
View ArticleCreate an ExtendScript to create PDFs...object help
Hi Adobe Framer Community- Does anyone know which FM Object the Constants.FV_SaveFmtBookWithFm property value constant is a property of? I think it's a property of the Doc object, but I'm having...
View Article