Pete,
I do not really know how the exact word spacing scenario you need might
work but I would experiment with the parameters that FusionPro does allow
you to use. You can create a rule that looks at the name of the variable
naming of your text box and apply the formatting assigned in your
parameters. Check out the UserGuide on page 129-130 you will see a better
explanation. I use the rule below for variable text sizing on certain text
boxes.
if (FusionPro.Composition.CurrentFlow.name == "Box1")
//replace "parameter" with "tracking" or any of the other 6 option available
{
if(!Copyfit(new MagnifyAttributes("parameter", 25, 400, 6, 85)))
ReportWarning("Could not copyfit text in flow " +
FusionPro.Composition.CurrentFlow.name);
}
else
if (FusionPro.Composition.CurrentFlow.name == "Box2")
//replace "parameter" with "tracking" or any of the other 6 option available
{
if(!Copyfit(new MagnifyAttributes("parameter ", 25, 400, 6,
55)))
ReportWarning("Could not copyfit text in flow " +
FusionPro.Composition.CurrentFlow.name);
}
else
//replace "parameter" with "tracking" or any of the other 6 option
available
{
if(!Copyfit(new MagnifyAttributes("parameter ", 25, 400, 6,
72)))
ReportWarning("Could not copyfit text in flow " +
FusionPro.Composition.CurrentFlow.name);
}
HTH
Raul
_____
From: Pete Pickslay [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 28, 2007 5:11 PM
To: FusionPro Users Forum
Subject: [fusionpro] Please Help!
I have a Field called Salutation; it returns (Happy Holidays Alex
Marshall,). In global settings increasing the Optimum % for word spacing is
giving me the effect I desire, however it is global so it is affecting all
the other txt boxes in my layout when I only want it to affect 1 text box
that has the field Salutation in it. I need to put this job on the printer
tonight and I would really appreciate a response back as soon as possible.
Thank you,
Pete
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
FusionPro 5.0 Now Available!
Variable text on a curve and soft drop-shadows for variable text
LIMITED TIME upgrade offer of $299 per license for current customers:
http://fusionpro.printable.com/store/upgrade
New licenses available for $599 each at:
http://fusionpro.printable.com/store/
All FusionPro 5.0 customers to receive FusionPro 5.1 with
Adobe Acrobat 8 and InDesign CS3 support when released for FREE.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
--
Users of FusionPro Desktop have unlimited free email support. Contact Printable
Support at [EMAIL PROTECTED]
--
View FusionPro Knowledge Base, FusionPro Samples at
www.printable.com/vdp/desktop.htm
--
You are currently subscribed to fusionpro as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
--
--
Note: All e-mail sent to or from this address will be received or otherwise
recorded by the e-mail recipients of this forum. It is subject to archival,
monitoring or review by, and/or disclosure to someone other than the recipient.
Our privacy policy is posted on www.printplanet.com
--