Custom Commands

2011-08-17 Thread Klaus Daube
On 15 Aug 2011 at 16:58, Rick Quatro wrote:

>  I want to refer to the Format > Page Layout > Apply Master
> Pages command, which is implemented with a .dll. I am trying this in
> cmd.cfg:
> 
> 
>
>>

Rick, according to a list I get for all cmds (an itl-script), it could be:


   
   >

However, this list provides this code also for


   
   >

The list mentioned shows quite a number of such long codes. It seems that they 
are created 
by FM for all things added to the cmd/cfg files, such as 


  >

which gets the code \x1160C18

'Usual' codes are only 3-4 bytes long:

   
   
   >

   >

HTH
Klaus
~~
Docu + Design Daube; Sch?racher 11; CH-8053 Z?rich
Technical documentation & consultancy; On-line and paper
F: +41-44-422 86 25  E: ddd at daube.ch  W: www.daube.ch



FrameMaker 9/10 Toolbars

2011-08-17 Thread Klaus Daube
On 15 Aug 2011 at 14:53, Rick Quatro wrote:

> Is there any good information on making custom toolbars in FrameMaker 9
> and 10? I basically figured out how to make a custom toolbar and have it
> show in the View > Toolbars menu, but I am trying to find out if you can
> add custom commands to the toolbar buttons. For example, I would like to
> have a command that would show/hide text symbols and borders at the same
> time. Also, is there a way to see the available button icons? For example,
> if I have to have separate show/hide text symbol and show/hide borders
> buttons, I would like to find icons that would be representative for these
> commands. Any help or direction would be appreciated. 

Rick, with the development of the Enhanced Toolbars (based on Shlomo Perets' 
work) I got 
quite an insight.

Unfortunately the requested function "have a command that would show/hide text 
symbols and 
borders at the same time" is problematic since FM-9, because part of the 
function must be 
set up in the customui.cfg file and the other part in the cmds.cfg:

Of multi-code commands FM-9/10 executes only the first code. Partly fix:
- The commands must be located in cmds.cfg, menu Add and Order remain in 
customui.cfg
  Commands involved: GoToMasterPage, GoToRefPage
- If buttons should work, no menu specification must be present in 
customui.cfg
  Commands involved: EditingView, PrintingView

Please look at the following files:
Section "Background Information" in 
http://www.daube.ch/docu/files/fm9-etb-en.pdf
Shlomo's file (1999!) http://www.daube.ch/docu/files/microtype_toolbars.pdf

HTH
Klaus
~~
Docu + Design Daube; Sch?racher 11; CH-8053 Z?rich
Technical documentation & consultancy; On-line and paper
F: +41-44-422 86 25  E: ddd at daube.ch  W: www.daube.ch



Import PDF Comments doesn't seem to work

2011-08-17 Thread Flato, Gillian
I did a shared review with Acrobat 10. When I open up the review file, I see 
all of the SME's comments. However, when I go to Frame and select Import > PDF 
Comments, none of the comments import.

I am using Acrobat Pro X/ Frame X from within TCS v3.0.

Any suggestions?

Thank you,


Gillian Flato
Senior Technical Writer (Software)
nanometrics
1550 Buckeye Dr.
Milpitas, CA. 95035
*408.545.6316
7  408.232.5911
* gflato at nanometrics.com<mailto:gflato at nanometrics.com>

-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.frameusers.com/pipermail/framers/attachments/20110817/fa675364/attachment.html>


Import PDF Comments doesn't seem to work

2011-08-17 Thread Jeff Coatsworth
Did the originating FM file get saved after the review PDF was created? My 
understanding is that the FM file needs to remain unchanged to allow reviewer 
comments to be imported.


From: framers-bounces at lists.frameusers.com 
[mailto:framers-boun...@lists.frameusers.com] On Behalf Of Flato, Gillian
Sent: Wednesday, August 17, 2011 1:54 PM
To: framers at lists.frameusers.com
Subject: Import PDF Comments doesn't seem to work

I did a shared review with Acrobat 10. When I open up the review file, I see 
all of the SME's comments. However, when I go to Frame and select Import > PDF 
Comments, none of the comments import.

I am using Acrobat Pro X/ Frame X from within TCS v3.0.

Any suggestions?

Thank you,


Gillian Flato
Senior Technical Writer (Software)
nanometrics
1550 Buckeye Dr.
Milpitas, CA. 95035
*408.545.6316
7  408.232.5911
* gflato at nanometrics.com<mailto:gflato at nanometrics.com>

-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.frameusers.com/pipermail/framers/attachments/20110817/172905bc/attachment.html>


Re: Custom Commands

2011-08-17 Thread Klaus Daube
On 15 Aug 2011 at 16:58, Rick Quatro wrote:

>  I want to refer to the Format > Page Layout > Apply Master
> Pages command, which is implemented with a .dll. I am trying this in
> cmd.cfg:
> 
> 
>
>>

Rick, according to a list I get for all cmds (an itl-script), it could be:


   
   >

However, this list provides this code also for


   
   >

The list mentioned shows quite a number of such long codes. It seems that they 
are created 
by FM for all things added to the cmd/cfg files, such as 


  >

which gets the code \x1160C18

'Usual' codes are only 3-4 bytes long:

   
   
   >

   >

HTH
Klaus
~~
Docu + Design Daube; Schäracher 11; CH-8053 Zürich
Technical documentation & consultancy; On-line and paper
F: +41-44-422 86 25  E: d...@daube.ch  W: www.daube.ch

___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

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

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Re: FrameMaker 9/10 Toolbars

2011-08-17 Thread Klaus Daube
On 15 Aug 2011 at 14:53, Rick Quatro wrote:

> Is there any good information on making custom toolbars in FrameMaker 9
> and 10? I basically figured out how to make a custom toolbar and have it
> show in the View > Toolbars menu, but I am trying to find out if you can
> add custom commands to the toolbar buttons. For example, I would like to
> have a command that would show/hide text symbols and borders at the same
> time. Also, is there a way to see the available button icons? For example,
> if I have to have separate show/hide text symbol and show/hide borders
> buttons, I would like to find icons that would be representative for these
> commands. Any help or direction would be appreciated. 

Rick, with the development of the Enhanced Toolbars (based on Shlomo Perets' 
work) I got 
quite an insight.

Unfortunately the requested function "have a command that would show/hide text 
symbols and 
borders at the same time" is problematic since FM-9, because part of the 
function must be 
set up in the customui.cfg file and the other part in the cmds.cfg:

Of multi-code commands FM-9/10 executes only the first code. Partly fix:
- The commands must be located in cmds.cfg, menu Add and Order remain in 
customui.cfg
  Commands involved: GoToMasterPage, GoToRefPage
- If buttons should work, no menu specification must be present in 
customui.cfg
  Commands involved: EditingView, PrintingView

Please look at the following files:
Section "Background Information" in 
http://www.daube.ch/docu/files/fm9-etb-en.pdf
Shlomo's file (1999!) http://www.daube.ch/docu/files/microtype_toolbars.pdf

HTH
Klaus
~~
Docu + Design Daube; Schäracher 11; CH-8053 Zürich
Technical documentation & consultancy; On-line and paper
F: +41-44-422 86 25  E: d...@daube.ch  W: www.daube.ch

___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

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

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Re: FrameMaker 9/10 Toolbars

2011-08-17 Thread Roman Banks
Hi,
 
As far as I know, Shlomo's ToolbarPlus Express for FM9/10 includes keyboard, 
menu, and context menus customizations, 

From: Mike Wickham 
To: framers@lists.frameusers.com
Sent: Monday, August 15, 2011 11:04 PM
Subject: Re: FrameMaker 9/10 Toolbars

RE: Microtype ToolbarPlus Express

I forgot to mention that, even though the site says the plugin is good for up 
to FM 8, Shlomo had sent me an FM9 version way back when, so I assume that's 
the one he would actually send, and that the web page is out of date.

Here's a link to the page:
http://www.microtype.com/resources.html

Mike Wickham

___


You are currently subscribed to framers as banks_ro...@yahoo.com.

Send list messages to framers@lists.frameusers.com.

To unsubscribe send a blank email to
framers-unsubscr...@lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/banks_roman%40yahoo.com

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.



but it does not include the toolbar customization. Klaus Daube created a 
toolbar customization that works with Shlomo Perets's plugin. 
Refer to http://www.daube.ch/docu/fmaker55.html for more information.
 
HTH,
Roman
___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

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

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


Import PDF Comments doesn't seem to work

2011-08-17 Thread Flato, Gillian
I did a shared review with Acrobat 10. When I open up the review file, I see 
all of the SME's comments. However, when I go to Frame and select Import > PDF 
Comments, none of the comments import.

I am using Acrobat Pro X/ Frame X from within TCS v3.0.

Any suggestions?

Thank you,


Gillian Flato
Senior Technical Writer (Software)
nanometrics
1550 Buckeye Dr.
Milpitas, CA. 95035
*408.545.6316
7  408.232.5911
* gfl...@nanometrics.com

___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

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

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.


RE: Import PDF Comments doesn't seem to work

2011-08-17 Thread Jeff Coatsworth
Did the originating FM file get saved after the review PDF was created? My 
understanding is that the FM file needs to remain unchanged to allow reviewer 
comments to be imported.


From: framers-boun...@lists.frameusers.com 
[mailto:framers-boun...@lists.frameusers.com] On Behalf Of Flato, Gillian
Sent: Wednesday, August 17, 2011 1:54 PM
To: framers@lists.frameusers.com
Subject: Import PDF Comments doesn't seem to work

I did a shared review with Acrobat 10. When I open up the review file, I see 
all of the SME's comments. However, when I go to Frame and select Import > PDF 
Comments, none of the comments import.

I am using Acrobat Pro X/ Frame X from within TCS v3.0.

Any suggestions?

Thank you,


Gillian Flato
Senior Technical Writer (Software)
nanometrics
1550 Buckeye Dr.
Milpitas, CA. 95035
*408.545.6316
7  408.232.5911
* gfl...@nanometrics.com

___


You are currently subscribed to framers as arch...@mail-archive.com.

Send list messages to framers@lists.frameusers.com.

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

Send administrative questions to listad...@frameusers.com. Visit
http://www.frameusers.com/ for more resources and info.