Jump to content

ivdb

Registered Users - Approved
  • Posts

    6
  • Joined

Converted

  • FusionPro Products
    No

ivdb's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

10

Reputation

  1. I checked everything. There is no space after
  2. I'm working on a business card. In one of the frames, I want to give the user the possibility to add a website, a facebook address and a twitter address. Everything is calculated in a rule that returns a string with all the needed information. I want to represent facebook and twitter by their graphic image by using an inline graphic. I would also like to keep the graphic and its text together if there is not anough space on a line, but I do not know how. I tried with an between the graphic image and the text, but this does not work (see attached image). I find back my image at the end of one line and the text on the next line Does someone has an idea how I could solve this? The text string that I return looks like <magnify type=text factor=90><f name="Myriad Pro"><z newsize="9"> <b>abc@a.com</b><br><z newsize="9">B-1047 Brussels - Tel. +32 2 11-12345 - Fax +32 2 11-98765<br> <z newsize="9"><b>www.website1.com - www.website2.com - <graphic file="E:\dsf_vdp_data\DAM\IMAGES\cc_fb.pdf"> MyFacebook - <graphic file="E:\dsf_vdp_data\DAM\IMAGES\cc_tw.pdf"> MyTwitter</b></magnify>
  3. I store my javascript files on the DSF server machine in a specific directory; Since I have a lot of fusionpro products, based on the same scripts, I only have to call a Load function in the "globals" section to load them. In case of bugs, I do not have tomake changes in all my fusionpro templates and reload them again in DSF (clients lose their saved jobs when I have to update the products ). I only have to change the javascript function file that is stored on the server and all fusionpro templates that use it, work correctly. If I could store the path of my script files in an environment variable that can be loaded in fusionpro, I'm independent of any path change. ( if i need to move the scripts path to another directory, I only need to change the environment variable)
  4. We use EFI's Digital storefront, with fusionpro to personalise items. In my fusionpro products, I use the load function to load flles that contain my javascript functions. At this moment, I'm using a harcoded path,but I would like to replace it by a variable. Is it possible in FusionPro to have access to windows environment variables?
  5. I'm creating a job that also needs to read information from more then 1 external files So, I'm using the ExternalDataFileEx object. I noticed that I have problems with the character encoding of these external files. They contain labels in 22 languages. But, characters as GR and BG are not composed correctly. The files are delivered as extractions from a database with UTF-8 encoding. How can I get this working?
  6. We are using FusionPro together with Digital Storefront. I would like to automate the production of stationery items as much as possible. Therefore, I would like to know what are the possibilites to read data from an external file. Until now, I found only the ExternalDataFile function. But, this function works on column based files as csv. Do you also support other ways to read the contents of a file? For example, do you support the JSON (Javascript Object notation) or XML ? (I would like to find an easy way to retrieve all possible information about a persone from a file that is stored on disk)
×
×
  • Create New...