Hi,

I suggest that you do this using a combination of two rules that fill in two 
overlaying graphic boxes. One would have nothing but a small white colored 
graphic to use as a pseudo-background screen and then another graphic box on 
top of this to display the logo.

When your "logo-field" contains data for a logo image to appear
lowerBox = white background graphic
upperBox = logo graphic

and when there is no data in the "logo-field", both the lowerBox and upperBox 
contain a special value called NullResource() which will leave each box empty 
and transparent. The background and frame values for these boxes should both be 
left at "none".

Your rules should look something like this...

upperBox...
if (Field("logo-field") != "") 
        return new FusionProResource(Field("logo-field"), "graphic");
else
        return NullResource();

lowerBox...
if (Field("window") != "")
        return new FusionProResource("whiteBox.pdf", "graphic", true);
else
        return NullResource();

Both upperBox and lowerBox graphic boxes should be set to "fill". As long as 
the two boxes are exactly on top of one another (upperBox, then lowerBox, then 
your actual card/template background), this will work.

Good Luck,

---
David A. Sweet
Web Designer/Graphic Designer
HKM Direct Market Communications
A DirectConnectGroup Company
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.485 / Virus Database: 269.13.8/993 - Release Date: 9/6/2007 3:18 PM
 

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Calling all FP Web Users!

Do you have a question or lots of knowledge to share about FusionPro Web?

If so, join our Printable Web to Print Users' Forum today!

Send email to [EMAIL PROTECTED] to find out how!
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-


--
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
--

Reply via email to