Jump to content

daanrud

Registered Users - Approved
  • Posts

    20
  • Joined

Posts posted by daanrud

  1. 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

  2. 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!

  3. 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!

  4. 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!

  5. 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.

  6. 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

     

  7. 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...