Line breaks in EMEdit

2006-07-14 Thread Müller, Klaus
Hello Rick, 

> How do I add line breaks in an EMEdit control?

[FrameScript?]

  Run gvEEdtVar.InsertText Text(CharCR+CharLF);

Kind regards, 
Klaus


-Original Message-
From: framers-bounces+kmueller=itl.de at lists.frameusers.com 
[mailto:framers-bounces+kmueller=itl...@lists.frameusers.com] On Behalf Of Rick 
Quatro
Sent: Friday, July 14, 2006 5:50 PM
To: framers at FrameUsers.com
Subject: Line breaks in EMEdit

Hello All,

I am programmatically adding text to an EMEdit control in a form. I need to 
break some of the lines. How do I add line breaks in an EMEdit control? 
Thanks in advance.

Rick Quatro
Carmen Publishing
585-659-8267
www.frameexpert.com



Frame 7.1 with ePub 9.2: Contextual Help

2006-07-14 Thread Neil Tubb
Hey everyone (cross-posting to WWP yahoo groups list...really need help
here),

I'm a fairly experienced Frame and Webworks user (9 years), but this is
the first time I've tried contextual help. The user documentation for
ePub 9.2 is pretty thin, but I have successfully inserted my TopicAlias
markers...and they show up in my Webworks reports. So that is all good.

I'm creating contextual help for a Java client (Swing-based). I was
told by development to just pick my own unique IDs and give them to
them along with my help source, and that they would take it from there.
But I guess they figured they would include the URI to the anchor
ID...which is different than the unique TopicAlias marker ID I gave.

I found the topic.js file that contains the mappings...so what do I
tell the developers? To write code to look in this javascript mapping
file and then find the topic? Please help.

Cheers,
Neil

-Original Message-
From: framers-bounces+neil.tubb=solacesystems@lists.frameusers.com
[mailto:framers-bounces+neil.tubb=solacesystems.com at lists.frameusers.com
] On Behalf Of Jan Homan
Sent: Friday, July 14, 2006 4:48 AM
To: framers at lists.frameusers.com
Cc: Jan Homan
Subject: jagged edges on graphics 

Using pdfFLY (available on Unix, Linux and Windows) you convert any
graphics drawing saved 
in EPS to FrameMaker MIF native format.
Which will solve the jagged edges issue I think.

See http://www.visual-integrity.com for more information.


___


You are currently subscribed to Framers as neil.tubb at solacesystems.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/neil.tubb%40solacesy
stems.com

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



RE: Line breaks in EMEdit

2006-07-14 Thread Müller , Klaus
Hello Rick, 

> How do I add line breaks in an EMEdit control?

[FrameScript?]

  Run gvEEdtVar.InsertText Text(CharCR+CharLF);

Kind regards, 
Klaus


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Quatro
Sent: Friday, July 14, 2006 5:50 PM
To: framers@FrameUsers.com
Subject: Line breaks in EMEdit

Hello All,

I am programmatically adding text to an EMEdit control in a form. I need to 
break some of the lines. How do I add line breaks in an EMEdit control? 
Thanks in advance.

Rick Quatro
Carmen Publishing
585-659-8267
www.frameexpert.com
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

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

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


Frame 7.1 with ePub 9.2: Contextual Help

2006-07-14 Thread Neil Tubb
Hey everyone (cross-posting to WWP yahoo groups list...really need help
here),

I'm a fairly experienced Frame and Webworks user (9 years), but this is
the first time I've tried contextual help. The user documentation for
ePub 9.2 is pretty thin, but I have successfully inserted my TopicAlias
markers...and they show up in my Webworks reports. So that is all good.

I'm creating contextual help for a Java client (Swing-based). I was
told by development to just pick my own unique IDs and give them to
them along with my help source, and that they would take it from there.
But I guess they figured they would include the URI to the anchor
ID...which is different than the unique TopicAlias marker ID I gave.

I found the topic.js file that contains the mappings...so what do I
tell the developers? To write code to look in this javascript mapping
file and then find the topic? Please help.

Cheers,
Neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
] On Behalf Of Jan Homan
Sent: Friday, July 14, 2006 4:48 AM
To: framers@lists.frameusers.com
Cc: Jan Homan
Subject: jagged edges on graphics 

