Page 1 of 1

Making the label names into displayable buttons

Posted: Thu Feb 21, 2019 10:24 am
by isobellesophia
Hi,

So i have my preference screen.
screenshot0004.png
I want that the "Preference" Text will be turned into a button, just for a displayable.

Just like textbutton, but its not clickable.

Any example?

Thanks.

Re: Making the label names into displayable buttons

Posted: Thu Feb 21, 2019 11:36 am
by trooper6
If you don’t want it to have any button functions, why do you want it to be a button? What do you actually want to do with the Preferences text? Because there is probably a more direct way to do what you actually want to do other than turn it into a non-functioning button.

Re: Making the label names into displayable buttons

Posted: Thu Feb 21, 2019 12:15 pm
by Kia
I assume you want it to have the same style as your buttons, change it to a button and use NullAction() for it's action

Re: Making the label names into displayable buttons

Posted: Fri Feb 22, 2019 12:27 am
by isobellesophia
Ah, thanks Kia, i will test this.