<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>framescript-users at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/framescript-users/</link>
    <description>FrameScript Users</description>

    <item>
      <title>Re: Getting marker type and text from a paragraph</title>
      <pubDate>Fri, 20 Nov 2009 12:12:45 GMT</pubDate>
      <dc:creator>Robert Piper</dc:creator>
      <link>http://tech.groups.yahoo.com/group/framescript-users/message/9231</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/framescript-users/message/9231</guid>
      <description>Hi Rick, That&#39;s just perfect. I assumed that I had the marker objects, but just didn&#39;t know how to get the properties. Now I do! Thanks very much for your</description>
    </item>
    <item>
      <title>Re: Getting marker type and text from a paragraph</title>
      <pubDate>Fri, 20 Nov 2009 12:05:57 GMT</pubDate>
      <dc:creator>Rick Quatro</dc:creator>
      <link>http://tech.groups.yahoo.com/group/framescript-users/message/9230</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/framescript-users/message/9230</guid>
      <description>Hi Rob, If vObjList[idx].TextType=&#39;MarkerAnchor&#39; // Get the marker object. Set oMarker = vObjList[idx].TextData; // Write the marker&#39;s text to the Console. </description>
    </item>
    <item>
      <title>Getting marker type and text from a paragraph</title>
      <pubDate>Fri, 20 Nov 2009 09:46:07 GMT</pubDate>
      <dc:creator>Robert Piper</dc:creator>
      <link>http://tech.groups.yahoo.com/group/framescript-users/message/9229</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/framescript-users/message/9229</guid>
      <description>Hello, The task I&#39;m trying to achieve is to find the index markers in a specific paragraph in a document. The paragraph is always the first one in the document</description>
    </item>
    <item>
      <title>Re: Script to check if the Table exceeds the page margins.</title>
      <pubDate>Wed, 18 Nov 2009 15:55:37 GMT</pubDate>
      <dc:creator>Rick Quatro</dc:creator>
      <link>http://tech.groups.yahoo.com/group/framescript-users/message/9228</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/framescript-users/message/9228</guid>
      <description>There is a TblWidth property, which you can add to the TblLeftIndent and TblRightIndent values to get the total width, including the indents. Then you can</description>
    </item>
    <item>
      <title>Script to check if the Table exceeds the page margins.</title>
      <pubDate>Wed, 18 Nov 2009 14:51:10 GMT</pubDate>
      <dc:creator>hemnath_ad</dc:creator>
      <link>http://tech.groups.yahoo.com/group/framescript-users/message/9227</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/framescript-users/message/9227</guid>
      <description>Hi all, i have a task pending in my hand that has to check all the Tables in the in the FM Document, whether it exceeds the page Margin, or not. I have to get</description>
    </item>
    <item>
      <title>Re: SaveBookAsPdf.fsl Script and Referenced Files in Books</title>
      <pubDate>Tue, 17 Nov 2009 23:14:32 GMT</pubDate>
      <dc:creator>rickrett</dc:creator>
      <link>http://tech.groups.yahoo.com/group/framescript-users/message/9225</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/framescript-users/message/9225</guid>
      <description>You can save a book file as a PDF using the &quot;SaveFmtPdf&quot; filetype. Save Book BookObject(oTempBook) File(vPDFBookName) FileType(SaveFmtPdf); Below are are some</description>
    </item>
    <item>
      <title>Re: changing track text edits</title>
      <pubDate>Tue, 17 Nov 2009 17:45:48 GMT</pubDate>
      <dc:creator>Fred Wersan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/framescript-users/message/9224</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/framescript-users/message/9224</guid>
      <description>I use the fc code to exercise change tracking commands. You can get the fc codes with the MenuList sample script. Fred -- Fred Wersan Senior Technical Writer </description>
    </item>
    <item>
      <title>Re: SaveBookAsPdf.fsl Script and Referenced Files in Books</title>
      <pubDate>Tue, 17 Nov 2009 06:50:36 GMT</pubDate>
      <dc:creator>hrachya.aghajanyan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/framescript-users/message/9223</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/framescript-users/message/9223</guid>
      <description>Hi guys, Can someone help me, please. I am not that familiar with FrameScript. My Tcl code runs FrameScript and expects it to generate a single PDF file. I</description>
    </item>
    <item>
      <title>changing track text edits</title>
      <pubDate>Mon, 16 Nov 2009 16:39:10 GMT</pubDate>
      <dc:creator>Adrienne Conway</dc:creator>
      <link>http://tech.groups.yahoo.com/group/framescript-users/message/9222</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/framescript-users/message/9222</guid>
      <description>Hi all, I recently downloaded Framescript and have been learning to write scripts. I&#39;m looking for a way to change the track text edits commands for all the</description>
    </item>
    <item>
      <title>Re: script for generating TOC on import Docbook XML</title>
      <pubDate>Mon, 16 Nov 2009 11:17:12 GMT</pubDate>
      <dc:creator>Michael M?ller-Hillebrand</dc:creator>
      <link>http://tech.groups.yahoo.com/group/framescript-users/message/9221</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/framescript-users/message/9221</guid>
      <description>... Hi Wim, I have done that using the new structured features of FrameScript 5.x. Basically using XSL preprocessing I add the Processing Instructions to make</description>
    </item>
    <item>
      <title>script for generating TOC on import Docbook XML</title>
      <pubDate>Mon, 16 Nov 2009 10:41:20 GMT</pubDate>
      <dc:creator>Wim Hooghwinkel</dc:creator>
      <link>http://tech.groups.yahoo.com/group/framescript-users/message/9220</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/framescript-users/message/9220</guid>
      <description>Hi, FM9, Docbook Does anyone have a script available (or know of an existing script or plug in) that automates the creation and generation of a generated list</description>
    </item>
    <item>
      <title>Re: Setting PDF Page Layout properties</title>
      <pubDate>Fri, 13 Nov 2009 22:12:41 GMT</pubDate>
      <dc:creator>Mary Anthony</dc:creator>
      <link>http://tech.groups.yahoo.com/group/framescript-users/message/9219</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/framescript-users/message/9219</guid>
      <description>Brandon, I use a pdfmark command to set the initial page layout in a PDF. Klaus explains pdfmark in this message: </description>
    </item>
    <item>
      <title>Re: Create new/change existing XRefFormat fails</title>
      <pubDate>Fri, 13 Nov 2009 16:03:17 GMT</pubDate>
      <dc:creator>W. Neumann</dc:creator>
      <link>http://tech.groups.yahoo.com/group/framescript-users/message/9218</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/framescript-users/message/9218</guid>
      <description>Hello Klaus, thanks, that worked except for &lt;Absatzstandardschrift&gt; I had to use &lt;Default Para Font&gt;. Stupid localization! Regards Werner</description>
    </item>
    <item>
      <title>Re: Create new/change existing XRefFormat fails</title>
      <pubDate>Thu, 12 Nov 2009 22:49:40 GMT</pubDate>
      <dc:creator>Klaus Mueller</dc:creator>
      <link>http://tech.groups.yahoo.com/group/framescript-users/message/9217</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/framescript-users/message/9217</guid>
      <description>Hello Werner, ... This is caused by the localized German building block. Instead of &lt;$AbsNum&gt;, use the internal &lt;$paranum&gt;. $AbsNum -&gt; $paranum $AbsNumExkl -&gt;</description>
    </item>
    <item>
      <title>Setting PDF Page Layout properties</title>
      <pubDate>Thu, 12 Nov 2009 20:04:51 GMT</pubDate>
      <dc:creator>Brandon</dc:creator>
      <link>http://tech.groups.yahoo.com/group/framescript-users/message/9216</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/framescript-users/message/9216</guid>
      <description>Is there any way to set a PDF&#39;s Page Layout properties (In Acrobat, File -&gt; Properties -&gt; Initial View -&gt; Page Layout) to &quot;Single Page&quot; instead of</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Sat Nov 21 04:26:50 PST 2009 -->