Using pdfFLY (available on Unix, Linux and Windows) you convert any
graphics drawing saved 
in EPS to FrameMaker MIF native format.
Which will solve the jagged edges issue I think.

See http://www.visual-integrity.com for more information.

 
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to 
[EMAIL PROTECTED]
or visit
http://lists.frameusers.com/mailman/options/framers/neil.tubb%40solacesy
stems.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

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

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


Line breaks in EMEdit

2006-07-14 Thread Rick Quatro
Hello All,

I am programmatically adding text to an EMEdit control in a form. I need to 
break some of the lines. How do I add line breaks in an EMEdit control? 
Thanks in advance.

Rick Quatro
Carmen Publishing
585-659-8267
www.frameexpert.com




Going nutso' with a "phantom" cross-reference

2006-07-14 Thread Ridder, Fred
If you conditionalize any cross-references, it is virtually inevitable 
that you will get "unresolved" errors when you do an update book
operation with some condition(s) set to be hidden, regardless of
the dictates of your company's SQA rules. 

When FrameMaker does a book update, it check's *all* cross-
references, even if they are hidden. The hitch is that if the target
(source) of the x-ref is also hidden, FrameMaker reports the link
as unresolved. The only way to avoid this is to never conditionalize
cross-references. If that's not possible, your SQA rules will just 
have to be modified to accept a list of exceptions for 
cross-references that are reported as unresolved for a particular
set of show/hide condition settings. Checking for unresolved
x-refs with all conditions showing establishes that all the x-refs
are good, and you should then be able to document that the 
"bad" ones that are reported in the Book Errors windows when 
you publish any given conditionalized version are due only to
hidden x-refs

My opinions only; I don't speak for Intel.
Fred Ridder (fred dot ridder at intel dot com)
Intel
Parsippany, NJ



-Original Message-
From: framers-bounces+fred.ridder=intel@lists.frameusers.com
[mailto:framers-bounces+fred.ridder=intel.com at lists.frameusers.com] On
Behalf Of Tammy.VanBoening at jeppesen.com
Sent: Friday, July 14, 2006 10:35 AM
To: framers at frameusers.com
Cc: larry_prado at jeppesen.com
Subject: Going nutso' with a "phantom" cross-reference

Framemaker 7.1, all patches, Windows XP.

I have a 12 file book that whenever generated gives the same single
error 
message - unresolved cross-reference in a particular file in the book. 
When I click on the error message in the Book Error Log, however, I
don't 
"jump" to the same location all of the time - sometimes it's page 1, 
sometimes page 10, etc. and sometimes, I get that unable to find the
error 
in the file message. I have spent 4 hours trouble-shooting this guide to

no avail! Since this is a container file for text insets and I use 
conditional text, I have done the following:

I have manually checked each and every crosss-reference in the container

file itself with all conditions turned on and no unresolved x-refs are 
found.
I have manually checked each and every text inset in the container file 
with all conditions turned on and have found no unresolved x-refs.
I have generated a PDF of the file and checked each and every x-ref for 
the 'dead link' syndrome and all links work as expected.
I have used search and find on the container file with all conditions 
turned on and I get the message that no unresolved x-refs are found.
I have used search and find on the text inset book and have even opned
the 
text insets themselves in the container file and used search and find
and 
I get the message that no unresolved x-refs are found.
In frustration and desparation, I even searched for all x-ref markers in

the file and found no errant markers.


At this point, I am stumped and at a complete loss. The only reason that
I 
am being so anal about this is that SQA rules dictate that the final 
version of any document checked in must be error-free and right now, I 
can't say that because I keep getting this single blasted error message.

Any and all advice, thoughts, suggestions (virtual sledgehammers) are 
appreciated.

Thanks,

TVB

Tammy Van Boening
Senior Technical Writer
Jeppesen Sanderson, Inc.
303-328-4420
tammy.vanboening at jeppesen.com
___


You are currently subscribed to Framers as fred.ridder at intel.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/fred.ridder%40intel.
com

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



adding pages in FrameMaker 5.5

