Hi everybody !Is it possible in LiveCycle Designer ES 8.2 (or in coming
version of the software) to disable the click event on ImageField ?I
read that it is not possible yet but there is may be another solution to
proceed to have an image coming from an xml source and on which we can't
click.Thanks.
Hi Michael !Thanks for your response. Finally, I found the solution. It
was not because of my XML, which was correctly generated. I saved my PDF
template as a "dynamic PDF" instead of "static pdf" and it solved my
problem.Guillaume
Thanks yan. I saw this way to proceed but I don't know how to bind the
imagefield rawvalue with xml data connection.That's why I tried to
change the image url with script.Can you explain me how i can proceed
with the imagefield rawvalue ?Thanks !!
Hi everybody !I'm using ALC Designer 8.2I m tring to set the url of an
image with this command when i click on a button :
Image1.value.#image.href =
"http://www.adobe.com/ubi/globalnav/include/adobe-lq.png"But when i
click on the button, the image disappear. it doesn't work.Thanks
Hi everybody !I'm using Adobe LiveCycle Designer ES free trial.I have a
set of data and two pdf. The first is a pdf i got on the web, which was
created with Adobe LiveCycle Designer ES full version.The second is the
one i created with the trial version.I'm trying to display several data
like this: 08/05/2009 doc
desc 09/05/2009
doc desc ...With the first pdf it
works fine. All the data are displayed.But only one data is displayed
with mine.I checked all the options (like binding) and there a...
Hi everybody!I am using LiveCycle Data Services to generate a dynamic
pdf. I worked with this tutorial :
livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcds/pdfgen_1.html
and i adapted the code to my own example.I created a pdf template with
livecycle designer and i succeed to generate the pdf thanks to LiveCycle
Data Services.Here is my problem :In LiveCycle Designer i create a table
and bind my data connection (from xml source) to this table and i bind
subforms to repeating data.It works w...