Monthly Archives: September 2007

Re: [frame_dev] Setting property values of conversion objects in

Thanks Frank.
I appreciate the validation .. I guess I’m not going too crazy!
….scott
Frank Elmore wrote:
>
> Hello Scott,
>
> We ran into this issue when we were adding this functionality to
> FrameScript a few months ago. It appears that the SrwFmPropValT enum
> is meaningless except as a guide to the names of some […]

[frame_dev] Restart autonumbering for Figures and Tables

Maybe I’m not looking in the right places but, I can’t seem to find
the feature in the EDD that causes the figure and table numbers to be
reset in my FrameMaker document. Physically what happens is, the
numbering will reset whenever a new procedure level element is open.
Unlike ordered and unordered lists which have formatting […]

Adobe Unveils Technical Communication Suite - Cadalyst Magazine

Adobe Unveils Technical Communication Suite
Cadalyst Magazine, CA - Sep 26, 2007
The suite includes Adobe RoboHelp 7, the latest release of Adobe's help system and knowledge base authoring tool, as well as Adobe FrameMaker 8,

Adobe Unveils Technical Communication Suite - Cadalyst Magazine

Adobe Unveils Technical Communication Suite
Cadalyst Magazine, CA - Sep 26, 2007
The suite includes Adobe RoboHelp 7, the latest release of Adobe's help system and knowledge base authoring tool, as well as Adobe FrameMaker 8,

Re: [frame_dev] Setting property values of conversion objects in an import client…


[frame_dev] Setting property values of conversion objects in an import client…

Hi…
I’m trying to use Sr_SetPropVal to set the anchored frame position of an
incoming image object. I started by trying ..
Sr_SetPropVal(srObj, SRW_PROP_POSITION, SRW_PVAL_INLINE);
but that caused compiler warnings and crashed Frame. The third argument
for Sr_SetPropVal is supposed to be a string and SRW_PVAL_INLINE is an
enumerated value. Page 141 of the Structure API […]