Jump to content

daanrud

Registered Users - Approved
  • Posts

    20
  • Joined

Everything posted by daanrud

  1. Hey Dan, I ended up using the string of code in the OnRecordStart that you posted and it worked beautifully! Thank you so much for responding to my post. This will save me a great amount of time!
  2. Here is the attached .zip file. This was my attempt at getting this to work. I'm not exactly sure what to put in between the () after CreateResource, since it will be choosing an image from the resources I have uploaded. The dropdown is working, but it will not return a graphic...obviously. Thanks for your help Corn_Pick_Brochure_TEST.zip
  3. I got the dropdown to work, but I'm still not sure what to put in the CreateResource string. When I select one of the options from the dropdown, it doesn't populate an image. I'll keep trying different things. Any pointers would be greatly appreciated! Thanks
  4. Thanks for your input Scott, and yes, this will be used in DSF. I'm pretty uneducated in JavaScript, that being said, how do I know what to put in the CreateResource string when the .pdf will be selected out of about 70 images in a dropdown?
  5. Is it possible to duplicate a graphic pick list? I am creating 5 graphic frames and all 5 of these will have the same drop list and graphic resources available to choose from for each frame. My issue is that there are about 70 graphic resources to choose from and adding these values one by one is a huge time eater. Any help on this would be great. Thanks!
  6. Dan, The 9.3.15 build fixed the Critical Parser Failure. Thanks
  7. Thanks Dan. I will contact EFI about my template issue. I am currently running FusionPro 9.3.6, Acrobat XI and Enfocus PitStop Pro 12 update 3
  8. That's not how I'm trying to make this template work. The logo will be uploaded within DSF, so it cannot be a Resource within FusionPro. Also, with the multiple graphic frames that I have (most of them are rotated at different angles) the Critical Parser Failure appears once again.
  9. I'm not sure if this is what you are looking for?Brochure Data-Output.pdf
  10. All 3 rules I posted never returned a logo after I had uploaded one. The image I selected in the drop list worked fine, but no logo appeared. All my rules are created as graphics rules. All images are resources (except the logo being uploaded within Digital Storefront). The images show just fine, it's the logo that isn't showing at all. Thanks for the quick response!
  11. I am having an issue in creating rules that involve multiple graphic frames. I am creating multiple graphic frames to populate a logo that will be uploaded within Digital Storefront, so no Resources in FusionPro. The other graphic frame (I called "Front Image") will consist of a drop list of images to choose from. All images for this frame have been uploaded as Resources. The Image that is chosen in the drop list will determine which Logo graphic frame will be used to show the logo. The logo graphic frames are set at different angles, which is why the Image chosen needs to determine a specific frame for the logo. Here are the three rules I have attempted so far without any success: 1. Pic = CreateResource(Field("Logo"), "graphic", true); if (Field("Front Image")=="pcon_take_control_brochure_037.jpg" && (Pic.exists)) return Pic; else return NullResource(); 2. if (Field("Front Image")=="pcon_take_control_brochure_037.jpg") { Pic = CreateResource(Field("Logo"), "graphic", true); if (Pic.exists) return Pic; } return NullResource(); 3. if (Field("Front Image") == "pcon_take_control_brochure_037.jpg") { return Field("Logo") } return NullResource(“") Any help or suggestions with this would be wonderful. I’ve been messing with this for a while now. Thank you!
  12. I'm not seeing a "Preserve 9.1 Collect Format" checkbox when I try to collect my files.
  13. Thanks Dan. I just talked to EFI Support and right now DSF 7.6 is not compatible with FusionPro 9.3 or vice versa.
  14. I just wanted to check to see if there was any progress made on my original issue of the "Critical Parser Failure" message, specifically related to frames which are rotated at non-orthogonal (not multiples of 90-degree) angles? Thanks
  15. David, I get the exact same error when I try to save my PDF with a rotated frame. I also do not use the Preview and still get this error. We have been dealing with this since June and have been in contact with both FusionPro (Alex Marshall) and Enfocus Support (Michele Collins), but have yet to get a resolution.
  16. I am currently trying to create products to be used in EFI's Digital Storefront. I keep getting the Critical Parser Failure whenever I save my template and also when I try to collect my files. The ONLY time I get this error is when I rotate a graphic or text box with a different value than what is within the drop down for choices (90, 180, 270). Whenever I create graphic or image boxes without rotating them, everything works fine. I have also noticed that the border of the graphic or text box disappears when it is rotated with a different value than what is within the drop down. My current specs: Mac OS 10.9.4 FusionPro 9.2.35 Pitstop 12, Update 3. Beta 1
  17. We just installed this patch and pick lists are working just fine. Thanks Dan
  18. Dan, Any news on a patch release for this yet? Thanks
  19. Every time I create any type of pick list (graphic or text), my pick list disappears once I close the Web DataCollect window. If I need to make any edits to my pick lists, I can't because they are no longer there and I have to start over. I am able to collect/package my files and import them into my Digital Storefront product and the pick lists appear in my product just fine. It's just when I need to make edits to the pick list, I have to start over. Any help or suggestions are appreciated. Thanks! OS 10.9.4 FusionPro 9.2.28 Acrobat 10
×
×
  • Create New...