Set the text of button.

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Googie85
Posts: 199
Joined: Tue Aug 05, 2014 10:07 am

Set the text of button.

Post by Googie85 » Tue Feb 02, 2021 1:00 pm

Hi Guys,

I am having no luck to get the following code to work on my Android device:

Code: Select all

  set the text of button "NEXT1" to "SEND"
I have even tried:

Code: Select all

      set the text of me to "SEND"
It wont change the text of the button. Am I doing something wrong???

Many Thanks,

Googie.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9801
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Set the text of button.

Post by FourthWorld » Tue Feb 02, 2021 1:29 pm

Maybe you're looking for the label property?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Googie85
Posts: 199
Joined: Tue Aug 05, 2014 10:07 am

Re: Set the text of button.

Post by Googie85 » Tue Feb 02, 2021 1:30 pm

Sorry guys but I finally figured out where I was going wrong:

Code: Select all

   set the label of button "NEXT1" to "SEND"
Many Thanks,

Googie.

Post Reply

Return to “Android Deployment”