Re: Cursor key navigation in tables

2013-03-18 Thread Lin Sims
The caveat here (as I just discovered) is that using those four Modify
lines apparently turns cursor key navigation in the regular text OFF.

On Sat, Mar 16, 2013 at 11:42 AM, Heiko Haida i...@heiko-haida.de wrote:
 Hi Rick,

 I checked with my FM 8 and FM 9 installations - table navigation was OFF.

 Your suggestion is to add:

 Modify MoveIPToCellAtRight KeySequence /Right 
 Modify MoveIPToCellAtLeft KeySequence /Left 
 Modify MoveIPToCellAbove KeySequence /Up 
 Modify MoveIPToCellBelow KeySequence /Down 

 In FM 8, I had a modification installed (Shlomo Perets' toolbar). I added
 these 4 lines to the existing custumui.cfg = table navigation via key
 arrows is now ON!

 In FM 9 there was no customui.cfg, so I created this file with these 4
 lines as the only content = table navigation is now ON!

 So everything's fine and working in these older FM-versions. Thank you!

 Best regards -

 Tino H. Haida, Berlin



 Hi Fred,



 I specifically tested the four I modified with FrameMaker 10 and they
 worked. I don't have 9 anymore so I can't test it with 9. Send me the modify
 sequences you tried and I will test them. It could be a problem specific to
 9, but maybe the syntax isn't exactly right. Thanks.



 Rick



 From: Fred Ridder [mailto:docu...@hotmail.com]
 Sent: Saturday, March 16, 2013 12:11 AM
 To: r...@rickquatro.com; syed.hos...@aeris.net; alison.cr...@ultrasonix.com;
 framers@lists.frameusers.com
 Subject: RE: Cursor key navigation in tables



 Thanks Rick and Syed.

 In my poking around earlier today, I did find these commands in cmds.cfg and
 tried to reassign the MoveIPToCellAbove and ...CellBelow commands to more
 convenient shortcut keys. But whether I left them alone, changed the
 KeySequence  definition, or added a Modify  command, those two MoveIP
 commands refuse to do anything. ...CellAtLeft and ...CellAtRight both work,
 as do MoveIPUpAndSelectText and MoveIPDownAndSelectText, but not the two
 commands I specifically want to use. I suppose I'll just have to use the
 move and select commands, because at least it's better than having to reach
 for the mouse every damn time.

 What's frustrating is that I *know* these commands worked in FM5.5.6, 6.0,
 7.x and 8.0. Chalk up one mlore feature that got broken and never fixed when
 Adobe saw fit to impose their stupid and inconvenient (and buggy...) UI on
 us with version 9.0. Sigh...

 I suppose I *should* report this bug to Adobe, but every time I have done it
 in the past has been an exercise in ultimate frustration. Every time it has
 taken me between one and two hours to accomplish something that should have
 taken 10-15 minutes. And ever since software development and maintenance was
 moved to Bangalore, the only response I have ever gotten to a reported bug
 was that we fixed the software to make it work the way it was supposed to
 work. Never mind that the new behavior was illogical and inconsistent with
 how other similar features worked, the mere fact that FrameMaker now behaved
 differently meant that a whole flock of my carefully designed procedures and
 processes no longer worked. I might have chalked it up to job security, but
 my employer (by acquisition...) chose to shut down their operation here in
 New Jersey. But that's a story for another day...

 Thanks for your efforts, guys.

 Fred Ridder

 From: r...@rickquatro.com
 To: syed.hos...@aeris.net; alison.cr...@ultrasonix.com;
 docu...@hotmail.com; framers@lists.frameusers.com
 Subject: RE: Cursor key navigation in tables
 Date: Fri, 15 Mar 2013 22:04:34 -0400

 Open the FrameMaker/Fminit/Config/customui.cfg file in a text editor and
 add
 these lines:

 Modify MoveIPToCellAtRight KeySequence /Right 
 Modify MoveIPToCellAtLeft KeySequence /Left 
 Modify MoveIPToCellAbove KeySequence /Up 
 Modify MoveIPToCellBelow KeySequence /Down 


 ___


 You are currently subscribed to framers as ljsims...@gmail.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/ljsims.ml%40gmail.com

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




-- 
Lin Sims
___


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: Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Heidi Bailey
Hi Rick,
I'd love to apply what you describe below. However, in my FM10 Fminit folder, I 
have a configui folder (no config folder), and no customui.cfg file. Can you 
tell me which of the files in there is the right one:

Cmds.cfg (which I see someone has already mentioned...)
Mathcmds.cfg
Sample.cfg
Wincmds.cfg

Or do I need to create a config folder and a file called customui.cfg?


Oh, and while I'm emailing the list:
Whenever I put a new graphic frame in (eg when doing Esc fif to place a 
screenshot), FM centers the frame. I need my graphic frames left-aligned, so it 
is a pain to have to reset this each time.
I hunted through the maker.ini file but found nothing. Is there some way of 
setting FM to always left-align new graphic frames?

Thanks,
Heidi
--

Message: 11
Date: Fri, 15 Mar 2013 22:04:34 -0400
From: Rick Quatro r...@rickquatro.com
To: 'Syed Zaeem Hosain' syed.hos...@aeris.net,  'Alison Craig'
alison.cr...@ultrasonix.com,  'Fred Ridder' docu...@hotmail.com,
framers@lists.frameusers.com
Subject: RE: Cursor key navigation in tables
Message-ID: 001701ce21ea$9f464710$ddd2d530$@com
Content-Type: text/plain;   charset=us-ascii

Open the FrameMaker/Fminit/Config/customui.cfg file in a text editor and add
these lines:

Modify MoveIPToCellAtRight KeySequence /Right 
Modify MoveIPToCellAtLeft KeySequence /Left 
Modify MoveIPToCellAbove KeySequence /Up 
Modify MoveIPToCellBelow KeySequence /Down 

Quit and restart FrameMaker. Then you should be able to navigate cells using
the arrow keys.



Technical Author
OCZ Technology Ltd
25B-25C Western Avenue
Milton Park
Abingdon
Oxfordshire
OX14 4SH
Registered in England no 7806324
Registered Address:  As Above
Tel: +44 (0) 1235 824900
Fax: +44 (0) 1235 821141
Email: hbai...@ocztechnology.com
Web: http://www.ocztechnology.com



CONFIDENTIAL COMMUNICATION:  This communication including any attached file(s) 
is CONFIDENTIAL, intended only for the named recipient (s) above and contains 
trade secrets or other information that is exempt from disclosure under 
applicable law.  Any use, dissemination, distribution or copying of this 
communication and any file attachments by anyone other than the named recipient 
(s) is strictly prohibited. If you have received this communication in error, 
please immediately notify us by reply electronic mail and permanently delete 
the original transmission and any attachments from your computer system and any 
copies of this message and file attachments. Thank you.
___


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: Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Lin Sims
I created a customui.cfg file and put it in the fminit\configui folder
and it works perfectly. The only caveat, as I noted in a different
email, is that cursor navigation apparently no longer works in regular
text.

Bruce Foster's ImpGraph plugin did what you wanted, but with his death
it is, as far as I know, no longer available. Maybe someone has a copy
they'd be willing to give you.

On Mon, Mar 18, 2013 at 9:40 AM, Heidi Bailey hbai...@ocztechnology.com wrote:
 Hi Rick,
 I'd love to apply what you describe below. However, in my FM10 Fminit folder, 
 I have a configui folder (no config folder), and no customui.cfg file. Can 
 you tell me which of the files in there is the right one:

 Cmds.cfg (which I see someone has already mentioned...)
 Mathcmds.cfg
 Sample.cfg
 Wincmds.cfg

 Or do I need to create a config folder and a file called customui.cfg?


 Oh, and while I'm emailing the list:
 Whenever I put a new graphic frame in (eg when doing Esc fif to place a 
 screenshot), FM centers the frame. I need my graphic frames left-aligned, so 
 it is a pain to have to reset this each time.
 I hunted through the maker.ini file but found nothing. Is there some way of 
 setting FM to always left-align new graphic frames?

 Thanks,
 Heidi
 --

 Message: 11
 Date: Fri, 15 Mar 2013 22:04:34 -0400
 From: Rick Quatro r...@rickquatro.com
 To: 'Syed Zaeem Hosain' syed.hos...@aeris.net,  'Alison Craig'
 alison.cr...@ultrasonix.com,  'Fred Ridder' docu...@hotmail.com,
 framers@lists.frameusers.com
 Subject: RE: Cursor key navigation in tables
 Message-ID: 001701ce21ea$9f464710$ddd2d530$@com
 Content-Type: text/plain;   charset=us-ascii

 Open the FrameMaker/Fminit/Config/customui.cfg file in a text editor and add
 these lines:

 Modify MoveIPToCellAtRight KeySequence /Right 
 Modify MoveIPToCellAtLeft KeySequence /Left 
 Modify MoveIPToCellAbove KeySequence /Up 
 Modify MoveIPToCellBelow KeySequence /Down 

 Quit and restart FrameMaker. Then you should be able to navigate cells using
 the arrow keys.



 Technical Author
 OCZ Technology Ltd
 25B-25C Western Avenue
 Milton Park
 Abingdon
 Oxfordshire
 OX14 4SH
 Registered in England no 7806324
 Registered Address:  As Above
 Tel: +44 (0) 1235 824900
 Fax: +44 (0) 1235 821141
 Email: hbai...@ocztechnology.com
 Web: http://www.ocztechnology.com



 CONFIDENTIAL COMMUNICATION:  This communication including any attached 
 file(s) is CONFIDENTIAL, intended only for the named recipient (s) above and 
 contains trade secrets or other information that is exempt from disclosure 
 under applicable law.  Any use, dissemination, distribution or copying of 
 this communication and any file attachments by anyone other than the named 
 recipient (s) is strictly prohibited. If you have received this communication 
 in error, please immediately notify us by reply electronic mail and 
 permanently delete the original transmission and any attachments from your 
 computer system and any copies of this message and file attachments. Thank 
 you.
 ___


 You are currently subscribed to framers as ljsims...@gmail.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/ljsims.ml%40gmail.com

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



-- 
Lin Sims
___


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: Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Mike Wickham
I'm sure the folder name was just a typo on Rick's part. The folder is 
configui. Create a text file called customui.cfg to hold the commands.


The other files you mentioned can be edited, too, but it's best to put 
all your customizations in the customui.cfg file. FrameMaker reads it 
last, and overwrites definitions loaded from the other files. So if an 
entry doesn't work out, you can delete it and FrameMaker will return to 
default behavior without having to reenter the original values. It's 
much easier to test and make changes that way, and easier to move your 
customizations to future FM versions.


Mike Wickham

On 3/18/2013 8:40 AM, Heidi Bailey wrote:

Hi Rick,
I'd love to apply what you describe below. However, in my FM10 Fminit folder, I 
have a configui folder (no config folder), and no customui.cfg file. Can you 
tell me which of the files in there is the right one:

Cmds.cfg (which I see someone has already mentioned...)
Mathcmds.cfg
Sample.cfg
Wincmds.cfg

Or do I need to create a config folder and a file called customui.cfg?





___


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: Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Heidi Bailey
Thanks!

-Original Message-
From: Harro de Jong [mailto:harro.dej...@triviewgroup.com]
Sent: 18 March 2013 13:50
To: Heidi Bailey
Cc: framers@lists.frameusers.com
Subject: RE: Cursor key navigation in tables - and another thing (graphic frame 
placement)

Heidi Bailey wrote:


 I'd love to apply what you describe below. However, in my FM10 Fminit
 folder, I have a configui folder (no config folder), and no
 customui.cfg file. Can you tell me which of the files in there is the right 
 one:

 Cmds.cfg (which I see someone has already mentioned...) Mathcmds.cfg
 Sample.cfg Wincmds.cfg

 Or do I need to create a config folder and a file called customui.cfg?

configui is the correct folder name. If customui.cfg doesn't exist, you can 
create it in this folder.


 Oh, and while I'm emailing the list:
 Whenever I put a new graphic frame in (eg when doing Esc fif to place
 a screenshot), FM centers the frame. I need my graphic frames
 left-aligned, so it is a pain to have to reset this each time.
 I hunted through the maker.ini file but found nothing. Is there some
 way of setting FM to always left-align new graphic frames?

No. I used to use QuicKeys to change this for all frames in a book, but sadly 
that isn't officially supported under Windows 7 anymore. Some people have got 
it to work though.

Harro de Jong
Triview

CONFIDENTIAL COMMUNICATION:  This communication including any attached file(s) 
is CONFIDENTIAL, intended only for the named recipient (s) above and contains 
trade secrets or other information that is exempt from disclosure under 
applicable law.  Any use, dissemination, distribution or copying of this 
communication and any file attachments by anyone other than the named recipient 
(s) is strictly prohibited. If you have received this communication in error, 
please immediately notify us by reply electronic mail and permanently delete 
the original transmission and any attachments from your computer system and any 
copies of this message and file attachments. Thank you.
___


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: [JUNK] Re: Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Heidi Bailey
Oh, odd. I missed that - not helpful!
Thanks,
Heidi

-Original Message-
From: Lin Sims [mailto:ljsims...@gmail.com]
Sent: 18 March 2013 14:02
To: Heidi Bailey
Cc: r...@rickquatro.com; framers@lists.frameusers.com
Subject: [JUNK] Re: Cursor key navigation in tables - and another thing 
(graphic frame placement)
Importance: Low

I created a customui.cfg file and put it in the fminit\configui folder and it 
works perfectly. The only caveat, as I noted in a different email, is that 
cursor navigation apparently no longer works in regular text.

Bruce Foster's ImpGraph plugin did what you wanted, but with his death it is, 
as far as I know, no longer available. Maybe someone has a copy they'd be 
willing to give you.

On Mon, Mar 18, 2013 at 9:40 AM, Heidi Bailey hbai...@ocztechnology.com wrote:
 Hi Rick,
 I'd love to apply what you describe below. However, in my FM10 Fminit folder, 
 I have a configui folder (no config folder), and no customui.cfg file. Can 
 you tell me which of the files in there is the right one:

 Cmds.cfg (which I see someone has already mentioned...) Mathcmds.cfg
 Sample.cfg Wincmds.cfg

 Or do I need to create a config folder and a file called customui.cfg?


 Oh, and while I'm emailing the list:
 Whenever I put a new graphic frame in (eg when doing Esc fif to place a 
 screenshot), FM centers the frame. I need my graphic frames left-aligned, so 
 it is a pain to have to reset this each time.
 I hunted through the maker.ini file but found nothing. Is there some way of 
 setting FM to always left-align new graphic frames?

 Thanks,
 Heidi
 --

 Message: 11
 Date: Fri, 15 Mar 2013 22:04:34 -0400
 From: Rick Quatro r...@rickquatro.com
 To: 'Syed Zaeem Hosain' syed.hos...@aeris.net,  'Alison Craig'
 alison.cr...@ultrasonix.com,  'Fred Ridder' docu...@hotmail.com,
 framers@lists.frameusers.com
 Subject: RE: Cursor key navigation in tables
 Message-ID: 001701ce21ea$9f464710$ddd2d530$@com
 Content-Type: text/plain;   charset=us-ascii

 Open the FrameMaker/Fminit/Config/customui.cfg file in a text editor
 and add these lines:

 Modify MoveIPToCellAtRight KeySequence /Right  Modify
 MoveIPToCellAtLeft KeySequence /Left  Modify MoveIPToCellAbove
 KeySequence /Up  Modify MoveIPToCellBelow KeySequence /Down 

 Quit and restart FrameMaker. Then you should be able to navigate cells
 using the arrow keys.



 Technical Author
 OCZ Technology Ltd
 25B-25C Western Avenue
 Milton Park
 Abingdon
 Oxfordshire
 OX14 4SH
 Registered in England no 7806324
 Registered Address:  As Above
 Tel: +44 (0) 1235 824900
 Fax: +44 (0) 1235 821141
 Email: hbai...@ocztechnology.com
 Web: http://www.ocztechnology.com



 CONFIDENTIAL COMMUNICATION:  This communication including any attached 
 file(s) is CONFIDENTIAL, intended only for the named recipient (s) above and 
 contains trade secrets or other information that is exempt from disclosure 
 under applicable law.  Any use, dissemination, distribution or copying of 
 this communication and any file attachments by anyone other than the named 
 recipient (s) is strictly prohibited. If you have received this communication 
 in error, please immediately notify us by reply electronic mail and 
 permanently delete the original transmission and any attachments from your 
 computer system and any copies of this message and file attachments. Thank 
 you.
 ___


 You are currently subscribed to framers as ljsims...@gmail.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/ljsims.ml%40gmail.
 com

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



--
Lin Sims

CONFIDENTIAL COMMUNICATION:  This communication including any attached file(s) 
is CONFIDENTIAL, intended only for the named recipient (s) above and contains 
trade secrets or other information that is exempt from disclosure under 
applicable law.  Any use, dissemination, distribution or copying of this 
communication and any file attachments by anyone other than the named recipient 
(s) is strictly prohibited. If you have received this communication in error, 
please immediately notify us by reply electronic mail and permanently delete 
the original transmission and any attachments from your computer system and any 
copies of this message and file attachments. Thank you.
___


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/ 

RE: Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Fred Ridder

One solution to this is to define the KeySequence for navigation within a table 
to use one or more modifier keys (Shift, Ctrl, or Alt) in addition to the 
cursor keys. This change does not affect the function of the unmodified cursor 
keys in regular text. 

To specify a modifier key in a KeySequence string, just use a plus sign for 
Shift, a caret for Ctrl, or a tilde for Alt. The modifier key symbol(s) needs 
to appear at the start of the string with no space (i.e. immediately to the 
left of the slash). For example:
Modify MoveIPToCellBelow KeySequence ^/Down 
would define the keystroke combination for moving down a row in a table to be 
the Ctrl key plus the down arrow cursor key.

BTW, all of this is documented in a PDF called CustomizingfFrameProducts.pdf 
that Adobe used to distribute in the Documentation directory of the FrameMaker 
installation. Unfortunately, this document was last updated for FrameMaker 7.0, 
and was no longer distributed with versions after 9.0.  I would hope that this 
file is still available somewhere on the Adobe website, but I suspect that may 
be over-optimistic. 

-Fred Ridder

 Date: Mon, 18 Mar 2013 10:02:10 -0400
 Subject: Re: Cursor key navigation in tables - and another thing (graphic 
 frame placement)
 From: ljsims...@gmail.com
 To: hbai...@ocztechnology.com
 CC: framers@lists.frameusers.com
 
 I created a customui.cfg file and put it in the fminit\configui folder
 and it works perfectly. The only caveat, as I noted in a different
 email, is that cursor navigation apparently no longer works in regular
 text.
 
 Bruce Foster's ImpGraph plugin did what you wanted, but with his death
 it is, as far as I know, no longer available. Maybe someone has a copy
 they'd be willing to give you.
 
 On Mon, Mar 18, 2013 at 9:40 AM, Heidi Bailey hbai...@ocztechnology.com 
 wrote:
  Hi Rick,
  I'd love to apply what you describe below. However, in my FM10 Fminit 
  folder, I have a configui folder (no config folder), and no customui.cfg 
  file. Can you tell me which of the files in there is the right one:
 
  Cmds.cfg (which I see someone has already mentioned...)
  Mathcmds.cfg
  Sample.cfg
  Wincmds.cfg
 
  Or do I need to create a config folder and a file called customui.cfg?
 
 
  Oh, and while I'm emailing the list:
  Whenever I put a new graphic frame in (eg when doing Esc fif to place a 
  screenshot), FM centers the frame. I need my graphic frames left-aligned, 
  so it is a pain to have to reset this each time.
  I hunted through the maker.ini file but found nothing. Is there some way of 
  setting FM to always left-align new graphic frames?
 
  Thanks,
  Heidi
  --
 
  Message: 11
  Date: Fri, 15 Mar 2013 22:04:34 -0400
  From: Rick Quatro r...@rickquatro.com
  To: 'Syed Zaeem Hosain' syed.hos...@aeris.net,  'Alison Craig'
  alison.cr...@ultrasonix.com,  'Fred Ridder' 
  docu...@hotmail.com,
  framers@lists.frameusers.com
  Subject: RE: Cursor key navigation in tables
  Message-ID: 001701ce21ea$9f464710$ddd2d530$@com
  Content-Type: text/plain;   charset=us-ascii
 
  Open the FrameMaker/Fminit/Config/customui.cfg file in a text editor and add
  these lines:
 
  Modify MoveIPToCellAtRight KeySequence /Right 
  Modify MoveIPToCellAtLeft KeySequence /Left 
  Modify MoveIPToCellAbove KeySequence /Up 
  Modify MoveIPToCellBelow KeySequence /Down 
 
  Quit and restart FrameMaker. Then you should be able to navigate cells using
  the arrow keys.



  ___


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: Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Rick Quatro
Klaus Daube has a bunch of good materials for later versions of FrameMaker.

http://www.daube.ch/docu/fmaker00.html

There is a link towards the bottom to Customising FrameMaker 11 (also valid
for FM-9 and 10). Klaus is very thorough and generous with his information.

Rick Quatro
Carmen Publishing Inc.
585-283-5045
r...@frameexpert.com




At 10:39 -0400 18/3/13, Fred Ridder wrote:

BTW, all of this is documented in a PDF called
CustomizingfFrameProducts.pdf that Adobe used to distribute in the
Documentation directory of the FrameMaker installation. Unfortunately, this
document was last updated for FrameMaker 7.0, and was no longer distributed
with versions after 9.0.  I would hope that this file is still available
somewhere on the Adobe website, but I suspect that may be over-optimistic.

I have a copy, but only the Mac version, which might not be the same.

Try this: http://help.adobe.com/en_US/FrameMaker/8.0/customize_frame.pdf

-- 
Steve


___


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: Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Shmuel Wolfson

  
  
Good idea. 
  
  What are the symbols for the ALT, CTRL, SHIFT and Windows Key?
  
  Regards,
Shmuel Wolfson
Technical Writer
052-763-7133

  
  On 18-Mar-13 4:39 PM, Fred Ridder wrote:


  
  
One solution to this is to define the KeySequence for navigation
within a table to use one or more modifier keys (Shift, Ctrl, or
Alt) in addition to the cursor keys. This change does not affect
the function of the unmodified cursor keys in regular text. 

To specify a modifier key in a KeySequence string, just use a
plus sign for Shift, a caret for Ctrl, or a tilde for Alt. The
modifier key symbol(s) needs to appear at the start of the
string with no space (i.e. immediately to the left of the
slash). For example:
Modify MoveIPToCellBelow KeySequence ^/Down 
would define the keystroke combination for moving down a row in
a table to be the Ctrl key plus the down arrow cursor key.

BTW, all of this is documented in a PDF called
CustomizingfFrameProducts.pdf that Adobe used to distribute in
the Documentation directory of the FrameMaker installation.
Unfortunately, this document was last updated for FrameMaker
7.0, and was no longer distributed with versions after 9.0. I
would hope that this file is still available somewhere on the
Adobe website, but I suspect that may be over-optimistic. 

-Fred Ridder

 Date: Mon, 18 Mar 2013 10:02:10 -0400
   Subject: Re: Cursor key navigation in tables - and
  another thing (graphic frame placement)
   From: ljsims...@gmail.com
   To: hbai...@ocztechnology.com
   CC: framers@lists.frameusers.com
   
   I created a customui.cfg file and put it in the
  fminit\configui folder
   and it works perfectly. The only caveat, as I noted in a
  different
   email, is that cursor navigation apparently no longer
  works in regular
   text.
   
   Bruce Foster's ImpGraph plugin did what you wanted, but
  with his death
   it is, as far as I know, no longer available. Maybe
  someone has a copy
   they'd be willing to give you.
   
   On Mon, Mar 18, 2013 at 9:40 AM, Heidi Bailey
  hbai...@ocztechnology.com wrote:
Hi Rick,
I'd love to apply what you describe below. However,
  in my FM10 Fminit folder, I have a configui folder (no config
  folder), and no customui.cfg file. Can you tell me which of
  the files in there is the right one:
   
Cmds.cfg (which I see someone has already
  mentioned...)
Mathcmds.cfg
Sample.cfg
Wincmds.cfg
   
Or do I need to create a config folder and a file
  called customui.cfg?
   
   
Oh, and while I'm emailing the list:
Whenever I put a new graphic frame in (eg when doing
  Esc fif to place a screenshot), FM centers the frame. I need
  my graphic frames left-aligned, so it is a pain to have to
  reset this each time.
I hunted through the maker.ini file but found
  nothing. Is there some way of setting FM to always left-align
  new graphic frames?
   
Thanks,
Heidi
--
   
Message: 11
Date: Fri, 15 Mar 2013 22:04:34 -0400
From: "Rick Quatro" r...@rickquatro.com
To: "'Syed Zaeem Hosain'"
  syed.hos...@aeris.net, "'Alison Craig'"
alison.cr...@ultrasonix.com, "'Fred Ridder'"
  docu...@hotmail.com,
framers@lists.frameusers.com
Subject: RE: Cursor key navigation in tables
Message-ID:
  001701ce21ea$9f464710$ddd2d530$@com
Content-Type: text/plain; charset="us-ascii"
   
Open the FrameMaker/Fminit/Config/customui.cfg file
  in a text editor and add
these lines:
   
Modify MoveIPToCellAtRight KeySequence
  /Right 
Modify MoveIPToCellAtLeft KeySequence /Left
  
Modify MoveIPToCellAbove KeySequence /Up
  
Modify MoveIPToCellBelow KeySequence /Down
  
   
Quit and restart FrameMaker. Then you should be able
  to navigate cells using
the arrow keys.
  
  
  

  
  
  
  
  ___


You are currently subscribed to framers as shmue...@gmail.com.

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

To unsubscribe send a blank email to

RE: Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Fred Ridder

Umm, I think I indicated that in my previous message. To designate modifier 
keys in a KeySequence string:
 - Shift key is +
 - Ctrl key is ^
 - Atl key is ~

AFAIK, FrameMaker does not support any use of the Windows key.

Note that when defining a KeySequence that uses a modifier key (or a 
combination of modifier keys), the modifier key(s) and the key that follows are 
pressed *in combination* rather than as a sequence of separate keystrokes. 
(Most existing KeySequence definitions start with the Esc key, which is denoted 
by \!, followed by several case-sensitive letters that are pressed in sequence.)

-Fred Ridder

Date: Mon, 18 Mar 2013 18:25:53 +0200
From: shmue...@gmail.com
To: docu...@hotmail.com; framers@lists.frameusers.com
Subject: Re: Cursor key navigation in tables - and another thing (graphic frame 
placement)


  

  
  
Good idea. 

  

  What are the symbols for the ALT, CTRL, SHIFT and Windows Key?

  

  Regards,
Shmuel Wolfson
Technical Writer
052-763-7133

  

  On 18-Mar-13 4:39 PM, Fred Ridder wrote:



  
  
One solution to this is to define the KeySequence for navigation
within a table to use one or more modifier keys (Shift, Ctrl, or
Alt) in addition to the cursor keys. This change does not affect
the function of the unmodified cursor keys in regular text. 



To specify a modifier key in a KeySequence string, just use a
plus sign for Shift, a caret for Ctrl, or a tilde for Alt. The
modifier key symbol(s) needs to appear at the start of the
string with no space (i.e. immediately to the left of the
slash). For example:

Modify MoveIPToCellBelow KeySequence ^/Down 

would define the keystroke combination for moving down a row in
a table to be the Ctrl key plus the down arrow cursor key.



BTW, all of this is documented in a PDF called
CustomizingfFrameProducts.pdf that Adobe used to distribute in
the Documentation directory of the FrameMaker installation.
Unfortunately, this document was last updated for FrameMaker
7.0, and was no longer distributed with versions after 9.0.  I
would hope that this file is still available somewhere on the
Adobe website, but I suspect that may be over-optimistic. 



-Fred Ridder



 Date: Mon, 18 Mar 2013 10:02:10 -0400

   Subject: Re: Cursor key navigation in tables - and
  another thing (graphic frame placement)

   From: ljsims...@gmail.com

   To: hbai...@ocztechnology.com

   CC: framers@lists.frameusers.com

   

   I created a customui.cfg file and put it in the
  fminit\configui folder

   and it works perfectly. The only caveat, as I noted in a
  different

   email, is that cursor navigation apparently no longer
  works in regular

   text.

   

   Bruce Foster's ImpGraph plugin did what you wanted, but
  with his death

   it is, as far as I know, no longer available. Maybe
  someone has a copy

   they'd be willing to give you.

   

   On Mon, Mar 18, 2013 at 9:40 AM, Heidi Bailey
  hbai...@ocztechnology.com wrote:

Hi Rick,

I'd love to apply what you describe below. However,
  in my FM10 Fminit folder, I have a configui folder (no config
  folder), and no customui.cfg file. Can you tell me which of
  the files in there is the right one:

   

Cmds.cfg (which I see someone has already
  mentioned...)

Mathcmds.cfg

Sample.cfg

Wincmds.cfg

   

Or do I need to create a config folder and a file
  called customui.cfg?

   

   

Oh, and while I'm emailing the list:

Whenever I put a new graphic frame in (eg when doing
  Esc fif to place a screenshot), FM centers the frame. I need
  my graphic frames left-aligned, so it is a pain to have to
  reset this each time.

I hunted through the maker.ini file but found
  nothing. Is there some way of setting FM to always left-align
  new graphic frames?

   

Thanks,

Heidi

--

   

Message: 11

Date: Fri, 15 Mar 2013 22:04:34 -0400

From: Rick Quatro r...@rickquatro.com

To: 'Syed Zaeem Hosain'
  syed.hos...@aeris.net, 'Alison Craig'

alison.cr...@ultrasonix.com, 'Fred Ridder'
  docu...@hotmail.com,

framers@lists.frameusers.com

Subject: RE: Cursor key navigation in tables

Message-ID:
  001701ce21ea$9f464710$ddd2d530$@com

Content-Type: 

RE: Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Combs, Richard
Fred Ridder wrote:
 
 Umm, I think I indicated that in my previous message. To designate modifier
 keys in a KeySequence string:
  - Shift key is +
  - Ctrl key is ^
  - Atl key is ~
 
 AFAIK, FrameMaker does not support any use of the Windows key.

I don't know of any way to specify the Windows logo key in a KeySequence, but 
you can use /Apps to specify the Application key. For instance, my FM 7.2 
customui.cfg file (based on the original MicroType customization kit) contains 
the following shortcuts for table navigation: 

Modify MoveIPToColumnTop  KeySequence /Apps /Home 
Modify MoveIPToColumnBottom   KeySequence /Apps /End 
Modify MoveIPToPreviousCell   KeySequence /Apps /Left 
Modify MoveIPToNextCell   KeySequence /Apps /Right 
Modify MoveIPToCellAbove  KeySequence /Apps /Up 
Modify MoveIPToCellBelow  KeySequence /Apps /Down 

Note that the Application key and the key that follows are pressed in sequence 
(as indicated by the space between them). (Actually, it works if you hold the 
Application key while pressing the following key, but then you have to release 
the Application key and press it again before you can repeat the action.)

Richard G. Combs
Senior Technical Writer
Polycom, Inc.
richardDOTcombs AT polycomDOTcom
303-223-5111
--
rgcombs AT gmailDOTcom
303-903-6372
--





___


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: Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Mike Wickham

Find the file here:
http://www.adobe.com/devnet/framemaker/online_manuals.html

This link also has a lot of FrameMaker info:
http://www.adobe.com/devnet/framemaker.html

Mike Wickham

On 3/18/2013 9:39 AM, Fred Ridder wrote:
BTW, all of this is documented in a PDF called 
CustomizingfFrameProducts.pdf that Adobe used to distribute in the 
Documentation directory of the FrameMaker installation. Unfortunately, 
this document was last updated for FrameMaker 7.0, and was no longer 
distributed with versions after 9.0.  I would hope that this file is 
still available somewhere on the Adobe website, but I suspect that may 
be over-optimistic.


-


___


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: Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Syed Zaeem Hosain (syed.hos...@aeris.net)
The sequence posted by Rick, and modified by Fred, worked for me in FrameMaker 
11 ... I decided to use the Alt key sequence that Fred outlined, because 
CTRL-arrow and shift-arrow has other cursor positioning purposes that I use in 
FrameMaker a lot.

My thanks to Rick, Fred and Richard (and others) who made this thread be the 
_most_ useful one of this year for me! :)

