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

Jstout101-zhSPI
Jstout101-zhSPI
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
3

Posts & Comments

Posts & Comments
12

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Jstout101-zhSPI
Customize the badges you want to showcase on your profile
Re: Unidentified "Untitled <draw>" object in table cell - Adobe LiveCycle 10-10-2012
I have been having this problem for a while now, after code diving for a day I have found that the script has been falling out randomly for some reason. I inserted the script above the line and the text box is editable again. THANK YOU LORD!!!

Views

1.7K

Likes

3

Replies

0
Re: Combining Forms - Adobe LiveCycle 13-09-2012
Ok so Im back to square one. For some reason when I apply the $.presence = "invisible"; it works and hides the form but when the form is rendered "visible" none of the cells with dropdowns or text fields are editable??? So confused!!!

Views

620

Likes

0

Replies

0
Re: Combining Forms - Adobe LiveCycle 13-09-2012
Thanks for the lead but this is way more complicated than what Im trying to do. I kind of figured out a solution that gets me there. I created several different body forms within a table. I then clicked the entire table and placed an "if statement" like.if (DropDownList3.rawValue == "7") then $.presence = "visible"; else $.presence = "invisible"; endifThis works but im having few problems with dropdowns and other features that work on my orginal table but not on this one?? Fortunatly the forms I...

Views

620

Likes

0

Replies

0
Re: Combining Forms - Adobe LiveCycle 11-09-2012
I probably shouldnt say template, but rather master page. 1 page 3 different form layouts based on user selection.

Views

610

Likes

0

Replies

0
Combining Forms - Adobe LiveCycle 11-09-2012
I have 3 separate forms Ive created in LiveCycle. All three forms are very similar. My question is; I want to create a basic form template with a dropdown and the user just selects the form they need. Once the user makes a selection the correct form will be rendered within the master template.

Views

1.6K

Likes

0

Replies

4
selected item in DropDown1 makes an Item in DropDown2 "faded out" or "watermarked". - Adobe LiveCycle 02-08-2012
once an item has been selected in DD1 I want to make an Item in DD2 "faded out" or "watermarked". See my previous post for more infomation about my form http://forums.adobe.com/thread/1042792I have DD1 Set so that when one item is selected some items from DD2 are visible but not selectable. My question is I want to make the non selectable items font change to:{ this.fontColor = "153,153,153"; this.font.posture = "italic";}my code follows:Formular1.#subform[0].DDL2::change - (JavaScript, client)v...

Views

733

Likes

0

Replies

0
Re: How to make items visible but inaccessible in a dropdown - Adobe LiveCycle 02-08-2012
Lets take this a step further. once an item has been selected in DD1 I want to make the Items that are not selectable in DD2 "faded out" or "watermarked". Where would we insert the font.attributes?

Views

768

Likes

0

Replies

0
Re: How to make items visible but inaccessible in a dropdown - Adobe LiveCycle 01-08-2012
Thanks to your help I have got it working now. I played around with your example here is your modified example of what I was trying to accomplish...https://dl.dropbox.com/u/12892158/Limit_DDL_Selection.pdf Thank you for your help.

Views

763

Likes

0

Replies

0
Re: How to make items visible but inaccessible in a dropdown - Adobe LiveCycle 01-08-2012
Here is my entire code for DDL1. In case "LS32CS - CSA Approved Switch": i do not want DropDownList3.addItem("FLD - Field Config.") to be selectable??DropDownList3.clearItems();var sNewSel = this.boundItem(xfa.event.newText);switch (sNewSel){ case "VS5100 - Dual Channel VERSA-SWITCH": DropDownList3.addItem("FLD - Field Config.") DropDownList3.addItem("110 - 110VAC") DropDownList3.addItem("220 - 220VAC") DropDownList3.addItem("24D - 24VDC") DropDownList3.addItem("24A - 24VAC") break; case "VS51NX...

Views

763

Likes

0

Replies

0
Re: How to make items visible but inaccessible in a dropdown - Adobe LiveCycle 01-08-2012
Thanks for the example, but your form doesnt work?

Views

767

Likes

0

Replies

0