Jump to content

ADRTLister

Registered Users - Approved
  • Posts

    7
  • Joined

Converted

  • FusionPro Products
    No

ADRTLister's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter Rare

Recent Badges

10

Reputation

  1. Thanks so much for your help Ste! Those seemed to have done the trick and now I have correctly scaled fishes. (There's a fish scale joke in there somewhere but I've been staring at a computer screen too long to figure it out.)
  2. | Using 9.3.21 on Windows | I'm admittedly not very proficient with JS so please bear with me... I've got an oddball project where I've got a picture of a fish that needs to size to match some text which will always be the same size. Basically, the fish will be larger or smaller based on the size of a name field. I've tried modifying existing JS from other projects to get something to work but it's not coming out right. --my script -- var field = Field("First");. var graphic = 'fish.jpg'; var graphicHeight = 1; var font = { face: "Proxima-Nova", size: 18 } var tags = '<span font="' + font.face + '" pointsize="' + font.size + '">'; field = tags + field + '</span>'; function getTextWidth(input){ var tm = new FusionProTextMeasure; tm.useTags = true; tm.CalculateTextExtent(input); return tm.textWidth; } return field + '<br><fish.jpg="' + graphic + '" width="' + getTextWidth(field) + '" height="' + (graphicHeight*100) + '">'; Any helpful guidance as to where I'm messing this up? Thanks
  3. Glad to know you guys are working on this! Came up for me today when, for the first time, our client decided to switch the font they use for their mailing information. Please keep us all updated on patches as soon as possible, I'll try to find workarounds to keep them happy until then.
  4. Has anybody had any experience with plug-in installations on the new InDesign CC that came out earlier this month? I'm getting ready to start up a brand new machine to be a dedicated FusionPro workstation and we added a Cloud Seat to that unit. However, we can no longer get CS6 InDesign, just CC. I have an InDesign 5.5 license I'm not using, I'm thinking of using that if the CC isn't supported, but our largest clients are all on Adobe Cloud so we need to try to keep up with them as much as possible.
×
×
  • Create New...