Z

___


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.


Custom font renders different when saving as PDF vs print PS and distill

2013-03-18 Thread Rick Quatro
Hi Framers,

I have a FrameMaker 10 document that uses a custom TTF symbols font. The
symbols display fine in my FrameMaker document. When I Save As PDF, the
symbols become squares in the PDF. If I choose the Adobe PDF printer in
FrameMaker, make a .ps file and Distill it, the symbols come through fine. I
am using Distiller X. Any idea why the output would be different using Save
As versus .ps/Distill? Thanks in advance.

Rick

Rick Quatro
Carmen Publishing Inc.
585-283-5045
r...@frameexpert.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: Custom font renders different when saving as PDF vs print PS and distill

2013-03-18 Thread Rick Quatro
Hi Robert,

I did select the Adobe PDF printer first, but still have the output problem.

Rick

-Original Message-
From: robert.lauris...@gmail.com [mailto:robert.lauris...@gmail.com] On
Behalf Of Robert Lauriston
Sent: Monday, March 18, 2013 2:47 PM
To: Rick Quatro; framers@lists.frameusers.com
Subject: Re: Custom font renders different when saving as PDF vs print PS
and distill

Before you saved as PDF, did you forget to select the Adobe PDF printer?

On Mon, Mar 18, 2013 at 11:42 AM, Rick Quatro r...@rickquatro.com wrote:
 Hi Framers,

 I have a FrameMaker 10 document that uses a custom TTF symbols font. 
 The symbols display fine in my FrameMaker document. When I Save As 
 PDF, the symbols become squares in the PDF. ...

