Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

alippman
alippman
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts

Posts
8

Discussions

Discussions
2

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by alippman
Customize the badges you want to showcase on your profile
Re: LiveCycle: Link or Button to Open Attachment? - Adobe LiveCycle 21-01-2015
Thanks for your response! I guess I just needed a bit of clarification on Bruce's script!(For others in case they find this thread:)- In LiveCycle, add script to the click event of the button:event.target.exportDataObject({ cName: "Tips.pdf", nLaunch: 2 });- Open document in Acrobat Pro and attach "Tips.pdf".Awesome, thanks for clearing that up for me!! It works like a charm!!Ash

Views

1.6K

Likes

0

Replies

0
Embed / attach another form into a LiveCycle form - Adobe LiveCycle 19-01-2015
Hello!I have been working on a form in LiveCycle recently, and had a request to add a button a user can click, that will bring up another form that is attached to it.I used to do this with ease in Acrobat Pro, by adding an attachment, and then creating a button that will open that attachment, however I am a bit stumped as to how to do this in LiveCycle, and since my form was created in LiveCycle, I can no longer edit it or add this functionality in Acrobat Pro.Just to reiterate / clarify, here i...

Views

322

Likes

0

Replies

0
Re: Adding Bullet Points and Ghost Text to a Form - Adobe LiveCycle 09-01-2015
Hi Ash,You can add tabs and newlines to the null pattern so you might be able to get the effect you are after, something like;this.format.picture.value = "null{'•\tInsert your text here\n•\tInsert more text here\n•\tInsert even more text here\n•\tInsert still more text here'}";The \t is a tab character and the \n is a new line, not a proper bullet point list with hanging indents but you might be able to do something similar.RegardsBruce

Views

353

Likes

0

Replies

0
Re: Re: Bullet Points in Textfield - Adobe LiveCycle 09-01-2015
This is a great trick, thanks so much radzmar! Is there any way to format the bullet point's indent spacing? Mine appear too far to the left from the edge of my text field, and I have tried manipulating the indent and margins to no avail.Example (they appear like this in my field):Header 1I would like them to appear like this: (closer to the edge)Header 1Is there a bit of code I can add to the XML markup? Thanks again for your help!!

Views

1.1K

Likes

0

Replies

0
Re: Add a column with a button? - Adobe LiveCycle 18-11-2013
I've seen it done with imported data when the table is initialized. If you really need a clean table, you can try to modify this to suit your needs.http://blogs.adobe.com/acdc/2009/02/dynamically_creating_a_table_w.htmlOtherwise, if the table isn't too large, you could simply hide a three-column table that overlaps the two-column table you started with. Then just add script to copy the information over. This script will count the number of rows in the in the original table and make the appropria...

Views

213

Likes

0

Replies

0
Re: Problem with Printing Images in a Form - Adobe LiveCycle 18-11-2013
The number of colours is fine, PNG is an RGB format so there are no "spot" colours or anything like that. It's the number of transparent colours you need to watch for - so it's fine for clipping an image off of a background or that kind of thing.

Views

628

Likes

0

Replies

0
Likes given to
Likes from