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: 227
Joined: Tue Aug 05, 2014 10:07 am

Set the text of button.

Post by Googie85 »

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: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Set the text of button.

Post by FourthWorld »

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: 227
Joined: Tue Aug 05, 2014 10:07 am

Re: Set the text of button.

Post by Googie85 »

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