___


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.


Manually inserted xref markers don't work as expected

2013-03-18 Thread Steve Rickaby
It seems that cross-reference marker text has to be unique. 

Here's what I'm doing:

. In one document, manually inserting several xref markers, using the same 
marker text each time.

. Cross-referencing them from another document as page refs. 

All works as expected (i.e. the page refs show the expected page numbers) until 
I update the xrefs, at which point all the page refs default to the first page 
that contains any of the xref markers, i.e. to the first match of the marker 
text.

Looks like FrameMaker searches it's xref marker list unit the first one is 
found. Set them to use different text: it worked. 

I suppose this is consistent with the way in which FrameMaker handles other 
marker types.

Just proves that you learn something every day - if you aren't careful.

-- 
Steve [Trim e-mails: use less disk, use less power, use less planet]
___


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: Manually inserted xref markers don't work as expected

2013-03-18 Thread Rick Quatro
Hi Steve,

Yes, Cross-Ref marker text must be unique within a document. Otherwise, how
would a particular Cross-Reference to that marker know which occurrence to
point to?

If you select a paragraph that contains a Cross-Ref marker and cut it and
paste it somewhere else in the document, the marker will be in the pasted
paragraph. But if you copy the paragraph and paste the copy somewhere else,
the Cross-Ref marker will not be in the pasted paragraph. FrameMaker does
not want to make a duplicate marker so it helps you out by not pasting the
marker.

Rick

Rick Quatro
Carmen Publishing Inc.
585-283-5045
r...@frameexpert.com



-Original Message-
From: framers-boun...@lists.frameusers.com
[mailto:framers-boun...@lists.frameusers.com] On Behalf Of Steve Rickaby
Sent: Monday, March 18, 2013 3:17 PM
To: framers@lists.frameusers.com
Subject: Manually inserted xref markers don't work as expected

It seems that cross-reference marker text has to be unique. 

Here's what I'm doing:

. In one document, manually inserting several xref markers, using the same
marker text each time.

. Cross-referencing them from another document as page refs. 

All works as expected (i.e. the page refs show the expected page numbers)
until I update the xrefs, at which point all the page refs default to the
first page that contains any of the xref markers, i.e. to the first match of
the marker text.

Looks like FrameMaker searches it's xref marker list unit the first one is
found. Set them to use different text: it worked. 

I suppose this is consistent with the way in which FrameMaker handles other
marker types.

Just proves that you learn something every day - if you aren't careful.

--
Steve [Trim e-mails: use less disk, use less power, use less planet]
___


___


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: Manually inserted xref markers don't work as expected

2013-03-18 Thread Steve Rickaby
At 15:25 -0400 18/3/13, Rick Quatro wrote:

Yes, Cross-Ref marker text must be unique within a document. Otherwise, how
would a particular Cross-Reference to that marker know which occurrence to
point to?

If you select a paragraph that contains a Cross-Ref marker and cut it and
paste it somewhere else in the document, the marker will be in the pasted
paragraph. But if you copy the paragraph and paste the copy somewhere else,
the Cross-Ref marker will not be in the pasted paragraph. FrameMaker does
not want to make a duplicate marker so it helps you out by not pasting the
marker.