2006-07-14 Thread Ridder, Fred
It depends on where (and why) you are adding them. 
If you're talking about at the end of a component file (e.g.
chapter), it should happen automatically. If you're talking 
about adding them somewhere in the middle of a component
file (e.g. in a chapter or if you are handling multiple chapters
in a single component file) you've got to do it manually and 
there are several different approaches. 

More information about what you're trying to accomplish
will help you receive more meaningful answers.

My opinions only; I don't speak for Intel.
Fred Ridder (fred dot ridder at intel dot com)
Intel
Parsippany, NJ



-Original Message-
From: framers-bounces+fred.ridder=intel.com at lists.frameusers.com 
[mailto:framers-bounces+fred.ridder=intel@lists.frameusers.com] On Behalf 
Of Merry Foxworth
Sent: Friday, July 14, 2006 10:39 AM
To: framers at lists.frameusers.com
Subject: adding pages in FrameMaker 5.5

How does one add blank pages to a document in
FrameMaker 5.5?
Merry Foxworth

???)) -:?:-
?.?? .))
((??.?? ..?? -:?:-

An excerpt from Robert Giddings "Musical Quotes and Anecdotes",
published in Longman Pocket Companions:
"There let the pealing organ blow,
To the full-voiced choir below,
In service high, and anthems clear,
As may with sweetness, through mine ear,
Dissolve me into ecstasies,
And bring all Heav'n before mine eyes".
John Milton - Il Penseroso (1632).



jagged edges on graphics

2006-07-14 Thread Jan Homan
Using pdfFLY (available on Unix, Linux and Windows) you convert any graphics 
drawing saved 
in EPS to FrameMaker MIF native format.
Which will solve the jagged edges issue I think.

See http://www.visual-integrity.com for more information.





jagged edges on graphics

2006-07-14 Thread Combs, Richard
Jan Homan wrote: 

> Using pdfFLY (available on Unix, Linux and Windows) you 
> convert any graphics drawing saved in EPS to FrameMaker MIF 
> native format.
> Which will solve the jagged edges issue I think.
> 
> See http://www.visual-integrity.com for more information.

Looks like a very nice, useful tool. But the way Jon phrased his
question, it sounded like he was saving line drawings (vector graphics)
as bitmaps and importing them (he mentioned fiddling with dpi settings).


Even if pdfFLY can convert a bitmap/raster image into a vector/line
drawing (which I doubt; that's a complex tracing process that usually
requires lots of human intervention and cleanup at some point), the
proper solution for Jon isn't to save a line drawing as a bitmap and
then convert it back into a line drawing. 

Richard


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







Going nutso' with a "phantom" cross-reference

2006-07-14 Thread tammy.vanboen...@jeppesen.com
Thank you Fred.  Your very articulate statement at the end about 

If that's not possible, your SQA rules will just 
have to be modified to accept a list of exceptions for 
cross-references that are reported as unresolved for a particular
set of show/hide condition settings. Checking for unresolved
x-refs with all conditions showing establishes that all the x-refs
are good, and you should then be able to document that the 
"bad" ones that are reported in the Book Errors windows when 
you publish any given conditionalized version are due only to
hidden x-refs

is just what I need to put into writing for my SQA folks.  Solutions 
always come so fast on this list.

Thanks again,

TVB

Tammy Van Boening
Senior Technical Writer
Jeppesen Sanderson, Inc.
303-328-4420
tammy.vanboening at jeppesen.com


RE: jagged edges on graphics

2006-07-14 Thread Combs, Richard
Jan Homan wrote: 
 
> Using pdfFLY (available on Unix, Linux and Windows) you 
> convert any graphics drawing saved in EPS to FrameMaker MIF 
> native format.
> Which will solve the jagged edges issue I think.
> 
> See http://www.visual-integrity.com for more information.

Looks like a very nice, useful tool. But the way Jon phrased his
question, it sounded like he was saving line drawings (vector graphics)
as bitmaps and importing them (he mentioned fiddling with dpi settings).


Even if pdfFLY can convert a bitmap/raster image into a vector/line
drawing (which I doubt; that's a complex tracing process that usually
requires lots of human intervention and cleanup at some point), the
proper solution for Jon isn't to save a line drawing as a bitmap and
then convert it back into a line drawing. 

Richard


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




___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

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

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


Line breaks in EMEdit

2006-07-14 Thread Rick Quatro

Hello All,

I am programmatically adding text to an EMEdit control in a form. I need to 
break some of the lines. How do I add line breaks in an EMEdit control? 
Thanks in advance.


Rick Quatro
Carmen Publishing
585-659-8267
www.frameexpert.com

___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to 
[EMAIL PROTECTED]

or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

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


RE: Going nutso' with a "phantom" cross-reference

2006-07-14 Thread Tammy . VanBoening
Thank you Fred.  Your very articulate statement at the end about 

If that's not possible, your SQA rules will just 
have to be modified to accept a list of exceptions for 
cross-references that are reported as unresolved for a particular
set of show/hide condition settings. Checking for unresolved
x-refs with all conditions showing establishes that all the x-refs
are good, and you should then be able to document that the 
"bad" ones that are reported in the Book Errors windows when 
you publish any given conditionalized version are due only to
hidden x-refs

is just what I need to put into writing for my SQA folks.  Solutions 
always come so fast on this list.

Thanks again,

TVB

Tammy Van Boening
Senior Technical Writer
Jeppesen Sanderson, Inc.
303-328-4420
[EMAIL PROTECTED]
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

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

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


Going nutso' with a "phantom" cross-reference

2006-07-14 Thread tammy.vanboen...@jeppesen.com
Framemaker 7.1, all patches, Windows XP.

I have a 12 file book that whenever generated gives the same single error 
message - unresolved cross-reference in a particular file in the book. 
When I click on the error message in the Book Error Log, however, I don't 
"jump" to the same location all of the time - sometimes it's page 1, 
sometimes page 10, etc. and sometimes, I get that unable to find the error 
in the file message. I have spent 4 hours trouble-shooting this guide to 
no avail! Since this is a container file for text insets and I use 
conditional text, I have done the following:

I have manually checked each and every crosss-reference in the container 
file itself with all conditions turned on and no unresolved x-refs are 
found.
I have manually checked each and every text inset in the container file 
with all conditions turned on and have found no unresolved x-refs.
I have generated a PDF of the file and checked each and every x-ref for 
the 'dead link' syndrome and all links work as expected.
I have used search and find on the container file with all conditions 
turned on and I get the message that no unresolved x-refs are found.
I have used search and find on the text inset book and have even opned the 
text insets themselves in the container file and used search and find and 
I get the message that no unresolved x-refs are found.
In frustration and desparation, I even searched for all x-ref markers in 
the file and found no errant markers.


At this point, I am stumped and at a complete loss. The only reason that I 
am being so anal about this is that SQA rules dictate that the final 
version of any document checked in must be error-free and right now, I 
can't say that because I keep getting this single blasted error message.

Any and all advice, thoughts, suggestions (virtual sledgehammers) are 
appreciated.

Thanks,

TVB

Tammy Van Boening
Senior Technical Writer
Jeppesen Sanderson, Inc.
303-328-4420
tammy.vanboening at jeppesen.com


RE: Going nutso' with a "phantom" cross-reference

2006-07-14 Thread Ridder, Fred
If you conditionalize any cross-references, it is virtually inevitable 
that you will get "unresolved" errors when you do an update book
operation with some condition(s) set to be hidden, regardless of
the dictates of your company's SQA rules. 

When FrameMaker does a book update, it check's *all* cross-
references, even if they are hidden. The hitch is that if the target
(source) of the x-ref is also hidden, FrameMaker reports the link
as unresolved. The only way to avoid this is to never conditionalize
cross-references. If that's not possible, your SQA rules will just 
have to be modified to accept a list of exceptions for 
cross-references that are reported as unresolved for a particular
set of show/hide condition settings. Checking for unresolved
x-refs with all conditions showing establishes that all the x-refs
are good, and you should then be able to document that the 
"bad" ones that are reported in the Book Errors windows when 
you publish any given conditionalized version are due only to
hidden x-refs

My opinions only; I don't speak for Intel.
Fred Ridder (fred dot ridder at intel dot com)
Intel
Parsippany, NJ



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, July 14, 2006 10:35 AM
To: framers@frameusers.com
Cc: [EMAIL PROTECTED]
Subject: Going nutso' with a "phantom" cross-reference

Framemaker 7.1, all patches, Windows XP.

I have a 12 file book that whenever generated gives the same single
error 
message - unresolved cross-reference in a particular file in the book. 
When I click on the error message in the Book Error Log, however, I
don't 
"jump" to the same location all of the time - sometimes it's page 1, 
sometimes page 10, etc. and sometimes, I get that unable to find the
error 
in the file message. I have spent 4 hours trouble-shooting this guide to

no avail! Since this is a container file for text insets and I use 
conditional text, I have done the following:

I have manually checked each and every crosss-reference in the container

file itself with all conditions turned on and no unresolved x-refs are 
found.
I have manually checked each and every text inset in the container file 
with all conditions turned on and have found no unresolved x-refs.
I have generated a PDF of the file and checked each and every x-ref for 
the 'dead link' syndrome and all links work as expected.
I have used search and find on the container file with all conditions 
turned on and I get the message that no unresolved x-refs are found.
I have used search and find on the text inset book and have even opned
the 
text insets themselves in the container file and used search and find
and 
I get the message that no unresolved x-refs are found.
In frustration and desparation, I even searched for all x-ref markers in

the file and found no errant markers.


At this point, I am stumped and at a complete loss. The only reason that
I 
am being so anal about this is that SQA rules dictate that the final 
version of any document checked in must be error-free and right now, I 
can't say that because I keep getting this single blasted error message.

Any and all advice, thoughts, suggestions (virtual sledgehammers) are 
appreciated.

Thanks,

TVB

Tammy Van Boening
Senior Technical Writer
Jeppesen Sanderson, Inc.
303-328-4420
[EMAIL PROTECTED]
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to 
[EMAIL PROTECTED]
or visit
http://lists.frameusers.com/mailman/options/framers/fred.ridder%40intel.
com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

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

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


RE: adding pages in FrameMaker 5.5

2006-07-14 Thread Ridder, Fred
It depends on where (and why) you are adding them. 
If you're talking about at the end of a component file (e.g.
chapter), it should happen automatically. If you're talking 
about adding them somewhere in the middle of a component
file (e.g. in a chapter or if you are handling multiple chapters
in a single component file) you've got to do it manually and 
there are several different approaches. 

More information about what you're trying to accomplish
will help you receive more meaningful answers.

My opinions only; I don't speak for Intel.
Fred Ridder (fred dot ridder at intel dot com)
Intel
Parsippany, NJ

 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merry Foxworth
Sent: Friday, July 14, 2006 10:39 AM
To: framers@lists.frameusers.com
Subject: adding pages in FrameMaker 5.5

How does one add blank pages to a document in
FrameMaker 5.5?
Merry Foxworth

´¨¨)) -:¦:-
¸.·´ .·´¨¨))
((¸¸.·´ ..·´ -:¦:-

An excerpt from Robert Giddings "Musical Quotes and Anecdotes",
published in Longman Pocket Companions:
"There let the pealing organ blow,
To the full-voiced choir below,
In service high, and anthems clear,
As may with sweetness, through mine ear,
Dissolve me into ecstasies,
And bring all Heav'n before mine eyes".
John Milton - Il Penseroso (1632).
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

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

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


Going nutso' with a "phantom" cross-reference

2006-07-14 Thread Tammy . VanBoening
Framemaker 7.1, all patches, Windows XP.

I have a 12 file book that whenever generated gives the same single error 
message - unresolved cross-reference in a particular file in the book. 
When I click on the error message in the Book Error Log, however, I don't 
"jump" to the same location all of the time - sometimes it's page 1, 
sometimes page 10, etc. and sometimes, I get that unable to find the error 
in the file message. I have spent 4 hours trouble-shooting this guide to 
no avail! Since this is a container file for text insets and I use 
conditional text, I have done the following:

I have manually checked each and every crosss-reference in the container 
file itself with all conditions turned on and no unresolved x-refs are 
found.
I have manually checked each and every text inset in the container file 
with all conditions turned on and have found no unresolved x-refs.
I have generated a PDF of the file and checked each and every x-ref for 
the 'dead link' syndrome and all links work as expected.
I have used search and find on the container file with all conditions 
turned on and I get the message that no unresolved x-refs are found.
I have used search and find on the text inset book and have even opned the 
text insets themselves in the container file and used search and find and 
I get the message that no unresolved x-refs are found.
In frustration and desparation, I even searched for all x-ref markers in 
the file and found no errant markers.


At this point, I am stumped and at a complete loss. The only reason that I 
am being so anal about this is that SQA rules dictate that the final 
version of any document checked in must be error-free and right now, I 
can't say that because I keep getting this single blasted error message.

Any and all advice, thoughts, suggestions (virtual sledgehammers) are 
appreciated.

Thanks,

TVB

Tammy Van Boening
Senior Technical Writer
Jeppesen Sanderson, Inc.
303-328-4420
[EMAIL PROTECTED]
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

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

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


adding pages in FrameMaker 5.5

2006-07-14 Thread Merry Foxworth
How does one add blank pages to a document in
FrameMaker 5.5?
Merry Foxworth

´¨¨)) -:¦:-
¸.·´ .·´¨¨))
((¸¸.·´ ..·´ -:¦:-

An excerpt from Robert Giddings "Musical Quotes and Anecdotes",
published in Longman Pocket Companions:
"There let the pealing organ blow,
To the full-voiced choir below,
In service high, and anthems clear,
As may with sweetness, through mine ear,
Dissolve me into ecstasies,
And bring all Heav'n before mine eyes".
John Milton - Il Penseroso (1632).

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

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

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


adding pages in FrameMaker 5.5

2006-07-14 Thread Merry Foxworth
How does one add blank pages to a document in
FrameMaker 5.5?
Merry Foxworth

???)) -:?:-
?.?? .))
((??.?? ..?? -:?:-

An excerpt from Robert Giddings "Musical Quotes and Anecdotes",
published in Longman Pocket Companions:
"There let the pealing organ blow,
To the full-voiced choir below,
In service high, and anthems clear,
As may with sweetness, through mine ear,
Dissolve me into ecstasies,
And bring all Heav'n before mine eyes".
John Milton - Il Penseroso (1632).

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



jagged edges on graphics

2006-07-14 Thread Jan Homan
Using pdfFLY (available on Unix, Linux and Windows) you convert any graphics 
drawing saved 
in EPS to FrameMaker MIF native format.
Which will solve the jagged edges issue I think.

See http://www.visual-integrity.com for more information.

 
___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

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

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


GlossSee and GlossSeeAlso

2006-07-14 Thread Marcus Streets
Lynne A. Price wrote:
> Marcus,
>   There is nothing special about elements with these names. Are the
> empty elements in the XML document cross-references? Have you specified
> a cross-reference format either in an attribute or in a read/write rule?
> --Lynne
> 
> 
I have a All context rule specifying the Xref format - as opposed to
x-ref where I have a context rule that looks at the role to choose the
x-ref format. However apart from that the two entries in the edd are
identical.

If I add a new element to an existing doc it works fine.

As far as i can see all the resulting inserted element has all the same
attributes as the one created when it read the xml file.

It is just that the element created when the xml file is read does not
contain a frame xref.

Marcus



GlossSee and GlossSeeAlso

2006-07-14 Thread Marcus Streets
Alan Houser wrote:
> Hi Marcus,
> 
> This sounds like expected behavior. The rendering engine (FrameMaker)
> generates the text of the cross-reference from the content of the target
> GlossEntry. The GlossSee XML element exported from FrameMaker will have
> no content.
> 

I fear my post was not clear enough.
If I use Frame to open an XML document containing a Glossee element
Frame fails to create a cross reference inside the element.

However, if I insert such an element into the document - along side the
empty elment created when the xml file was read - Frame does insert a
xref. Which suggests that I have correctly defined the element in the edd.

I could simply work round this using Xref elements, which are prefectly
valid and work fine. However, I am sure that using the correct elements
would help anyone else who has to cope with the xml files.

Marcus