[Framers] FrameMaker Customization

Shmuel Wolfson shmuelw1 at gmail.com
Mon Mar 28 03:04:29 PDT 2016


   Hi,
   I upgraded to FrameMaker 2015 and I'm having trouble recreating a
   customized Text Formatting toolbar that I had in FM11.
   In FM2015 the character formatting drop-down box does not appear.
   In FM11 it looks like this:
   In FM2015 it looks like this:
   Any ideas?
   --
   Shmuel Wolfson
   Technical Writer
   058-763-7133
   In FM11, I used this code in "text_format.xml":
   <?xml version="1.0" encoding="UTF-8"?>
   <FMTOOLBARLIST version="1">
       <TOOLBAR id="tb_txt_fmt" name="Text Formatting"
   kbd-shortcut="\!Vte" orientation="horizontal">
           <ACTION command="Save">
               <images normal="P_Save_18x18_N.png"
   rollover="P_Save_18x18_R.png" dark_normal="P_Save_18x18_N_D.png"
   dark_rollover="P_Save_18x18_R_D.png"/>
           </ACTION>
           <SEPARATOR/>
           <DROPDOWN command="!RulerParaMenu"/>
           <SEPARATOR/>
           <DROPDOWN command="!RulerCharMenu"/>
           <SEPARATOR/>
           <DROPDOWN command="FontMenu"/>
           <SEPARATOR/>
           <DROPDOWN command="SizeMenu"/>
           <SEPARATOR/>
           <ACTION command="StylePlain">
               <images normal="P_TextNormal_18x18_N.png"
   rollover="P_TextNormal_18x18_R.png"
   dark_normal="P_TextNormal_18x18_N_D.png"
   dark_rollover="P_TextNormal_18x18_R_D.png"/>
           </ACTION>
           <ACTION command="StyleBold">
               <images normal="P_TextBold_18x18_N.png"
   rollover="P_TextBold_18x18_R.png"
   dark_normal="P_TextBold_18x18_N_D.png"
   dark_rollover="P_TextBold_18x18_R_D.png"/>
           </ACTION>
           <ACTION command="StyleItalic">
               <images normal="P_TextItalic_18x18_N.png"
   rollover="P_TextItalic_18x18_R.png"
   dark_normal="P_TextItalic_18x18_N_D.png"
   dark_rollover="P_TextItalic_18x18_R_D.png"/>
           </ACTION>
           <ACTION command="StyleUnderline">
               <images normal="P_TextUnderline_18x18_N.png"
   rollover="P_TextUnderline_18x18_R.png"
   dark_normal="P_TextUnderline_18x18_N_D.png"
   dark_rollover="P_TextUnderline_18x18_R_D.png"/>
           </ACTION>
       </TOOLBAR>
   </FMTOOLBARLIST>
   In FM2015, I used this code in "text_format.xml":
   <?xml version="1.0" encoding="UTF-8"?>
   <FMTOOLBARLIST version="1">
       <TOOLBAR id="tb_txt_fmt" name="Text #amp;Formatting"
   kbd-shortcut="\!Vte" orientation="horizontal">
           <ACTION command="Save">
               <images base="P_Save"/>
           </ACTION>
           <SEPARATOR/>
           <DROPDOWN command="!RulerParaMenu"/>
           <SEPARATOR/>
           <DROPDOWN command="!RulerCharMenu"/>
           <SEPARATOR/>
           <DROPDOWN command="FontMenu"/>
           <SEPARATOR/>
           <DROPDOWN command="SizeMenu"/>
           <SEPARATOR/>
           <ACTION command="StylePlain">
               <images base="P_TextNormal"/>
           </ACTION>
           <ACTION command="StyleBold">
               <images base="P_TextBold"/>
           </ACTION>
           <ACTION command="StyleItalic">
               <images base="P_TextItalic"/>
           </ACTION>
           <ACTION command="StyleUnderline">
               <images base="P_TextUnderline"/>
           </ACTION>
       </TOOLBAR>
   </FMTOOLBARLIST>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: efhgghbg.png
Type: image/png
Size: 3855 bytes
Desc: not available
URL: <http://lists.frameusers.com/pipermail/framers-frameusers.com/attachments/20160328/9d8be2d7/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jhhhggab.png
Type: image/png
Size: 2978 bytes
Desc: not available
URL: <http://lists.frameusers.com/pipermail/framers-frameusers.com/attachments/20160328/9d8be2d7/attachment-0001.png>


More information about the Framers mailing list