Amazing. After more than two decades, I am still nonplussed by the grace and 
elegance of this application (post-v8 GUIs notwithstanding).

-- 
Steve [Trim e-mails: use less disk, use less power, use less planet]
___


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.


ANN: March 20th webinar on FrameMaker features for Word users: graphic objects in catalogs

2013-03-18 Thread Maxwell Hoffmann
TWEET
#writeright March 20 webinar #FrameMaker 11 for Word Users: Sess 5) Managing 
styles for text, tables and graphics adobe.ly/ZoAd2b

By popular demand, we continue our series of FrameMaker 11 power features that 
are ideal for Word users, by covering the powerful tools for managing styles 
and catalogs. This webinar will also be of high interest to FrameMaker users 
with older versions (e.g. FM 7.) This webinar is scheduled for 2PM Eastern and 
you may register at: adobe.ly/ZoAd2b

When working with unstructured documents, one of the biggest challenges is 
maintaining style conformance, and either avoiding or correcting format 
overrides. FrameMaker is unique in that it provides separate catalogs for (a) 
paragraphs (b) character styles (c) tables styles and (d) object styles 
[graphic objects and anchored frames]. In this webinar you will learn how to:

= Locate and eliminate unwanted styles in all categories
= How to create custom displays that only present the styles you wish available 
during certain times
= Globally updating Table styles, including margins, rules and shading
= How to globally update Object Styles, which change anchored frame positioning 
and display or positioning of graphic objects
= How to swiftly import any category of catalogs from one document into another 
or an entire Book

The addition of Object Styles for global update control over graphics and 
anchored frames tremendously increases your control over document integrity. 
Attend this webinar and find out just how far you can go!

About the Presenter: Maxwell Hoffmann, Adobe's Global Product Evangelist for 
Tech Comm Suite, has extensive tech comm publishing experience, having worked 
for a variety of publishing vendors and translation agencies before coming on 
board with Adobe. He is a former FrameMaker product marketing manager with 
Frame Technology (before Adobe acquired the product), and has trained over 
1,200 people in scalable publishing solutions over the years.

___
Maxwell Hoffmann |  Product  Evangelist  |  Adobe  |  p. 503.336.5952  |  c. 
503.805.3719  |  mhoff...@adobe.com 
http://twitter.com/maxwellhoffmann -  
http://www.linkedin.com/in/maxwellhoffmann  blogs.adobe.com/techcomm
___


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: What is the recommended way of having a TOC appear in multiple places of a book?

2013-03-18 Thread Harro de Jong
John Posada wrote
 
 I have a 1,500+ FM11 book that is divided into two volumes. The book has a TOC
 and Index with both volumes. Both Volume 1 and 2 have covers and the 
 pagination
 starts at 1 for each volume. Everything good. It's also conceivable that I'll 
 eventually
 have Volumes 3, 4, 5, and 6.
 
 Now, I want to put the same TOC in the front of both Volumes and the Index at 
 the
 end of both volume.. What is the suggested approach?


Are both volumes in a single .book file? Or do you have separate .books for 
each volume? 

If it's one book: 
1. create the TOC and place it in Volume 1.
2. create an empty file where the TOC for volume 2 should go.
3. In this empty file, place the Volume 1 TOC as a text inset. 

If it's two books:
1. create a third book that contains both volumes. Make sure the page numbering 
settings are consistent with your volumes.. 
2. add a TOC to this book and generate it.
3. take this TOC and add it to both volumes as an ordinary (non-generated) FM 
file. 

In both cases, you may have to update the book multiple times until all the 
page numbers are correct. 


Harro de Jong
Triview


___


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: Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Harro de Jong
Heidi Bailey wrote:


 I'd love to apply what you describe below. However, in my FM10 Fminit folder, 
 I
 have a configui folder (no config folder), and no customui.cfg file. Can you 
 tell me
 which of the files in there is the right one:
 
 Cmds.cfg (which I see someone has already mentioned...) Mathcmds.cfg
 Sample.cfg Wincmds.cfg
 
 Or do I need to create a config folder and a file called customui.cfg?

configui is the correct folder name. If customui.cfg doesn't exist, you can 
create it in this folder. 


 Oh, and while I'm emailing the list:
 Whenever I put a new graphic frame in (eg when doing Esc fif to place a
 screenshot), FM centers the frame. I need my graphic frames left-aligned, so 
 it is a
 pain to have to reset this each time.
 I hunted through the maker.ini file but found nothing. Is there some way of 
 setting
 FM to always left-align new graphic frames?

No. I used to use QuicKeys to change this for all frames in a book, but sadly 
that isn't officially supported under Windows 7 anymore. Some people have got 
it to work though. 

Harro de Jong
Triview
___


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: What is the recommended way of having a TOC appear in multiple places of a book?

2013-03-18 Thread Robert Lauriston
You could have a third book including all non-generated files from
both books and incorporate its TOC and index by reference in the two
real books.

On Thu, Mar 14, 2013 at 12:53 PM,  john.x.pos...@us.hsbc.com wrote:
 Hi, guys...

 I have a 1,500+ FM11 book that is divided into two volumes. The book has a
 TOC and Index with both volumes. Both Volume 1 and 2 have covers and the
 pagination starts at 1 for each volume. Everything good. It's also
 conceivable that I'll eventually have Volumes 3, 4, 5, and 6.

 Now, I want to put the same TOC in the front of both Volumes and the Index
 at the end of both volume.. What is the suggested approach?
___


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: Cursor key navigation in tables

2013-03-18 Thread Heiko Haida
 

Hi all, 

I checked with alt-key + shift-key + arrow-keys, that
would work (alt/shift+arrow does not seem to have another function when
the cursor is placed in the text). 

Modify MoveIPToCellAtRight
KeySequence ~+/Right 
Modify MoveIPToCellAtLeft KeySequence ~+/Left

Modify MoveIPToCellAbove KeySequence ~+/Up 
Modify
MoveIPToCellBelow KeySequence ~+/Down  

Best regards - 

Tino H.
Haida, Berlin 

 Hi Rick, 
 
 I checked with my FM 8 and FM 9
installations - table navigation was OFF. 
 
 Your suggestion is to
add: 
 
 Modify MoveIPToCellAtRight KeySequence /Right 
 Modify
MoveIPToCellAtLeft KeySequence /Left 
 Modify MoveIPToCellAbove
