Re: change coloring of tracked changes?

2008-09-22 Thread Rick Quatro
Hi Fred, Since you have FrameScript, you can use something like this to access and change the special track changes conditions. Set oDoc = ActiveDoc; // Get the special condition format object. Get Object Type(CondFmt) Name('FM8_TRACK_CHANGES_ADDED') DocObject(oDoc) NewVar(oCondFmt); //

Numbers appended to file name

2008-09-22 Thread Murray Moore
I am having a problem using mif2go to save FM files as rtf, but I am suspicious that the problem is with FM. Recently I have noticed that when I save a FM file some times I get an error message, something like graphics have not been saved; the saved file's name is

RE: Numbers appended to file name

2008-09-22 Thread Gagne, Bernard (Bolton)
Hi Murray, FrameMaker is adding the funky alphanumeric extension to your Frame file because it has changed substantially from the original. I suspect some of your graphics are not being saved. I have seen that error a lot lately, especially since our IT dept installed XP SP3 on our machines. Do

Re: Numbers appended to file name

2008-09-22 Thread Stuart Rogers
Gagne, Bernard (Bolton) wrote: Hi Murray, FrameMaker is adding the funky alphanumeric extension to your Frame file because it has changed substantially from the original. I suspect some of your graphics are not being saved. I have seen that error a lot lately, especially since our IT dept

Backslashes In Hypertext Commands

2008-09-22 Thread Richard Pesant
Win XP SP2, P4 Extreme Ed. 3.46GHz + 3.47GHz 2GB, FM 8.0p277 Thanks to Rick Quattro, I am now aware of the backslash issue in dialog boxes and have a workaround within scripts. However, I need to create an hypertext command and do not know how to work around this issue. The hypertext command

Re: Backslashes In Hypertext Commands

2008-09-22 Thread Rick Quatro
Hi Richard, Use forward slashes instead of backslashes in the Hypertext markers. Rick Quatro Carmen Publishing Inc 585-659-8267 www.frameexpert.com Win XP SP2, P4 Extreme Ed. 3.46GHz + 3.47GHz 2GB, FM 8.0p277 Thanks to Rick Quattro, I am now aware of the backslash issue in dialog boxes

rename conditional tags?

2008-09-22 Thread Jon Harvey
Everyone, Is there a tool out there that will globally rename conditional tags? Seems like silicon prairie would have one but I didn't see one at their Web site. I'm using FM 7.2 on XP pro Jon Harvey Manager, Desktop Enterprise Documentation CambridgeSoft Corporation 100

More on conversion to PDF causing FM to crash

2008-09-22 Thread Bernard Aschwanden (Publishing Smarter)
Just as a follow up to my suggestion related to clearing the font cache... One regular reader on the site informed me that there is a fix posted on the Microsoft site that may be of interest to Frame users. To that end: the Microsoft hotfix is described in these two locations:

change coloring of tracked changes?

2008-09-22 Thread Fred Wersan
Is there a way to change the color/underline scheme for change tracking in Frame 8? Just as an aside, the implementation is a little odd. It basically works like a special kind of conditional text, but you can't get at it through the normal means of working with conditional text. However, I

change coloring of tracked changes?

2008-09-22 Thread Rick Quatro
Hi Fred, Since you have FrameScript, you can use something like this to access and change the special track changes conditions. Set oDoc = ActiveDoc; // Get the special condition format object. Get Object Type(CondFmt) Name('FM8_TRACK_CHANGES_ADDED') DocObject(oDoc) NewVar(oCondFmt); //

Numbers appended to file name

2008-09-22 Thread Murray Moore
I am having a problem using mif2go to save FM files as rtf, but I am suspicious that the problem is with FM. Recently I have noticed that when I save a FM file some times I get an error message, something like "graphics have not been saved"; the saved file's name is

Numbers appended to file name

2008-09-22 Thread Gagne, Bernard (Bolton)
Hi Murray, FrameMaker is adding the funky alphanumeric extension to your Frame file because it has changed substantially from the original. I suspect some of your graphics are not being saved. I have seen that error a lot lately, especially since our IT dept installed XP SP3 on our machines. Do

Numbers appended to file name

2008-09-22 Thread Stuart Rogers
Gagne, Bernard (Bolton) wrote: > Hi Murray, > FrameMaker is adding the funky alphanumeric extension to your Frame file > because it has changed substantially from the original. I suspect some > of your graphics are not being saved. I have seen that error a lot > lately, especially since our IT

Backslashes In Hypertext Commands

2008-09-22 Thread Richard Pesant
Win XP SP2, P4 Extreme Ed. 3.46GHz + 3.47GHz 2GB, FM 8.0p277 Thanks to Rick Quattro, I am now aware of the backslash issue in dialog boxes and have a workaround within scripts. However, I need to create an hypertext command and do not know how to work around this issue. The hypertext command

Backslashes In Hypertext Commands

2008-09-22 Thread Rick Quatro
Hi Richard, Use forward slashes instead of backslashes in the Hypertext markers. Rick Quatro Carmen Publishing Inc 585-659-8267 www.frameexpert.com > Win XP SP2, P4 Extreme Ed. 3.46GHz + 3.47GHz 2GB, FM 8.0p277 > > > > Thanks to Rick Quattro, I am now aware of the backslash issue in dialog >

rename conditional tags?

2008-09-22 Thread Jon Harvey
Everyone, Is there a tool out there that will globally rename conditional tags? Seems like silicon prairie would have one but I didn't see one at their Web site. I'm using FM 7.2 on XP pro Jon Harvey Manager, Desktop & Enterprise Documentation CambridgeSoft Corporation 100

More on conversion to PDF causing FM to crash

2008-09-22 Thread Bernard Aschwanden (Publishing Smarter)
Just as a follow up to my suggestion related to clearing the font cache... One regular reader on the site informed me that there is a fix posted on the Microsoft site that may be of interest to Frame users. To that end: the Microsoft hotfix is described in these two locations:

Backslashes In Hypertext Commands

2008-09-22 Thread Stuart Rogers
Richard Pesant wrote: > Win XP SP2, P4 Extreme Ed. 3.46GHz + 3.47GHz 2GB, FM 8.0p277 > > > > Thanks to Rick Quattro, I am now aware of the backslash issue in dialog > boxes and have a workaround within scripts. However, I need to create an > hypertext command and do not know how to work around