Jump to content

Jeff Odom

Registered Users - Approved
  • Posts

    12
  • Joined

Posts posted by Jeff Odom

  1. I have multiple resources that are location addresses. I need to change the numberfont to a different font than the text. I have tried to apply Dan's suggestion in this thread: http://forums.pti.com/showthread.php?t=1720&highlight=Proportional+Lining

    var numberFont = "Arial"; 
    
    var text = NormalizeEntities(Rule("Change phone format Rule")); 
    
    return text.replace(/(\d+\s*)/g, function(d){return '<f name="' + numberFont + '">' + d + '</f>';});

    but when changing Rule("Change phone format Rule") to Resource("Washington") it just returns "Resource("Washington").

     

     

     

    Any suggestion on how I can apply the change numberfont rule to a resource?

  2. When working off the server our images aren't showing in preview, they do show when we compose. We created a image resource and have it linked to the image on the server. This is only happening on the Mac's, preview shows correctly on a PC. If you place the image file on the desktop of the Mac and link the resource to it the preview works. We've tried both connecting by SMB and AFP. Has anyone ran across this before?
  3. Is it possible to hide multiple pages of a versioned product so the user only has to review the first 2 pages? I have an 8 page versioned product with repeated fields on each page (example: Company Name; Company Logo; Company Phone) the first 2 pages is a postcard. The postcard is the only part I want the user to review, but when the order is placed I want a PDF of all pages.
×
×
  • Create New...