KeySequence /Up 
 Modify MoveIPToCellBelow KeySequence /Down  


 In FM 8, I had a modification installed (Shlomo Perets' toolbar). I
added these 4 lines to the existing custumui.cfg = table navigation
via key arrows is now ON! 
 
 In FM 9 there was no customui.cfg, so
I created this file with these 4 lines as the only content = table
navigation is now ON! 
 
 So everything's fine and working in these
older FM-versions. Thank you! 
 
 Best regards - 
 
 Tino H. Haida,
Berlin 
 
 Hi Fred, 
 
 I specifically tested the four I modified
with FrameMaker 10 and they worked. I don't have 9 anymore so I can't
test it with 9. Send me the modify sequences you tried and I will test
them. It could be a problem specific to 9, but maybe the syntax isn't
exactly right. Thanks. 
 
 Rick 
 
 FROM: Fred Ridder
[mailto:docu...@hotmail.com] 
 SENT: Saturday, March 16, 2013 12:11
AM
 TO: r...@rickquatro.com; syed.hos...@aeris.net;
alison.cr...@ultrasonix.com; framers@lists.frameusers.com
 SUBJECT:
RE: Cursor key navigation in tables 
 
 Thanks Rick and Syed.
 

In my poking around earlier today, I did find these commands in cmds.cfg
and tried to reassign the MoveIPToCellAbove and ...CellBelow commands to
more convenient shortcut keys. But whether I left them alone, changed
the KeySequence  definition, or added a Modify  command, those two
MoveIP commands refuse to do anything. ...CellAtLeft and ...CellAtRight
both work, as do MoveIPUpAndSelectText and MoveIPDownAndSelectText, but
not the two commands I specifically want to use. I suppose I'll just
have to use the move and select commands, because at least it's better
than having to reach for the mouse every damn time.
 
 What's
frustrating is that I *know* these commands worked in FM5.5.6, 6.0, 7.x
and 8.0. Chalk up one mlore feature that got broken and never fixed when
Adobe saw fit to impose their stupid and inconvenient (and buggy...) UI
on us with version 9.0. Sigh...
 
 I suppose I *should* report this
bug to Adobe, but every time I have done it in the past has been an
exercise in ultimate frustration. Every time it has taken me between one
and two hours to accomplish something that should have taken 10-15
minutes. And ever since software development and maintenance was moved
to Bangalore, the only response I have ever gotten to a reported bug was
that we fixed the software to make it work the way it was supposed to
work. Never mind that the new behavior was illogical and inconsistent
with how other similar features worked, the mere fact that FrameMaker
now behaved differently meant that a whole flock of my carefully
designed procedures and processes no longer worked. I might have chalked
it up to job security, but my employer (by acquisition...) chose to shut
down their operation here in New Jersey. But that's a story for another
day...
 
 Thanks for your efforts, guys.
 
 Fred Ridder 
 

From: r...@rickquatro.com
 To: syed.hos...@aeris.net;
alison.cr...@ultrasonix.com; docu...@hotmail.com;
framers@lists.frameusers.com
 Subject: RE: Cursor key navigation in
tables
 Date: Fri, 15 Mar 2013 22:04:34 -0400
 
 Open the
FrameMaker/Fminit/Config/customui.cfg file in a text editor and add

these lines:
 
 Modify MoveIPToCellAtRight KeySequence /Right

 Modify MoveIPToCellAtLeft KeySequence /Left 
 Modify
MoveIPToCellAbove KeySequence /Up 
 Modify MoveIPToCellBelow
KeySequence /Down 

-- 


Heiko Haida
Brüsseler Str.
37a
13353 Berlin
= ___


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: Custom font renders different when saving as PDF vs print PS and distill

2013-03-18 Thread Robert Lauriston
Before you saved as PDF, did you forget to select the Adobe PDF printer?

On Mon, Mar 18, 2013 at 11:42 AM, Rick Quatro r...@rickquatro.com wrote:
 Hi Framers,

 I have a FrameMaker 10 document that uses a custom TTF symbols font. The
 symbols display fine in my FrameMaker document. When I Save As PDF, the
 symbols become squares in the PDF. ...
___


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.


Local help

2013-03-18 Thread Rod Fee
Hi there,



When I was last on this list, there was a fellow Auckland Kiwi also
subscribed. Still here? 



To reply, email me privately on rodfee at xtra.co.nz



I am trying to work  something out and the time differences are doing my
head in!

Rod Fee

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


Cursor key navigation in tables

2013-03-18 Thread Lin Sims
The caveat here (as I just discovered) is that using those four Modify
lines apparently turns cursor key navigation in the regular text OFF.

On Sat, Mar 16, 2013 at 11:42 AM, Heiko Haida  wrote:
> Hi Rick,
>
> I checked with my FM 8 and FM 9 installations - table navigation was "OFF".
>
> Your suggestion is to add:
>
> >
> >
> >
> >
>
> In FM 8, I had a modification installed (Shlomo Perets' toolbar). I added
> these 4 lines to the existing "custumui.cfg" => table navigation via key
> arrows is now ON!
>
> In FM 9 there was no "customui.cfg", so I created this file with these 4
> lines as the only content => table navigation is now ON!
>
> So everything's fine and working in these older FM-versions. Thank you!
>
> Best regards -
>
> Tino H. Haida, Berlin
>
>
>
> Hi Fred,
>
>
>
> I specifically tested the four I modified with FrameMaker 10 and they
> worked. I don't have 9 anymore so I can't test it with 9. Send me the modify
> sequences you tried and I will test them. It could be a problem specific to
> 9, but maybe the syntax isn't exactly right. Thanks.
>
>
>
> Rick
>
>
>
> From: Fred Ridder [mailto:docudoc at hotmail.com]
> Sent: Saturday, March 16, 2013 12:11 AM
> To: rick at rickquatro.com; syed.hosain at aeris.net; alison.craig at 
> ultrasonix.com;
> framers at lists.frameusers.com
> Subject: RE: Cursor key navigation in tables
>
>
>
> Thanks Rick and Syed.
>
> In my poking around earlier today, I did find these commands in cmds.cfg and
> tried to reassign the MoveIPToCellAbove and ...CellBelow commands to more
> convenient shortcut keys. But whether I left them alone, changed the
>  definition, or added a  command, those two MoveIP
> commands refuse to do anything. ...CellAtLeft and ...CellAtRight both work,
> as do MoveIPUpAndSelectText and MoveIPDownAndSelectText, but not the two
> commands I specifically want to use. I suppose I'll just have to use the
> move and select commands, because at least it's better than having to reach
> for the mouse every damn time.
>
> What's frustrating is that I *know* these commands worked in FM5.5.6, 6.0,
> 7.x and 8.0. Chalk up one mlore feature that got broken and never fixed when
> Adobe saw fit to impose their stupid and inconvenient (and buggy...) UI on
> us with version 9.0. Sigh...
>
> I suppose I *should* report this bug to Adobe, but every time I have done it
> in the past has been an exercise in ultimate frustration. Every time it has
> taken me between one and two hours to accomplish something that should have
> taken 10-15 minutes. And ever since software development and maintenance was
> moved to Bangalore, the only response I have ever gotten to a reported bug
> was that "we fixed the software to make it work the way it was supposed to
> work". Never mind that the new behavior was illogical and inconsistent with
> how other similar features worked, the mere fact that FrameMaker now behaved
> differently meant that a whole flock of my carefully designed procedures and
> processes no longer worked. I might have chalked it up to job security, but
> my employer (by acquisition...) chose to shut down their operation here in
> New Jersey. But that's a story for another day...
>
> Thanks for your efforts, guys.
>
> Fred Ridder
>
>> From: rick at rickquatro.com
>> To: Syed.Hosain at aeris.net; Alison.Craig at ultrasonix.com;
>> docudoc at hotmail.com; framers at lists.frameusers.com
>> Subject: RE: Cursor key navigation in tables
>> Date: Fri, 15 Mar 2013 22:04:34 -0400
>>
>> Open the FrameMaker/Fminit/Config/customui.cfg file in a text editor and
>> add
>> these lines:
>>
>> >
>> >
>> >
>> >
>
>
> ___
>
>
> You are currently subscribed to framers as ljsims.ML at gmail.com.
>
> Send list messages to framers at lists.frameusers.com.
>
> To unsubscribe send a blank email to
> framers-unsubscribe at lists.frameusers.com
> or visit
> http://lists.frameusers.com/mailman/options/framers/ljsims.ml%40gmail.com
>
> Send administrative questions to listadmin at frameusers.com. Visit
> http://www.frameusers.com/ for more resources and info.
>



-- 
Lin Sims


Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Heidi Bailey
Hi Rick,
I'd love to apply what you describe below. However, in my FM10 Fminit folder, I 
have a configui folder (no config folder), and no customui.cfg file. Can you 
tell me which of the files in there is the right one:

Cmds.cfg (which I see someone has already mentioned...)
Mathcmds.cfg
Sample.cfg
Wincmds.cfg

Or do I need to create a config folder and a file called customui.cfg?


Oh, and while I'm emailing the list:
Whenever I put a new graphic frame in (eg when doing Esc fif to place a 
screenshot), FM centers the frame. I need my graphic frames left-aligned, so it 
is a pain to have to reset this each time.
I hunted through the maker.ini file but found nothing. Is there some way of 
setting FM to always left-align new graphic frames?

Thanks,
Heidi
--

Message: 11
Date: Fri, 15 Mar 2013 22:04:34 -0400
From: "Rick Quatro" 
To: "'Syed Zaeem Hosain'" ,  "'Alison Craig'"
,  "'Fred Ridder'" ,

Subject: RE: Cursor key navigation in tables
Message-ID: <001701ce21ea$9f464710$ddd2d530$@com>
Content-Type: text/plain;   charset="us-ascii"

Open the FrameMaker/Fminit/Config/customui.cfg file in a text editor and add
these lines:

>
>
>
>

Quit and restart FrameMaker. Then you should be able to navigate cells using
the arrow keys.



Technical Author
OCZ Technology Ltd
25B-25C Western Avenue
Milton Park
Abingdon
Oxfordshire
OX14 4SH
Registered in England no 7806324
Registered Address:  As Above
Tel: +44 (0) 1235 824900
Fax: +44 (0) 1235 821141
Email: hbailey at ocztechnology.com
Web: http://www.ocztechnology.com



CONFIDENTIAL COMMUNICATION:  This communication including any attached file(s) 
is CONFIDENTIAL, intended only for the named recipient (s) above and contains 
trade secrets or other information that is exempt from disclosure under 
applicable law.  Any use, dissemination, distribution or copying of this 
communication and any file attachments by anyone other than the named recipient 
(s) is strictly prohibited. If you have received this communication in error, 
please immediately notify us by reply electronic mail and permanently delete 
the original transmission and any attachments from your computer system and any 
copies of this message and file attachments. Thank you.


Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Lin Sims
I created a customui.cfg file and put it in the fminit\configui folder
and it works perfectly. The only caveat, as I noted in a different
email, is that cursor navigation apparently no longer works in regular
text.

Bruce Foster's ImpGraph plugin did what you wanted, but with his death
it is, as far as I know, no longer available. Maybe someone has a copy
they'd be willing to give you.

On Mon, Mar 18, 2013 at 9:40 AM, Heidi Bailey  
wrote:
> Hi Rick,
> I'd love to apply what you describe below. However, in my FM10 Fminit folder, 
> I have a configui folder (no config folder), and no customui.cfg file. Can 
> you tell me which of the files in there is the right one:
>
> Cmds.cfg (which I see someone has already mentioned...)
> Mathcmds.cfg
> Sample.cfg
> Wincmds.cfg
>
> Or do I need to create a config folder and a file called customui.cfg?
>
>
> Oh, and while I'm emailing the list:
> Whenever I put a new graphic frame in (eg when doing Esc fif to place a 
> screenshot), FM centers the frame. I need my graphic frames left-aligned, so 
> it is a pain to have to reset this each time.
> I hunted through the maker.ini file but found nothing. Is there some way of 
> setting FM to always left-align new graphic frames?
>
> Thanks,
> Heidi
> --
>
> Message: 11
> Date: Fri, 15 Mar 2013 22:04:34 -0400
> From: "Rick Quatro" 
> To: "'Syed Zaeem Hosain'" ,  "'Alison Craig'"
> ,  "'Fred Ridder'"  hotmail.com>,
> 
> Subject: RE: Cursor key navigation in tables
> Message-ID: <001701ce21ea$9f464710$ddd2d530$@com>
> Content-Type: text/plain;   charset="us-ascii"
>
> Open the FrameMaker/Fminit/Config/customui.cfg file in a text editor and add
> these lines:
>
> >
> >
> >
> >
>
> Quit and restart FrameMaker. Then you should be able to navigate cells using
> the arrow keys.
>
>
>
> Technical Author
> OCZ Technology Ltd
> 25B-25C Western Avenue
> Milton Park
> Abingdon
> Oxfordshire
> OX14 4SH
> Registered in England no 7806324
> Registered Address:  As Above
> Tel: +44 (0) 1235 824900
> Fax: +44 (0) 1235 821141
> Email: hbailey at ocztechnology.com
> Web: http://www.ocztechnology.com
>
>
>
> CONFIDENTIAL COMMUNICATION:  This communication including any attached 
> file(s) is CONFIDENTIAL, intended only for the named recipient (s) above and 
> contains trade secrets or other information that is exempt from disclosure 
> under applicable law.  Any use, dissemination, distribution or copying of 
> this communication and any file attachments by anyone other than the named 
> recipient (s) is strictly prohibited. If you have received this communication 
> in error, please immediately notify us by reply electronic mail and 
> permanently delete the original transmission and any attachments from your 
> computer system and any copies of this message and file attachments. Thank 
> you.
> ___
>
>
> You are currently subscribed to framers as ljsims.ML at gmail.com.
>
> Send list messages to framers at lists.frameusers.com.
>
> To unsubscribe send a blank email to
> framers-unsubscribe at lists.frameusers.com
> or visit 
> http://lists.frameusers.com/mailman/options/framers/ljsims.ml%40gmail.com
>
> Send administrative questions to listadmin at frameusers.com. Visit
> http://www.frameusers.com/ for more resources and info.



-- 
Lin Sims


Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Mike Wickham
I'm sure the folder name was just a typo on Rick's part. The folder is 
configui. Create a text file called customui.cfg to hold the commands.

The other files you mentioned can be edited, too, but it's best to put 
all your customizations in the customui.cfg file. FrameMaker reads it 
last, and overwrites definitions loaded from the other files. So if an 
entry doesn't work out, you can delete it and FrameMaker will return to 
default behavior without having to reenter the original values. It's 
much easier to test and make changes that way, and easier to move your 
customizations to future FM versions.

Mike Wickham

On 3/18/2013 8:40 AM, Heidi Bailey wrote:
> Hi Rick,
> I'd love to apply what you describe below. However, in my FM10 Fminit folder, 
> I have a configui folder (no config folder), and no customui.cfg file. Can 
> you tell me which of the files in there is the right one:
>
> Cmds.cfg (which I see someone has already mentioned...)
> Mathcmds.cfg
> Sample.cfg
> Wincmds.cfg
>
> Or do I need to create a config folder and a file called customui.cfg?
>
>




Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Heidi Bailey
Thanks!

-Original Message-
From: Harro de Jong [mailto:harro.dej...@triviewgroup.com]
Sent: 18 March 2013 13:50
To: Heidi Bailey
Cc: framers at lists.frameusers.com
Subject: RE: Cursor key navigation in tables - and another thing (graphic frame 
placement)

Heidi Bailey wrote:


> I'd love to apply what you describe below. However, in my FM10 Fminit
> folder, I have a configui folder (no config folder), and no
> customui.cfg file. Can you tell me which of the files in there is the right 
> one:
>
> Cmds.cfg (which I see someone has already mentioned...) Mathcmds.cfg
> Sample.cfg Wincmds.cfg
>
> Or do I need to create a config folder and a file called customui.cfg?

configui is the correct folder name. If customui.cfg doesn't exist, you can 
create it in this folder.


> Oh, and while I'm emailing the list:
> Whenever I put a new graphic frame in (eg when doing Esc fif to place
> a screenshot), FM centers the frame. I need my graphic frames
> left-aligned, so it is a pain to have to reset this each time.
> I hunted through the maker.ini file but found nothing. Is there some
> way of setting FM to always left-align new graphic frames?

No. I used to use QuicKeys to change this for all frames in a book, but sadly 
that isn't officially supported under Windows 7 anymore. Some people have got 
it to work though.

Harro de Jong
Triview

CONFIDENTIAL COMMUNICATION:  This communication including any attached file(s) 
is CONFIDENTIAL, intended only for the named recipient (s) above and contains 
trade secrets or other information that is exempt from disclosure under 
applicable law.  Any use, dissemination, distribution or copying of this 
communication and any file attachments by anyone other than the named recipient 
(s) is strictly prohibited. If you have received this communication in error, 
please immediately notify us by reply electronic mail and permanently delete 
the original transmission and any attachments from your computer system and any 
copies of this message and file attachments. Thank you.


[JUNK] Re: Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Heidi Bailey
Oh, odd. I missed that - not helpful!
Thanks,
Heidi

-Original Message-
From: Lin Sims [mailto:ljsims...@gmail.com]
Sent: 18 March 2013 14:02
To: Heidi Bailey
Cc: rick at rickquatro.com; framers at lists.frameusers.com
Subject: [JUNK] Re: Cursor key navigation in tables - and another thing 
(graphic frame placement)
Importance: Low

I created a customui.cfg file and put it in the fminit\configui folder and it 
works perfectly. The only caveat, as I noted in a different email, is that 
cursor navigation apparently no longer works in regular text.

Bruce Foster's ImpGraph plugin did what you wanted, but with his death it is, 
as far as I know, no longer available. Maybe someone has a copy they'd be 
willing to give you.

On Mon, Mar 18, 2013 at 9:40 AM, Heidi Bailey  
wrote:
> Hi Rick,
> I'd love to apply what you describe below. However, in my FM10 Fminit folder, 
> I have a configui folder (no config folder), and no customui.cfg file. Can 
> you tell me which of the files in there is the right one:
>
> Cmds.cfg (which I see someone has already mentioned...) Mathcmds.cfg
> Sample.cfg Wincmds.cfg
>
> Or do I need to create a config folder and a file called customui.cfg?
>
>
> Oh, and while I'm emailing the list:
> Whenever I put a new graphic frame in (eg when doing Esc fif to place a 
> screenshot), FM centers the frame. I need my graphic frames left-aligned, so 
> it is a pain to have to reset this each time.
> I hunted through the maker.ini file but found nothing. Is there some way of 
> setting FM to always left-align new graphic frames?
>
> Thanks,
> Heidi
> --
>
> Message: 11
> Date: Fri, 15 Mar 2013 22:04:34 -0400
> From: "Rick Quatro" 
> To: "'Syed Zaeem Hosain'" ,  "'Alison Craig'"
> ,  "'Fred Ridder'"  hotmail.com>,
> 
> Subject: RE: Cursor key navigation in tables
> Message-ID: <001701ce21ea$9f464710$ddd2d530$@com>
> Content-Type: text/plain;   charset="us-ascii"
>
> Open the FrameMaker/Fminit/Config/customui.cfg file in a text editor
> and add these lines:
>
> >  MoveIPToCellAtLeft >  > >
>
> Quit and restart FrameMaker. Then you should be able to navigate cells
> using the arrow keys.
>
>
>
> Technical Author
> OCZ Technology Ltd
> 25B-25C Western Avenue
> Milton Park
> Abingdon
> Oxfordshire
> OX14 4SH
> Registered in England no 7806324
> Registered Address:  As Above
> Tel: +44 (0) 1235 824900
> Fax: +44 (0) 1235 821141
> Email: hbailey at ocztechnology.com
> Web: http://www.ocztechnology.com
>
>
>
> CONFIDENTIAL COMMUNICATION:  This communication including any attached 
> file(s) is CONFIDENTIAL, intended only for the named recipient (s) above and 
> contains trade secrets or other information that is exempt from disclosure 
> under applicable law.  Any use, dissemination, distribution or copying of 
> this communication and any file attachments by anyone other than the named 
> recipient (s) is strictly prohibited. If you have received this communication 
> in error, please immediately notify us by reply electronic mail and 
> permanently delete the original transmission and any attachments from your 
> computer system and any copies of this message and file attachments. Thank 
> you.
> ___
>
>
> You are currently subscribed to framers as ljsims.ML at gmail.com.
>
> Send list messages to framers at lists.frameusers.com.
>
> To unsubscribe send a blank email to
> framers-unsubscribe at lists.frameusers.com
> or visit
> http://lists.frameusers.com/mailman/options/framers/ljsims.ml%40gmail.
> com
>
> Send administrative questions to listadmin at frameusers.com. Visit
> http://www.frameusers.com/ for more resources and info.



--
Lin Sims

CONFIDENTIAL COMMUNICATION:  This communication including any attached file(s) 
is CONFIDENTIAL, intended only for the named recipient (s) above and contains 
trade secrets or other information that is exempt from disclosure under 
applicable law.  Any use, dissemination, distribution or copying of this 
communication and any file attachments by anyone other than the named recipient 
(s) is strictly prohibited. If you have received this communication in error, 
please immediately notify us by reply electronic mail and permanently delete 
the original transmission and any attachments from your computer system and any 
copies of this message and file attachments. Thank you.


Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Fred Ridder

One solution to this is to define the KeySequence for navigation within a table 
to use one or more modifier keys (Shift, Ctrl, or Alt) in addition to the 
cursor keys. This change does not affect the function of the unmodified cursor 
keys in regular text. 

To specify a modifier key in a KeySequence string, just use a plus sign for 
Shift, a caret for Ctrl, or a tilde for Alt. The modifier key symbol(s) needs 
to appear at the start of the string with no space (i.e. immediately to the 
left of the slash). For example:
>
would define the keystroke combination for moving down a row in a table to be 
the Ctrl key plus the down arrow cursor key.

BTW, all of this is documented in a PDF called CustomizingfFrameProducts.pdf 
that Adobe used to distribute in the Documentation directory of the FrameMaker 
installation. Unfortunately, this document was last updated for FrameMaker 7.0, 
and was no longer distributed with versions after 9.0.  I would hope that this 
file is still available somewhere on the Adobe website, but I suspect that may 
be over-optimistic. 

-Fred Ridder

> Date: Mon, 18 Mar 2013 10:02:10 -0400
> Subject: Re: Cursor key navigation in tables - and another thing (graphic 
> frame placement)
> From: ljsims.ml at gmail.com
> To: hbailey at ocztechnology.com
> CC: framers at lists.frameusers.com
> 
> I created a customui.cfg file and put it in the fminit\configui folder
> and it works perfectly. The only caveat, as I noted in a different
> email, is that cursor navigation apparently no longer works in regular
> text.
> 
> Bruce Foster's ImpGraph plugin did what you wanted, but with his death
> it is, as far as I know, no longer available. Maybe someone has a copy
> they'd be willing to give you.
> 
> On Mon, Mar 18, 2013 at 9:40 AM, Heidi Bailey  
> wrote:
> > Hi Rick,
> > I'd love to apply what you describe below. However, in my FM10 Fminit 
> > folder, I have a configui folder (no config folder), and no customui.cfg 
> > file. Can you tell me which of the files in there is the right one:
> >
> > Cmds.cfg (which I see someone has already mentioned...)
> > Mathcmds.cfg
> > Sample.cfg
> > Wincmds.cfg
> >
> > Or do I need to create a config folder and a file called customui.cfg?
> >
> >
> > Oh, and while I'm emailing the list:
> > Whenever I put a new graphic frame in (eg when doing Esc fif to place a 
> > screenshot), FM centers the frame. I need my graphic frames left-aligned, 
> > so it is a pain to have to reset this each time.
> > I hunted through the maker.ini file but found nothing. Is there some way of 
> > setting FM to always left-align new graphic frames?
> >
> > Thanks,
> > Heidi
> > --
> >
> > Message: 11
> > Date: Fri, 15 Mar 2013 22:04:34 -0400
> > From: "Rick Quatro" 
> > To: "'Syed Zaeem Hosain'" ,  "'Alison Craig'"
> > ,  "'Fred Ridder'"  > hotmail.com>,
> > 
> > Subject: RE: Cursor key navigation in tables
> > Message-ID: <001701ce21ea$9f464710$ddd2d530$@com>
> > Content-Type: text/plain;   charset="us-ascii"
> >
> > Open the FrameMaker/Fminit/Config/customui.cfg file in a text editor and add
> > these lines:
> >
> > >
> > >
> > >
> > >
> >
> > Quit and restart FrameMaker. Then you should be able to navigate cells using
> > the arrow keys.




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


Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Heidi Bailey
Thanks, I'll try this!
Cheers,
Heidi


Technical Author
OCZ Technology Ltd
25 Milton Park
Abingdon
Oxfordshire
OX14 4SH
Registered in England no 7806324
Registered Address:  As Above
Tel: +44 (0) 1235 824900
Fax: +44 (0) 1235 821141
Email: hbailey at ocztechnology.com<mailto:hbailey at ocztechnology.com>
Web: http://www.ocztechnology.com<http://www.ocztechnology.com/>

From: Fred Ridder [docu...@hotmail.com]
Sent: 18 March 2013 14:39
To: ljsims.ml at gmail.com; Heidi Bailey
Cc: framers at lists.frameusers.com
Subject: RE: Cursor key navigation in tables - and another thing (graphic frame 
placement)

One solution to this is to define the KeySequence for navigation within a table 
to use one or more modifier keys (Shift, Ctrl, or Alt) in addition to the 
cursor keys. This change does not affect the function of the unmodified cursor 
keys in regular text.

To specify a modifier key in a KeySequence string, just use a plus sign for 
Shift, a caret for Ctrl, or a tilde for Alt. The modifier key symbol(s) needs 
to appear at the start of the string with no space (i.e. immediately to the 
left of the slash). For example:
>
would define the keystroke combination for moving down a row in a table to be 
the Ctrl key plus the down arrow cursor key.

BTW, all of this is documented in a PDF called CustomizingfFrameProducts.pdf 
that Adobe used to distribute in the Documentation directory of the FrameMaker 
installation. Unfortunately, this document was last updated for FrameMaker 7.0, 
and was no longer distributed with versions after 9.0.  I would hope that this 
file is still available somewhere on the Adobe website, but I suspect that may 
be over-optimistic.

-Fred Ridder

> Date: Mon, 18 Mar 2013 10:02:10 -0400
> Subject: Re: Cursor key navigation in tables - and another thing (graphic 
> frame placement)
> From: ljsims.ml at gmail.com
> To: hbailey at ocztechnology.com
> CC: framers at lists.frameusers.com
>
> I created a customui.cfg file and put it in the fminit\configui folder
> and it works perfectly. The only caveat, as I noted in a different
> email, is that cursor navigation apparently no longer works in regular
> text.
>
> Bruce Foster's ImpGraph plugin did what you wanted, but with his death
> it is, as far as I know, no longer available. Maybe someone has a copy
> they'd be willing to give you.
>
> On Mon, Mar 18, 2013 at 9:40 AM, Heidi Bailey  
> wrote:
> > Hi Rick,
> > I'd love to apply what you describe below. However, in my FM10 Fminit 
> > folder, I have a configui folder (no config folder), and no customui.cfg 
> > file. Can you tell me which of the files in there is the right one:
> >
> > Cmds.cfg (which I see someone has already mentioned...)
> > Mathcmds.cfg
> > Sample.cfg
> > Wincmds.cfg
> >
> > Or do I need to create a config folder and a file called customui.cfg?
> >
> >
> > Oh, and while I'm emailing the list:
> > Whenever I put a new graphic frame in (eg when doing Esc fif to place a 
> > screenshot), FM centers the frame. I need my graphic frames left-aligned, 
> > so it is a pain to have to reset this each time.
> > I hunted through the maker.ini file but found nothing. Is there some way of 
> > setting FM to always left-align new graphic frames?
> >
> > Thanks,
> > Heidi
> > --
> >
> > Message: 11
> > Date: Fri, 15 Mar 2013 22:04:34 -0400
> > From: "Rick Quatro" 
> > To: "'Syed Zaeem Hosain'" , "'Alison Craig'"
> > , "'Fred Ridder'" ,
> > 
> > Subject: RE: Cursor key navigation in tables
> > Message-ID: <001701ce21ea$9f464710$ddd2d530$@com>
> > Content-Type: text/plain; charset="us-ascii"
> >
> > Open the FrameMaker/Fminit/Config/customui.cfg file in a text editor and add
> > these lines:
> >
> > >
> > >
> > >
> > >
> >
> > Quit and restart FrameMaker. Then you should be able to navigate cells using
> > the arrow keys.





CONFIDENTIAL COMMUNICATION: This communication including any attached file(s) 
is CONFIDENTIAL, intended only for the named recipient (s) above and contains 
trade secrets or other information that is exempt from disclosure under 
applicable law. Any use, dissemination, distribution or copying of this 
communication and any file attachments by anyone other than the named recipient 
(s) is strictly prohibited. If you have received this communication in error, 
please immediately notify us by reply electronic mail and permanently delete 
the original transmission and any attachments from your computer system and any 
copies of this message and file attachments. Thank you.
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.frameusers.com/pipermail/framers/attachments/20130318/bf0c567a/attachment.html>


Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Reng, Dr. Winfried
Hi Heidi,

Do you just import the file into an anchored frame?

You can also use a dedicated table with a single cell and without
borders. The width should be that of your text column. Use a
special paragraph format, e.g. figure in this table cell to hold the
anchored frame. Press ESC m p to shrinkwrap the anchored frame to
the size of the graphic. Then the anchored frame will be set to "At
Insertion Point". If you set the alignment of your figure paragraph
format to Left, all your anchored frames will be left aligned.
Additionally a table has a table title which you can use as figure title.
Very convenient to control.

Best regards

Winfried

> Oh, and while I'm emailing the list:
> Whenever I put a new graphic frame in (eg when doing Esc fif to place a
> screenshot), FM centers the frame. I need my graphic frames left-aligned, so
> it is a pain to have to reset this each time.
> I hunted through the maker.ini file but found nothing. Is there some way of
> setting FM to always left-align new graphic frames?
>
> Thanks,
> Heidi



This e-mail contains privileged and confidential information intended for the 
use of the addressees named above. If you are not the intended recipient of 
this e-mail, you are hereby notified that you must not disseminate, copy or 
take any action in respect of any information contained in it. If you have 
received this e-mail in error, please notify the sender immediately by e-mail 
and immediately destroy this e-mail and its attachments.



Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Steve Rickaby
At 10:39 -0400 18/3/13, Fred Ridder wrote:

>BTW, all of this is documented in a PDF called CustomizingfFrameProducts.pdf 
>that Adobe used to distribute in the Documentation directory of the FrameMaker 
>installation. Unfortunately, this document was last updated for FrameMaker 
>7.0, and was no longer distributed with versions after 9.0.  I would hope that 
>this file is still available somewhere on the Adobe website, but I suspect 
>that may be over-optimistic.

I have a copy, but only the Mac version, which might not be the same.

Try this: 

-- 
Steve


Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Rick Quatro
Klaus Daube has a bunch of good materials for later versions of FrameMaker.

http://www.daube.ch/docu/fmaker00.html

There is a link towards the bottom to Customising FrameMaker 11 (also valid
for FM-9 and 10). Klaus is very thorough and generous with his information.

Rick Quatro
Carmen Publishing Inc.
585-283-5045
rick at frameexpert.com




At 10:39 -0400 18/3/13, Fred Ridder wrote:

>BTW, all of this is documented in a PDF called
CustomizingfFrameProducts.pdf that Adobe used to distribute in the
Documentation directory of the FrameMaker installation. Unfortunately, this
document was last updated for FrameMaker 7.0, and was no longer distributed
with versions after 9.0.  I would hope that this file is still available
somewhere on the Adobe website, but I suspect that may be over-optimistic.

I have a copy, but only the Mac version, which might not be the same.

Try this: 

-- 
Steve




Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Shmuel Wolfson
An HTML attachment was scrubbed...
URL: 
<http://lists.frameusers.com/pipermail/framers/attachments/20130318/f1050ee8/attachment.html>


Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Fred Ridder
   > > Message-ID:
  <001701ce21ea$9f464710$ddd2d530$@com>

  > > Content-Type: text/plain; charset="us-ascii"

  > >

  > > Open the FrameMaker/Fminit/Config/customui.cfg file
  in a text editor and add

  > > these lines:

  > >

  > > >

  > > >

  > > >

  > > >

  > >

  > > Quit and restart FrameMaker. Then you should be able
  to navigate cells using

  > > the arrow keys.














  ___


You are currently subscribed to framers as shmuelw1 at gmail.com.

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

To unsubscribe send a blank email to
framers-unsubscribe at lists.frameusers.com
or visit 
http://lists.frameusers.com/mailman/options/framers/shmuelw1%40gmail.com

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




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


Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Combs, Richard
Fred Ridder wrote:

> Umm, I think I indicated that in my previous message. To designate modifier
> keys in a KeySequence string:
> ?- Shift key is +
> ?- Ctrl key is ^
> ?- Atl key is ~
> 
> AFAIK, FrameMaker does not support any use of the Windows key.

I don't know of any way to specify the Windows logo key in a KeySequence, but 
you can use "/Apps" to specify the Application key. For instance, my FM 7.2 
customui.cfg file (based on the original MicroType customization kit) contains 
the following shortcuts for table navigation: 

>
>
>
>
>
>

Note that the Application key and the key that follows are pressed in sequence 
(as indicated by the space between them). (Actually, it works if you hold the 
Application key while pressing the following key, but then you have to release 
the Application key and press it again before you can repeat the action.)

Richard G. Combs
Senior Technical Writer
Polycom, Inc.
richardDOTcombs AT polycomDOTcom
303-223-5111
--
rgcombs AT gmailDOTcom
303-903-6372
--







Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Mike Wickham
Find the file here:
http://www.adobe.com/devnet/framemaker/online_manuals.html

This link also has a lot of FrameMaker info:
http://www.adobe.com/devnet/framemaker.html

Mike Wickham

On 3/18/2013 9:39 AM, Fred Ridder wrote:
> BTW, all of this is documented in a PDF called 
> CustomizingfFrameProducts.pdf that Adobe used to distribute in the 
> Documentation directory of the FrameMaker installation. Unfortunately, 
> this document was last updated for FrameMaker 7.0, and was no longer 
> distributed with versions after 9.0.  I would hope that this file is 
> still available somewhere on the Adobe website, but I suspect that may 
> be over-optimistic.
>
> -

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


Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Matt Sullivan
Here's the documentation link I referred to in my book:
http://www.adobe.com/support/documentation/en/framemaker/

It has a few dozen manuals and reference PDF's, and appears to contain files 
not in the other 2 links

-Matt

Matt R. Sullivan 
co-author Publishing Fundamentals: Unstructured FrameMaker 11 
P: 714.960.6840 | C: 714.585.2335 | matt at mattrsullivan.com 

@mattrsullivan LinkedIn facebook mattrsullivan.com 

On Mar 18, 2013, at 10:42 AM, Mike Wickham  wrote:

> Find the file here:
> http://www.adobe.com/devnet/framemaker/online_manuals.html
> 
> This link also has a lot of FrameMaker info:
> http://www.adobe.com/devnet/framemaker.html
> 
> Mike Wickham
> 
> On 3/18/2013 9:39 AM, Fred Ridder wrote:
>> BTW, all of this is documented in a PDF called CustomizingfFrameProducts.pdf 
>> that Adobe used to distribute in the Documentation directory of the 
>> FrameMaker installation. Unfortunately, this document was last updated for 
>> FrameMaker 7.0, and was no longer distributed with versions after 9.0.  I 
>> would hope that this file is still available somewhere on the Adobe website, 
>> but I suspect that may be over-optimistic. 
>> 
>> -
> 
> ___
> 
> 
> You are currently subscribed to framers as matt at mattrsullivan.com.
> 
> Send list messages to framers at lists.frameusers.com.
> 
> To unsubscribe send a blank email to
> framers-unsubscribe at lists.frameusers.com
> or visit 
> http://lists.frameusers.com/mailman/options/framers/matt%40mattrsullivan.com
> 
> Send administrative questions to listadmin at frameusers.com. Visit
> http://www.frameusers.com/ for more resources and info.

-- next part ------
An HTML attachment was scrubbed...
URL: 
<http://lists.frameusers.com/pipermail/framers/attachments/20130318/f585b2fe/attachment.html>
-- next part --
A non-text attachment was scrubbed...
Name: twitter.png
Type: image/png
Size: 1331 bytes
Desc: not available
URL: 
<http://lists.frameusers.com/pipermail/framers/attachments/20130318/f585b2fe/attachment.png>
-- next part --
A non-text attachment was scrubbed...
Name: linkedin.png
Type: image/png
Size: 1380 bytes
Desc: not available
URL: 
<http://lists.frameusers.com/pipermail/framers/attachments/20130318/f585b2fe/attachment-0001.png>
-- next part --
A non-text attachment was scrubbed...
Name: facebook.png
Type: image/png
Size: 1576 bytes
Desc: not available
URL: 
<http://lists.frameusers.com/pipermail/framers/attachments/20130318/f585b2fe/attachment-0002.png>
-- next part --
A non-text attachment was scrubbed...
Name: blog.png
Type: image/png
Size: 1222 bytes
Desc: not available
URL: 
<http://lists.frameusers.com/pipermail/framers/attachments/20130318/f585b2fe/attachment-0003.png>


Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Syed Zaeem Hosain (syed.hos...@aeris.net)
The sequence posted by Rick, and modified by Fred, worked for me in FrameMaker 
11 ... I decided to use the Alt key sequence that Fred outlined, because 
CTRL-arrow and shift-arrow has other cursor positioning purposes that I use in 
FrameMaker a lot.

My thanks to Rick, Fred and Richard (and others) who made this thread be the 
_most_ useful one of this year for me! :)

Z



Custom font renders different when saving as PDF vs print PS and distill

2013-03-18 Thread Rick Quatro
Hi Framers,

I have a FrameMaker 10 document that uses a custom TTF symbols font. The
symbols display fine in my FrameMaker document. When I Save As PDF, the
symbols become squares in the PDF. If I choose the Adobe PDF printer in
FrameMaker, make a .ps file and Distill it, the symbols come through fine. I
am using Distiller X. Any idea why the output would be different using Save
As versus .ps/Distill? Thanks in advance.

Rick

Rick Quatro
Carmen Publishing Inc.
585-283-5045
rick at frameexpert.com








Custom font renders different when saving as PDF vs print PS and distill

2013-03-18 Thread Rick Quatro
Hi Robert,

I did select the Adobe PDF printer first, but still have the output problem.

Rick

-Original Message-
From: robert.lauriston at gmail.com [mailto:robert.lauris...@gmail.com] On
Behalf Of Robert Lauriston
Sent: Monday, March 18, 2013 2:47 PM
To: Rick Quatro; framers at lists.frameusers.com
Subject: Re: Custom font renders different when saving as PDF vs print PS
and distill

Before you saved as PDF, did you forget to select the Adobe PDF printer?

On Mon, Mar 18, 2013 at 11:42 AM, Rick Quatro  wrote:
> Hi Framers,
>
> I have a FrameMaker 10 document that uses a custom TTF symbols font. 
> The symbols display fine in my FrameMaker document. When I Save As 
> PDF, the symbols become squares in the PDF. ...



Manually inserted xref markers don't work as expected

2013-03-18 Thread Steve Rickaby
It seems that cross-reference marker text has to be unique. 

Here's what I'm doing:

. In one document, manually inserting several xref markers, using the same 
marker text each time.

. Cross-referencing them from another document as page refs. 

All works as expected (i.e. the page refs show the expected page numbers) until 
I update the xrefs, at which point all the page refs default to the first page 
that contains any of the xref markers, i.e. to the first match of the marker 
text.

Looks like FrameMaker searches it's xref marker list unit the first one is 
found. Set them to use different text: it worked. 

I suppose this is consistent with the way in which FrameMaker handles other 
marker types.

Just proves that you learn something every day - if you aren't careful.

-- 
Steve [Trim e-mails: use less disk, use less power, use less planet]


Manually inserted xref markers don't work as expected

2013-03-18 Thread Rick Quatro
Hi Steve,

Yes, Cross-Ref marker text must be unique within a document. Otherwise, how
would a particular Cross-Reference to that marker know which occurrence to
point to?

If you select a paragraph that contains a Cross-Ref marker and cut it and
paste it somewhere else in the document, the marker will be in the pasted
paragraph. But if you copy the paragraph and paste the copy somewhere else,
the Cross-Ref marker will not be in the pasted paragraph. FrameMaker does
not want to make a duplicate marker so it "helps you out" by not pasting the
marker.

Rick

Rick Quatro
Carmen Publishing Inc.
585-283-5045
rick at frameexpert.com



-Original Message-
From: framers-boun...@lists.frameusers.com
[mailto:framers-bounces at lists.frameusers.com] On Behalf Of Steve Rickaby
Sent: Monday, March 18, 2013 3:17 PM
To: framers at lists.frameusers.com
Subject: Manually inserted xref markers don't work as expected

It seems that cross-reference marker text has to be unique. 

Here's what I'm doing:

. In one document, manually inserting several xref markers, using the same
marker text each time.

. Cross-referencing them from another document as page refs. 

All works as expected (i.e. the page refs show the expected page numbers)
until I update the xrefs, at which point all the page refs default to the
first page that contains any of the xref markers, i.e. to the first match of
the marker text.

Looks like FrameMaker searches it's xref marker list unit the first one is
found. Set them to use different text: it worked. 

I suppose this is consistent with the way in which FrameMaker handles other
marker types.

Just proves that you learn something every day - if you aren't careful.

--
Steve [Trim e-mails: use less disk, use less power, use less planet]
___




Manually inserted xref markers don't work as expected

2013-03-18 Thread Steve Rickaby
At 15:25 -0400 18/3/13, Rick Quatro wrote:

>Yes, Cross-Ref marker text must be unique within a document. Otherwise, how
>would a particular Cross-Reference to that marker know which occurrence to
>point to?
>
>If you select a paragraph that contains a Cross-Ref marker and cut it and
>paste it somewhere else in the document, the marker will be in the pasted
>paragraph. But if you copy the paragraph and paste the copy somewhere else,
>the Cross-Ref marker will not be in the pasted paragraph. FrameMaker does
>not want to make a duplicate marker so it "helps you out" by not pasting the
>marker.

Amazing. After more than two decades, I am still nonplussed by the grace and 
elegance of this application (post-v8 GUIs notwithstanding).

-- 
Steve [Trim e-mails: use less disk, use less power, use less planet]


What is the recommended way of having a TOC appear in multiple places of a book?

2013-03-18 Thread Harro de Jong
John Posada wrote
> 
> I have a 1,500+ FM11 book that is divided into two volumes. The book has a TOC
> and Index with both volumes. Both Volume 1 and 2 have covers and the 
> pagination
> starts at 1 for each volume. Everything good. It's also conceivable that I'll 
> eventually
> have Volumes 3, 4, 5, and 6.
> 
> Now, I want to put the same TOC in the front of both Volumes and the Index at 
> the
> end of both volume.. What is the suggested approach?


Are both volumes in a single .book file? Or do you have separate .books for 
each volume? 

If it's one book: 
1. create the TOC and place it in Volume 1.
2. create an empty file where the TOC for volume 2 should go.
3. In this empty file, place the Volume 1 TOC as a text inset. 

If it's two books:
1. create a third book that contains both volumes. Make sure the page numbering 
settings are consistent with your volumes.. 
2. add a TOC to this book and generate it.
3. take this TOC and add it to both volumes as an ordinary (non-generated) FM 
file. 

In both cases, you may have to update the book multiple times until all the 
page numbers are correct. 


Harro de Jong
Triview




Cursor key navigation in tables - and another thing (graphic frame placement)

2013-03-18 Thread Harro de Jong
Heidi Bailey wrote:


> I'd love to apply what you describe below. However, in my FM10 Fminit folder, 
> I
> have a configui folder (no config folder), and no customui.cfg file. Can you 
> tell me
> which of the files in there is the right one:
> 
> Cmds.cfg (which I see someone has already mentioned...) Mathcmds.cfg
> Sample.cfg Wincmds.cfg
> 
> Or do I need to create a config folder and a file called customui.cfg?

configui is the correct folder name. If customui.cfg doesn't exist, you can 
create it in this folder. 


> Oh, and while I'm emailing the list:
> Whenever I put a new graphic frame in (eg when doing Esc fif to place a
> screenshot), FM centers the frame. I need my graphic frames left-aligned, so 
> it is a
> pain to have to reset this each time.
> I hunted through the maker.ini file but found nothing. Is there some way of 
> setting
> FM to always left-align new graphic frames?

No. I used to use QuicKeys to change this for all frames in a book, but sadly 
that isn't officially supported under Windows 7 anymore. Some people have got 
it to work though. 

Harro de Jong
Triview


What is the recommended way of having a TOC appear in multiple places of a book?

2013-03-18 Thread Robert Lauriston
You could have a third book including all non-generated files from
both books and incorporate its TOC and index by reference in the two
real books.

On Thu, Mar 14, 2013 at 12:53 PM,   wrote:
> Hi, guys...
>
> I have a 1,500+ FM11 book that is divided into two volumes. The book has a
> TOC and Index with both volumes. Both Volume 1 and 2 have covers and the
> pagination starts at 1 for each volume. Everything good. It's also
> conceivable that I'll eventually have Volumes 3, 4, 5, and 6.
>
> Now, I want to put the same TOC in the front of both Volumes and the Index
> at the end of both volume.. What is the suggested approach?


Cursor key navigation in tables

2013-03-18 Thread Heiko Haida


Hi all, 

I checked with "alt-key + shift-key + arrow-keys", that
would work (alt/shift+arrow does not seem to have another function when
the cursor is placed in the text). 

>
>
>
> 

Best regards - 

Tino H.
Haida, Berlin 

> Hi Rick, 
> 
> I checked with my FM 8 and FM 9
installations - table navigation was "OFF". 
> 
> Your suggestion is to
add: 
> 
> >
> >
> >
> > 
>

> In FM 8, I had a modification installed (Shlomo Perets' toolbar). I
added these 4 lines to the existing "custumui.cfg" => table navigation
via key arrows is now ON! 
> 
> In FM 9 there was no "customui.cfg", so
I created this file with these 4 lines as the only content => table
navigation is now ON! 
> 
> So everything's fine and working in these
older FM-versions. Thank you! 
> 
> Best regards - 
> 
> Tino H. Haida,
Berlin 
> 
>> Hi Fred, 
>> 
>> I specifically tested the four I modified
with FrameMaker 10 and they worked. I don't have 9 anymore so I can't
test it with 9. Send me the modify sequences you tried and I will test
them. It could be a problem specific to 9, but maybe the syntax isn't
exactly right. Thanks. 
>> 
>> Rick 
>> 
>> FROM: Fred Ridder
[mailto:docudoc at hotmail.com] 
>> SENT: Saturday, March 16, 2013 12:11
AM
>> TO: rick at rickquatro.com; syed.hosain at aeris.net;
alison.craig at ultrasonix.com; framers at lists.frameusers.com
>> SUBJECT:
RE: Cursor key navigation in tables 
>> 
>> Thanks Rick and Syed.
>> 
>>
In my poking around earlier today, I did find these commands in cmds.cfg
and tried to reassign the MoveIPToCellAbove and ...CellBelow commands to
more convenient shortcut keys. But whether I left them alone, changed
the  definition, or added a  command, those two
MoveIP commands refuse to do anything. ...CellAtLeft and ...CellAtRight
both work, as do MoveIPUpAndSelectText and MoveIPDownAndSelectText, but
not the two commands I specifically want to use. I suppose I'll just
have to use the move and select commands, because at least it's better
than having to reach for the mouse every damn time.
>> 
>> What's
frustrating is that I *know* these commands worked in FM5.5.6, 6.0, 7.x
and 8.0. Chalk up one mlore feature that got broken and never fixed when
Adobe saw fit to impose their stupid and inconvenient (and buggy...) UI
on us with version 9.0. Sigh...
>> 
>> I suppose I *should* report this
bug to Adobe, but every time I have done it in the past has been an
exercise in ultimate frustration. Every time it has taken me between one
and two hours to accomplish something that should have taken 10-15
minutes. And ever since software development and maintenance was moved
to Bangalore, the only response I have ever gotten to a reported bug was
that "we fixed the software to make it work the way it was supposed to
work". Never mind that the new behavior was illogical and inconsistent
with how other similar features worked, the mere fact that FrameMaker
now behaved differently meant that a whole flock of my carefully
designed procedures and processes no longer worked. I might have chalked
it up to job security, but my employer (by acquisition...) chose to shut
down their operation here in New Jersey. But that's a story for another
day...
>> 
>> Thanks for your efforts, guys.
>> 
>> Fred Ridder 
>> 
>>>
From: r...@rickquatro.com
>>> To: Syed.Hosain at aeris.net;
Alison.Craig at ultrasonix.com; docudoc at hotmail.com;
framers at lists.frameusers.com
>>> Subject: RE: Cursor key navigation in
tables
>>> Date: Fri, 15 Mar 2013 22:04:34 -0400
>>> 
>>> Open the
FrameMaker/Fminit/Config/customui.cfg file in a text editor and add
>>>
these lines:
>>> 
>>> >
>>> >
>>> >
>>> >

-- 


Heiko Haida
Br?sseler Str.
37a
13353 Berlin
= 
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.frameusers.com/pipermail/framers/attachments/20130318/1e626ed8/attachment.html>


Custom font renders different when saving as PDF vs print PS and distill

2013-03-18 Thread Robert Lauriston
Before you saved as PDF, did you forget to select the Adobe PDF printer?

On Mon, Mar 18, 2013 at 11:42 AM, Rick Quatro  wrote:
> Hi Framers,
>
> I have a FrameMaker 10 document that uses a custom TTF symbols font. The
> symbols display fine in my FrameMaker document. When I Save As PDF, the
> symbols become squares in the PDF. ...


What is the recommended way of having a TOC appear in multiple places of a book?

2013-03-18 Thread David Artman
In Structured FrameMaker:

* Put all the files in one "super book"
* Set the Pagination and Numbering settings, particularly the Volume
settings
* Generate a single TOC and Index for the super book
* Place TOC and Index in both sub-books
* Print to PDF
* Split into separate PDFs in Acrobat

You'll probably want to money with the Index specification, as
multi-book indexing references can be... trying.

This will work in any version of FrameMaker that supports Volume naming
and numbering (7.0+, IIRC).

The Structured method is totally different (and I only know IBMIDDOC's
method, not DITA/FM-XML).

HTH;
David

 Original Message 
Subject: What is the recommended way of having a TOC appear in multiple
places of a book?
From: john.x.pos...@us.hsbc.com
Date: Thu, March 14, 2013 3:53 pm
To: "framers at lists.frameusers.com" 

Hi, guys...

I have a 1,500+ FM11 book that is divided into two volumes. The book has
a
TOC and Index with both volumes. Both Volume 1 and 2 have covers and the
pagination starts at 1 for each volume. Everything good. It's also
conceivable that I'll eventually have Volumes 3, 4, 5, and 6.

Now, I want to put the same TOC in the front of both Volumes and the
Index
at the end of both volume.. What is the suggested approach?

Thanks

John Posada


Custom font renders different when saving as PDF vs print PS and distill

2013-03-18 Thread Dov Isaacs
Rick and I discussed this over the phone.

The problem appears to be associated with not using the RGB option when using 
the "save as PDF" option.

When you don't use the RGB option, FrameMaker uses the old UNIX FrameMaker 
PostScript generator instead of using the Windows PostScript driver via GDI. 
Apparently that UNIX PostScript generator code had some problems mapping 
characters in Rick's symbol font. It could have been a missing mapping table in 
the font itself.

- Dov

[cid:image001.png at 01CE23E2.E19480B0]

Dov Isaacs
Principal Scientist
Adobe Systems Incorporated

+1 408.536.2896 (tel)
+1 408.242.5161 (cell)
isaacs at adobe.com<mailto:isaacs at adobe.com>

345 Park Avenue
San Jose, CA  95110-2704 USA
http://www.adobe.com<http://www.adobe.com/>






Feel free to print this e-mail if your needs dictate hard copy.
There is no need to feel guilty about printing!
Paper is renewable and recyclable.

ISAACS-OFFICE.corp.adobe.com



From: framers-bounces at lists.frameusers.com 
[mailto:framers-boun...@lists.frameusers.com] On Behalf Of Robert Lauriston
Sent: Monday, March 18, 2013 11:47 AM
To: Rick Quatro; framers at lists.frameusers.com
Subject: Re: Custom font renders different when saving as PDF vs print PS and 
distill


Before you saved as PDF, did you forget to select the Adobe PDF printer?



On Mon, Mar 18, 2013 at 11:42 AM, Rick Quatro mailto:rick at rickquatro.com>> wrote:

> Hi Framers,

>

> I have a FrameMaker 10 document that uses a custom TTF symbols font. The

> symbols display fine in my FrameMaker document. When I Save As PDF, the

> symbols become squares in the PDF. ...
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.frameusers.com/pipermail/framers/attachments/20130318/569604eb/attachment.html>
-- next part --
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 871 bytes
Desc: image001.png
URL: 
<http://lists.frameusers.com/pipermail/framers/attachments/20130318/569604eb/attachment.png>


What is the recommended way of having a TOC appear in multiple places of a book?

2013-03-18 Thread john.x.pos...@us.hsbc.com
Making it a text insert seems to have worked fine, including the TOC
hyperlinks in each copy of the TOC.


|>
| From:  |
|>
  
>-|
  |Harro de Jong  
   |
  
>-|
|>
| To:|
|>
  
>-|
  |John X Posada/HBUS/HSBC at HSBC02, "framers at lists.frameusers.com" 
   
 |
  
>-|
|>
| Date:  |
|>
  
>-|
  |03/18/2013 05:16 AM  
|
  
>-|
|>
| Subject:   |
|>
  
>-|
  |RE: What is the recommended way of having a TOC appear in multiple places
of a book? |
  
>-|





John Posada wrote
>
> I have a 1,500+ FM11 book that is divided into two volumes. The book has
a TOC
> and Index with both volumes. Both Volume 1 and 2 have covers and the
pagination
> starts at 1 for each volume. Everything good. It's also conceivable that
I'll eventually
> have Volumes 3, 4, 5, and 6.
>
> Now, I want to put the same TOC in the front of both Volumes and the
Index at the
> end of both volume.. What is the suggested approach?


Are both volumes in a single .book file? Or do you have separate .books for
each volume?

If it's one book:
1. create the TOC and place it in Volume 1.
2. create an empty file where the TOC for volume 2 should go.
3. In this empty file, place the Volume 1 TOC as a text inset.

-
**
This E-mail is confidential. It may also be legally privileged. If
you are not the addressee you may not copy, forward, disclose or
use any part of it. If you have received this message in error,
please delete it and all copies from your system and notify the
sender immediately by return E-mail.

Internet communications cannot be guaranteed to be timely, secure,
error or virus-free. The sender does not accept liability for any
errors or omissions.
**
SAVE PAPER - THINK BEFORE YOU PRINT!