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

Tilquinith
Tilquinith
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
15

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Tilquinith
Customize the badges you want to showcase on your profile
Re: How do I fix "Invalid node type: selectionbox" error? - Adobe LiveCycle 11-11-2009
Thanks for the tip, I'll try it out tonight and see whether that fixes my problem. Either way it was definitely a lost bit of code that isn't necesary any longer. I had deleted it from one of the selection boxs but forgot the other 3. Hopefully this fixes my issue.Aaron

Views

1.6K

Likes

0

Replies

0
Re: How do I keep instances added in order after saving? - Adobe LiveCycle 10-11-2009
Thanks Paul that did the trick. You're a miracle worker for sure.

Views

93

Likes

0

Replies

0
How do I fix "Invalid node type: selectionbox" error? - Adobe LiveCycle 10-11-2009
Ok I've got my document all made and nice and pretty, I use it to enter information and use the selection box to make visible the fields I need for each card. Then I save it and try to open it and get the following error popup message.Invalid node type: selectionboxInvalid node type: selectionboxInvalid node type: selectionboxInvalid node type: selectionboxInvalid node type: selectionboxInvalid node type: selectionboxInvalid node type: selectionboxMessage limit exceeded. Remaining 10 errors not ...

Views

3.8K

Likes

0

Replies

2
How do I keep instances added in order after saving? - Adobe LiveCycle 09-11-2009
Ok so I've come across a problem in my pdf form. I got the add instance button to work and with some help from the boards here I managed to get it to add the pages in the right order. However, once I've added some pages and save my work, if I open the file again the pages added are no longer in the order they're supposed to be in. I've included the pdf so you can see what I mean. The pdf starts out as 4 pages with the middle two being the front and back of whats called a stat card. These two pag...

Views

610

Likes

0

Replies

2
Re: How do I make sure AddInstance adds the extra pages in the order I want? - Adobe LiveCycle 05-11-2009
Perfect, that worked exactly how I needed it too. Thanks for all your help Paul.Aaron

Views

73

Likes

0

Replies

0
How do I make sure AddInstance adds the extra pages in the order I want? - Adobe LiveCycle 04-11-2009
My project is nearly complete. All thats left is to get the add instance button at the bottom of the second page to function in the way I want. Currently it's set on click with the following script.statcardform.frontpage.instanceManager.addInstance(1);statcardform.backpage.instanceManager.addInstance(1);When I click the button it adds a copy of the frontpage after the original frontpage, and a copy of the backpage after the original backpage. This is not what I had in mind. I need it to keep eac...

Views

449

Likes

0

Replies

2
Re: ? List Box Selections to Show/hide form fields - Adobe LiveCycle 03-11-2009
What you did works, sort of. When you select more than one item it runs through them and only the last selection works. Although if I hide all the "else" statements and change all the starting qualities of those form fields to "hidden", then it works. I had hoped to be able to show and hide with the multi select list box but maybe thats not easily possible. Do you know of a way to not just hide the previous after checking the next?But otherwise thankyou very much for your help, you're a lifesave...

Views

440

Likes

0

Replies

0
Re: How do I script a listbox so multiple selections can be recognized? - Adobe LiveCycle 03-11-2009
Sorry, realized my other posts question wasn't phrased very well and I figured you thought my question had been answered. So I posted it again with a better explanation of what I needed.Thanks for your help.Aaron

Views

73

Likes

0

Replies

0
Re: ? List Box Selections to Show/hide form fields - Adobe LiveCycle 03-11-2009
I tried your code, and for the second debug step I get back an alert that says "undefined". This is of course causing the rest of it to not work. But I'm not sure what is wrong about it. I'm not familiar with working with arrays, and the books I've looked at so far aren't terribly helpful.Also I asked about it in a previous post but at the bottom of the last page in my pdf I put a button to add an instance of the first two pages, effectively to continue making the pdf longer if needed. I added t...

Views

438

Likes

0

Replies

0
How do I script a listbox so multiple selections can be recognized? - Adobe LiveCycle 01-11-2009
I have a pdf project that lets the user make selections from a listbox, and then those selections determine which fields on the page are shown or hidden. I've made sure the listbox allows for multiple selections but I can't get the scripting to recognize and show multiple fields. So far it only works when one item is selected. How do I make it so when the user selects multiple entries that it will actually cause multiple fields to show?I've included file to show what I've gotten done so far.

Views

447

Likes

0

Replies

2