I'd like to hide all FrameMaker toolbars except for the Text Formatting toolbar, which I'd like to customize.

I was able to get the Paragraph Style drop-down list by adding
<DROPDOWN command="!RulerParaMenu"/>
to text_format.xml, but I'm having trouble adding the Character Style drop-down list.
Adding <DROPDOWN command="!RulerCharMenu"/> does seem to do anything.

Klaus Daube mentions !RulerCharMenuIn in his toolbar documentation for FM 7.2 and 8 (http://www.daube.ch/docu/files/fm8-etb-en.pdf), so it looks like it's possible.

Any ideas?

--
Regards,
Shmuel Wolfson
Technical Writer
052-763-7133


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


You are currently subscribed to framers as [email protected].

Send list messages to [email protected].

To unsubscribe send a blank email to
[email protected]
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [email protected]. Visit
http://www.frameusers.com/ for more resources and info.

Reply via email to