Content migrated from TechNet. Post attribution to: Benjamin Niaulin
I put a label on the app and decided to get familiar with PowerApps by doing some basic things. Mind you I am not a developer but did ask fellow Devs before coming here with no luck.
After putting a label on the screen, I then selected its "Fill" property and wrote the following formula.
If(Checkbox1!Value = true, RGBA(244, 115, 33, 1), RGBA(0, 0, 0, 0 ))
This works great.
Now, if I put a button on the screen and replace Checkbox1!Value to Button1!Pressed it does not work. Why? I want to be able to have users press buttons and things to change, is this not the expected behaviour?
Also, how can I change the button to use one of my images instead?
Thanks for your time.
Benjamin Niaulin Blog: http://bniaulin.wordpress.com
Twitter: @bniaulin