• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
4

Idea for a utitlity: Build Tool Bars for FM

Community Expert ,
Jan 16, 2023 Jan 16, 2023

Copy link to clipboard

Copied

After years of creating and updating the Enhanced Tool Bars I feel the time ready to develop a utility. Although this could be a script running in FM I envision an external utility:

  • All necessary data can be accessed without FM processes (*.ini,*. xml).

  • I will use AutoHotKey for the script. This can be compiled so that a used do not need to have AHK installed.

Envisioned UI

There may be multiple FM versions installed, hence a first step will define where to build the TB.Dlg-SetupFM.png

Toolbar entries can be collected from existing tool bars: here we have all necessary data available.Dlg-from-existing.png

More challenging will be to work from the commands: The icons are in DLLs and their names are not harmonised with the command names. The icons can come from various dlls...Dlg-from-commands.png

Major obstacles

  • Icons for the built in tool bars are located in dll’s. Hence they must be extracted for the use in the utility. This can be done with ResourceHacker (legally, since FM is not modified).
  • Placing the icons in the UI.
  • Others will come up

→ What do You think about this idea?

I do not have a schedule...

TOPICS
Scripting

Views

338

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 16, 2023 Jan 16, 2023

Copy link to clipboard

Copied

I love this idea. Being able to customize the toolbar for how I work is right up there with having the workspace set up for how I work as far as usefulness goes.

 

ETA: and not being able to has been a cause of much under the breath muttering.

 

Go Klaus!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 24, 2023 Jan 24, 2023

Copy link to clipboard

Copied

Lin, after more than a week You seem to be the only promoter of my idea. But you may know the story of the iPhone... I'm already at work - but with the pace of an 80 year old. I will publish progress here.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 24, 2023 Jan 24, 2023

Copy link to clipboard

Copied

Err ... no? I don't use Apple products.

 

Maybe no one remembers how a lot of the word processing programs let you customize your toolbars, or used to. Being able to have only the functions I use on a regular basis and none of the ones I don't use sounds like paradise to me.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 23, 2023 Feb 23, 2023

Copy link to clipboard

Copied

I can announce FMbuildTB v1.0

You will see that it is not possible to mimic the drag-and-drop process from Word etc. to build a tool bar in FM (however, Adobe could). Drag-and-drop is used already to move the toolbars within the FM window. A single tool can not be grabbed from the interface. Hence the solution is not state-of-the-art...

See the documentation or the web-page

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 23, 2023 Feb 23, 2023

Copy link to clipboard

Copied

Sorry, @K.Daube. I missed this thread. Count me in as a promoter. 

 

Two things I would love to do immedately:

  1. Remove the lock button from the Quick Access toolbar.
  2. Customize the characters available in the Symbols list.

 

Those are the two most requested customizations in my world, where I work regularly with new FrameMaker users. I'm sure I can think of more that I would like for myself, now that it might be an option.

 

~Barb

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 02, 2023 Mar 02, 2023

Copy link to clipboard

Copied

Hi @Barb Binder 

 

A way to remove the lock button, is to comment (or delete) the following lines in C:\Users\[username]\AppData\Roaming\Adobe\FrameMaker\17\WorkSpaces\Structured\WYSIWYGView\toolbars\quick_access.xml and repeat in the other workspaces.

<!-- <ACTION command="Lock" tooltip="Toggle View Only">
	<images base="S_LOCKCLOSED"/>
</ACTION> -->

 

JonBe_0-1677754260650.png

With symbols, I can see how to remove one or more from the list available, by deleting entries in the menu .cfg file starting with CharBullet. I am not sure how you would add custom entries here.

<Add CharBullet				<Menu SpecialSymbols>>
<Add CharCent				<Menu SpecialSymbols>>
<Add CharCopyright			<Menu SpecialSymbols>>
<Add CharDoubleDagger		<Menu SpecialSymbols>>
<Add CharEllipsis			<Menu SpecialSymbols>>
<Add CharEmdash				<Menu SpecialSymbols>>
<Add CharEndash				<Menu SpecialSymbols>>
<Add CharPlusMinus			<Menu SpecialSymbols>>
<Add CharPound				<Menu SpecialSymbols>>
<Add CharRegister			<Menu SpecialSymbols>>
<Add CharTrademark			<Menu SpecialSymbols>>
<Add CharYen					<Menu SpecialSymbols>>

 

I developed Extendscripts to provide a list of symbols, used by my customers, which is invoked by a menu item, as shown below.

JonBe_1-1677754946682.png

Well done @K.Daube for the initiative!

Jon

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 02, 2023 Mar 02, 2023

Copy link to clipboard

Copied

LATEST

Hi Barb,

  1. Jon Be has already answered this. I have it on my tool bars because I'm working every now and then with locked documents.
  2. With my Enhanced Tool Bars (ETB you get such a customisable list. See https://www.daube.ch/docu/files/ETB14up-UG-en.pdf page 18. This is also available as separate script (https://www.daube.ch/docu/fmaker81.html)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 02, 2023 Mar 02, 2023

Copy link to clipboard

Copied

Love this, @JonBe. I can avoid it—or at least recognize when I side down and hit it by accident—but my students complain about it so now I have a solution for them! Thanks, 

 

~Barb

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines