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>
_______________________________________________

This message is from the Framers mailing list

Send messages to framers@lists.frameusers.com
Visit the list's homepage at  http://www.frameusers.com
Archives located at http://www.mail-archive.com/framers%40lists.frameusers.com/
Subscribe and unsubscribe at 
http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
Send administrative questions to listad...@frameusers.com

Reply via email to