Jump to content

rjhansen

Registered Users - Approved
  • Posts

    19
  • Joined

Everything posted by rjhansen

  1. Is there a limit to the number of fonts you can have installed on a machine and use with FusionPro?
  2. Does anyone know if there has been any sort of timeline provided on when El Capitan might be supported? Thanks.
  3. Is there a way to find out the serial/license number of the installed copy of FusionPro on a specific machine? Like an "About FusionPro" or License dialog or something?
  4. I'm running 9.3.6. The other Mac we've tried this on is running 9.1.0. Same result on either version.
  5. We are having trouble getting this bar code font to work correctly on our Macs. Specifically, it will display various characters in a bar code as boxes...like a missing glyph. Any help or pointers appreciated.
  6. I was missing "TaggedDataField("TableNo")". I had "Field("TableNo") which is why my field was getting dropped in twice. Again, thanks for all the help.
  7. Step, Thanks, that does exactly what I want it to do. I will have to look at the rule you made when I get a chance to see what the problem with mine was. And thanks for the info on the copy fitting. I played with that a little bit when my rule wasn't working but was having trouble getting it to do what I wanted. Your explanation should help me figure out how that works. I really appreciate your time and help with this.
  8. I made another change which is reflected in the file I just uploaded. Still not fixing the problem.
  9. Step, you said "You should set the contents of your text frame to only return the contents of the rule…" How do I do that?
  10. Thanks Step, I suspected the same thing, but can't figure out how to fix that. Unfortunately, your suggested revision yields the same result.
  11. Thanks for all the input! Definitely very helpful, but I'm still having issues getting this to work. Straight off, using FreightTrain's code didn't change the point size. I suspected I needed the StringToNumber function, but I was calling it wrong. Step's suggestion showed the correct usage, but my rule still didn't work correctly. Then I tried recreating tobarstep's Drag And Drop rule. This didn't change my point size either. Then I converted that to JavaScript and made a couple of changes and now I've got something that changes the point size on 1-9 (as expected) but it also prints the same digit at the original point size right beside the larger number. Here's the rule: if (StringToNumber(Field("TableNo")) < StringToNumber("10")) { return "<span pointSize=230>" + TaggedDataField("TableNo") + "</span>"; } return ""; And a screenshot of the first record as it previews with this rule inserted: http://forums.pti.com/picture.php?albumid=20&pictureid=34
  12. Yes I did. But it seems to want to put all four pages on the same side of a sheet if you select either of those options. Additionally, the saddle stitch option appears to want to have 8 pages.
  13. I'm new to FusionPro. I'm trying to create a simple rule using Drag and Drop. I have a series of numbers (1-100) printing on cards. I want the single digit numbers to be a larger font size than the double digit numbers. My data file only has one field, "TableNo". I have the following: If "Numeric value of" "TableNo" (my field) is less than "10" Then Return "FusionProRuleWizard.Action.Change Point Size" I'm specifying 250 pts for the point size change. When I try to insert the rule, the rule itself is printing on the page with the data and is not changing the font size as expected. I've looked at at the documentation and searched the forums but haven't been able to figure out what I'm doing wrong.
  14. I have a four page letter that needs to be imposed like a four page booklet, ie. page 1 should run on one side of the sheet with page 4 and pages 2 and 3 should run on the flip side of the sheet. This is a pretty simple imposition, but I cannot figure out how to do that in FPImposer. Is it possible? The letter is letter sized and the imposition will be running on a 12x18 sheet.
×
×
  • Create New...