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

lyndag92842017
lyndag92842017
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by lyndag92842017
Customize the badges you want to showcase on your profile
Re: Javascript to change fill color based on dropdown input - Adobe LiveCycle 14-02-2016
Well, I guess it's like I tell my daughter..."you're resourceful, you'll figure it out". I learned that javascript doesn't recognize the standard 0-255 color codes and that you have to divide the numbers...So my new script worked perfectly. I'm so proud of myself! . Now on to more challenges!color.new_blue = ["RGB", 0, 100/255, 200/255];color.new_green = ["RGB", 0, 176/255, 80/255]if (event.value=="Exceeds") event.target.fillColor = color.new_blue;else if (event.value=="Meets") event.target.fill...

Views

551

Like

1

Replies

0
Likes from