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

FormAddict
FormAddict
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
8

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by FormAddict
Customize the badges you want to showcase on your profile
Re: Easy to add, but cannot remove! - Adobe LiveCycle 01-02-2012
Wow radzmar!!!!I have no idea how you knew to do this, but you are guru, indeed!This works PERFECTLY!Yay!!!!

Views

326

Likes

0

Replies

0
Easy to add, but cannot remove! - Adobe LiveCycle 01-02-2012
Hello All,First off, I really appreciate the knowledge that many of the gurus on this forum share with us.Secondly, I was hoping to get some ideas on how I can go about scripting for the following situation:I have a checkbox that, when clicked, adds a new text item to a listbox in a separate subform. For this purpose, I use listbox1.additem(textField1).I next create a few more checkboxes that add new text items to the same listbox.Here is the heirarchyform1Main subForm1 checkBoxA textField1 subF...

Views

1.0K

Likes

0

Replies

2
Re: Creating Dynamic Lists - Adobe LiveCycle 31-01-2012
Thanks, again, Srini!You've helped me with half of my problem. I wish to create a "dynamic" list which will allow me to add an instance and populate it at the same time. You've helped me tremendously with this. Now, I wish to find a way to also remove an instance that was added, but not necessarily in the order that it was added. For example, when adding instances by clicking a button (outside the repeating subform), I create three instances with the following text fields in the order as follows...

Views

205

Likes

0

Replies

0
Re: What is wrong with this resolveNodes script? - Adobe LiveCycle 31-01-2012
YES!!!!  That did the trick!!!  Thank you Srini!

Views

289

Likes

0

Replies

0
What is wrong with this resolveNodes script? - Adobe LiveCycle 31-01-2012
I have the code on a checkbox object in the mouseup event:Outline is this:form1 mainForm subForm checkBox1I plan on having many more subForms.This is the script:if (this.rawValue == 1 || xfa.resolveNodes("mainForm.subForm[*]").checkBox1.rawValue ==1) xfa.resolveNodes("form1.mainForm.subForm[*]").border.fill.color.value = "180,180,180"; else xfa.resolveNodes("form1.mainForm.subForm[*]").border.fill.color.value = "255,255,255";When I click on this checkbox the mainForm background should turn gray....

Views

1.3K

Likes

0

Replies

2
Re: Creating Dynamic Lists - Adobe LiveCycle 31-01-2012
Thanks for your reply Srini. After searching these boards, however, I discovered that you cannot simultaneously add an instance and populated it at the same time, unless, as you point out, the binding is set to global.Thanks anyway.

Views

208

Likes

0

Replies

0
Can you select a specific item from a listbox via scripting? - Adobe LiveCycle 31-01-2012
This seems like it should be easy, but I've spent quite a few hours trying to figure this out, to no avail. I'm trying to create a button that would automatically select a specific item on a listbox. I though "selectedIndex" would do the trick, but this seems to only work if the user actually selects a specific item on a listbox. I'm looking for the opposite effect, where a person will push a button where a specific item on the listbox gets selected.Any help would be much appreciated...thanks!

Views

1.0K

Likes

0

Replies

1
Creating Dynamic Lists - Adobe LiveCycle 30-01-2012
Hello All,Does anybody know of a script that will allow me to add new Textfield instances that are populated with Data from another Textfield that can also be removed? I've been racking by brains trying to figure out how to do this but whatever instance I create that contains data in it is automatically overwritten with any new instances with data that I create.Thanks for any help!

Views

796

Likes

0

Replies

4