Hilite Label of Button..

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
ghettocottage
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 366
Joined: Tue Apr 10, 2012 9:18 am

Hilite Label of Button..

Post by ghettocottage » Fri Apr 10, 2015 8:15 pm

I have a button.
It is using Fontawesome to make a nice icon

when I click the button, the background color (fill?) is what changes. I would like the text color of the button to be what changes.

In the Property Inspector, under Colors, it has "Hilited Text", but changing that changes the background color...so I am assuming that means "Background Color of the text you are clicking on..." which is slightly misleading if that is the case.

Anyways, my question is: is there a thing I can do to change the color of the text of a button while clicking...just for click feedback. in CSS terms: a:active

ghettocottage
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 366
Joined: Tue Apr 10, 2012 9:18 am

Re: Hilite Label of Button..

Post by ghettocottage » Fri Apr 10, 2015 8:18 pm

on mouseDown

duh..

Post Reply