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

benny10men
benny10men
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
20

Discussions

Discussions
0

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by benny10men
Customize the badges you want to showcase on your profile
Printing hidden / visible fields - Adobe LiveCycle 15-04-2014
MorningI have an interactive form that hides and shows particular subforms when printing. It's currently set so the subform on page 1 will hide when printing. The content on page 2 is separated by a page break as it must always sit a page away from the content on page 1. The problem I'm having is when the content on page 1 hides the content on page 2 won't shift to the first so I'm left with a blank page. Is there a command so I can set the content on page 2 to move to the top of the document wh...

Views

420

Likes

0

Replies

1
Re: Printing order of pages - Adobe LiveCycle 11-04-2014
Spot on I'll do that.  Thanks for that, it is appreciated.

Views

297

Likes

0

Replies

0
Printing order of pages - Adobe LiveCycle 10-04-2014
AfternoonI have an interactive PDF created in Livecycle designer. As it stands users complete the form on screen and prints it out to give to the customer. The PDF is presented on screen in a way that is easier for the user to complete but when they print it they have to switch the pages round as it's the last page which the customer needs first, if that makes sense.What I'm wanting to do is set up a command so when print is clicked page 1 of the document, which is in its own subform, moves to t...

Views

656

Likes

0

Replies

2
Setting UK dictionary - Adobe LiveCycle 27-03-2014
AfternoonIs it possible to set or download a English UK dictionary to use for Livecycle Designer? It's currently defaulted to the custom dicitonary but apparently it's offering american spelling corrections.ThanksBen

Views

526

Likes

0

Replies

1
Re: Problem saving Reader extended PDF created in Livecycle with Javascript functions built in - Adobe LiveCycle 18-02-2014
Hi yes I got it sorted.From what I remember there is a little tab in the bottom right hand corner of the Livecycle window which when clicked should show 'Form properties'. Click that and I'm sure there's an option within 'Run time' that will allow you to retain the settings.CheersBen

Views

441

Likes

0

Replies

0
Re: Increasing text clarity in interactive form for screen magnifier users - Adobe LiveCycle 06-12-2013
Thanks for getting back to meThe Adobe magnifier could be used but the user would then have to use the scroll bars to navigate the form which would cause problems. Zoomtext allows a page to be magnified but also allows the user to navigate the page by simply moving the cursor to the edge of the page.

Views

213

Likes

0

Replies

0
Increasing text clarity in interactive form for screen magnifier users - Adobe LiveCycle 05-12-2013
I have created an interactive PDF using Adobe Livecycle (textfields, dropdowns etc). The form is working fine but I have been advised that users of screen magnification software (Zoomtext & Supernova) are unable to use the form as the text pixelates significantly when zooming. Is there a way that I can increase the text clarity in the document? I have tried the accessibility options but they are all greyedout. Presumably this is because the PDF is locked. Unfortunately I am unable to send the PD...

Views

705

Likes

0

Replies

2
Tables with buttons to add rows - Adobe LiveCycle 01-10-2013
MorningI am having trouble with a table that has buttons to add, show and hide rows. There are 2 rows in my table which I need to be able to add depending on which button is clicked. I've managed to get the first button to add an instance using (Table.Row1.instanceManager.addInstance(1);) but I can't get row 2 to add to the bottom of the table with a button. I've tried to amend the script to fit the second row but it doesn't work.Table.Row2.instanceManager.addInstance(2);I'd appreciate some help...

Views

616

Likes

0

Replies

1
Re: Can I set a dropdown list with custom text entry to multiple lines or limit the character length - Adobe LiveCycle 27-09-2013
Thank youThis isn't ideal so is there a way I can limit the length of custom text for a dropdown? Preferably to the size of the existing field.Cheers

Views

334

Likes

0

Replies

0
Selection in dropdown list shows table but when selection is removed tables disappears - Adobe LiveCycle 27-09-2013
AfternoonI have a dropdown list that has an entry which when selected shows a table. What I want to do is have the table disappear when that particular entry is deleted or changed. The scripting below is present to show the table but I'm not sure how to script so the tables hides when the entry is changed.//+ Type: Action//+ Result1: SetPresence("$Node2","visible")//+ Node2: form1[0].TextFieldContainer[0].#subform[11]//+ Node1: form1[0].TextFieldContainer[0].#subform[9].#area[1].Table1[0].Row1[0...

Views

507

Likes

0

Replies

1