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

flgal3fll
flgal3fll
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by flgal3fll
Customize the badges you want to showcase on your profile
Re: CheckBox Circle with no fill? - Adobe LiveCycle 20-01-2011
AHA!!!! That is the ticket!! Thank you, thank you, thank you!!!A form has to be dynamic for other abject in the form to be manipulated then?? Or for scripts to work on other objects?Now I can stop pulling my hair out and try to put some back in my head. Thank you again! Have a great day.

Views

1.0K

Likes

0

Replies

0
Re: CheckBox Circle with no fill? - Adobe LiveCycle 20-01-2011
Hierarchy is flat on this form. All shapes, text, circles, etc. are on the same level. I have two buttons, ButtonY and ButtonN and one circle at this point.The script for ButtonY is:----- topmostSubform.Page1.ButtonY::click: - (JavaScript, client) ----------------------------------xfa.form.topmostSubform.Page1.ButtonN.fontColor="255,0,0"xfa.form.topmostSubform.Page1.Circle1.presence="invisible"For ButtonN:----- topmostSubform.Page1.ButtonN::click: - (JavaScript, client) -------------------------...

Views

1.0K

Likes

0

Replies

0
Re: CheckBox Circle with no fill? - Adobe LiveCycle 18-01-2011
Just a bit more information on my current problem. I can get the script associated with the button to control attributes of the button itself. However, I can NOT get the script associated with the button to control attributes of other items in the form! Does that make sense to anyone??Thank you!

Views

1.0K

Likes

0

Replies

0
Re: CheckBox Circle with no fill? - Adobe LiveCycle 18-01-2011
This worked for me and still works on the form I created back then.However, I'm trying to recreate this "feature" on a new form and it's not working. I've created the buttons, circles and associated scripts. When I click on the button nothing happens! I'm trying to remember if there is something I had to do to allow the circle properties to be dynamic. Any ideas??

Views

1.0K

Likes

0

Replies

0
CheckBox Circle with no fill? - Adobe LiveCycle 06-04-2010
My form has Yes / No option on it and typically users will circle one or the other when they print the blank form. I know I could change this to a regular check box, radio button, etc. However, before I do, I thought if you all knew a way to us the form in its current state? One potential way I though of is to use a checkbox with a very large font size and the circle style. Works great but the circle has black fill and I need it to be no fill (transparent). I thought I could use a script to chan...

Views

4.3K

Likes

0

Replies

17