Jump to content

jhaughey

Registered Users - Approved
  • Posts

    13
  • Joined

Converted

  • FusionPro Products
    No

jhaughey's Achievements

Apprentice

Apprentice (3/14)

  • First Post Rare
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

10

Reputation

  1. Is it possible to make API calls with javascript in the Fusion Pro rules editor? Specifically, we have a client who would like to enter data in English, and have it translated to other languages, including Asian character languages, for print. I'm thinking that if there is some way to call the Google translate API there may be a way to do it? Open to any other ideas as well. TIA
  2. Never mind! I looked for the tool for an hour before finally posting the question. As soon as I posted it, I found it. Every time.
  3. Is there a way to create a new Fusion Pro text frame in Acrobat? Thanks.
  4. Thanks for pointing me in the right direction.
  5. Been banging my head against the wall trying to resolve an issue with ampersands. Our client is creating a business card through Marcom which has an ampersand. The filed in question is also being forced to upper case. Usually we would create a rule with the code: And that mostly works. Except that in this case the client is entering text that does not have spaces before and after the ampersand, and this is breaking. When I check the "Treat as Tagged Text" box, the ampersand disappears. When I uncheck it I get the HTML "&" instead. I've looked at other threads here on similar topics, but have not been able to get anything to work. Any advice? Thanks, John
  6. Thanks Step! Always something dumb like that. Did not work with the 'b' tags, but it works with the font call.
  7. also, if I change the font name to some garbage text "dskldskflj" I still get no error. It just seems to be ignoring the tags entirely.
  8. I have no errors in the log. The rule definitely being called. It's producing the correct result, except for the 'F' not being bold.
  9. Lisa, Thanks for your reply. I tried that also but without luck. The 'F' is still not bold. Here is the full code:
  10. Trying to return a single bold character in a string. Client wants a bold "F" after the fax number (if there is one.) I can't suppress the whole line when fax is empty, because there are other items on the line. Trying this: I have the "Treat returned strings as tagged text" checked, but the F is not coming back bold. Any thoughts? Thanks.
  11. Thanks so much for posting this. I was doing something very similar but I think my data call script was missing a key step. Can't wait to give it a shot!
  12. Would also love to see some doc on this. AND also any doc on the FusionPro js library would be helpful.
  13. Been banging my head against the wall for two days on this, would appreciate any help. In the UI form for a variable product hosted on Marcom central, there is a dropdown with a list of store locations. I would like for the specific address fields (street, city, etc.) to be looked up from an XDF, and fill in the text boxes in the form when the user chooses the location. I've tried this 10 different ways and can not get it to work. What is the right way to do this? Thanks!
×
×
  • Create New...